Merge branch 'ldap' into 'newinfra'
[slapd] uid musts start with _ See merge request nounous/ansible!142certbot_on_virtu
commit
2ad6728a4d
|
@ -29,6 +29,13 @@ moduleload auditlog
|
|||
overlay auditlog
|
||||
auditlog /var/log/openldap/auditlog.log
|
||||
|
||||
moduleload constraint
|
||||
overlay constraint
|
||||
constraint_attribute description regex ^(dhcp|dns|dns-primary|dns-secondary|ftp|gitlab|miroir|ntp|pve|radius)$
|
||||
restrict=ldap:///ou=hosts,dc=crans,dc=org??one?(objectClass=device)
|
||||
constraint_attribute uid regex ^_
|
||||
restrict=ldap:///ou=passwd,dc=crans,dc=org??one?(objectClass=posixAccount)
|
||||
|
||||
moduleload syncprov
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue