Zolfa
96aba4b73e
roles/*: tags refactoring
5 years ago
Zolfa
996ee61205
roles/ldap/acl: rules for group (non root) sub-admins
5 years ago
Zolfa
3f8db5cc20
roles/ldap: improved log and repl fix
5 years ago
Zolfa
cf34d9522c
roles/ldap: monitoring fact added
5 years ago
Zolfa
78dfe4819f
roles/ldap: add syncrepl support
5 years ago
Zolfa
2c3d068809
roles/ldap: fix acl to add user to groups
5 years ago
Zolfa
2754e1b597
roles/ldap: fix logging
5 years ago
Zolfa
4029ad23f3
Use static import instead of dynamic include
When feasible, allows better tag/task filtering.
5 years ago
Zolfa
a043cf037f
Give Variable a Scope Refactoring
Add role prefix to role specifig variable to avoid conflicts when
using multiples role on the same machine on the same play.
5 years ago
Zolfa
7d251ab72d
roles/ldap: do not enforce ssf if tls disabled
Do not enforce the use of TLS for plain text authentication ONLY if
tls is not enabled for this LDAP instance.
5 years ago
Zolfa
81a6baeab0
roles/ldap: typos in configuration
- `hide_log` was used instead of `no_log`.
- password was set to literal `new_passwd.passwd` instead of the
variable value.
5 years ago
Zolfa
75260ba73d
roles/ldap: configuration improvements
5 years ago
Zolfa
da88337966
roles/ldap: super-refactoring and TLS support.
- Tasks splitted in subfiles.
- Static slapd configuration (slapd.conf) moved *properly* to dynamic
conf (slapd.d).
- TLS Enabled by default, with certificate acquired using
`ca_manager`.
- New default tree
- New default ACL
- Kerberos schema added
- {SSHA512} hash properly configured.
5 years ago