Allow SRV record in ldap
parent
7546e444d3
commit
edb7b86dc7
|
@ -35,7 +35,7 @@ constraint_attribute description regex {{ slapd.regex }}
|
||||||
restrict=ldap:///ou=hosts,dc=crans,dc=org??one?(objectClass=device)
|
restrict=ldap:///ou=hosts,dc=crans,dc=org??one?(objectClass=device)
|
||||||
constraint_attribute uid regex ^_
|
constraint_attribute uid regex ^_
|
||||||
restrict=ldap:///ou=passwd,dc=crans,dc=org??one?(objectClass=posixAccount)
|
restrict=ldap:///ou=passwd,dc=crans,dc=org??one?(objectClass=posixAccount)
|
||||||
constraint_attribute description regex ^.*(\ IN)?\ (TXT|DNAME|AAAA|CNAME)\ .*$
|
constraint_attribute description regex ^.*(\ IN)?\ (TXT|DNAME|AAAA|SRV|CNAME)\ .*$
|
||||||
restrict=ldap:///ou=dns,dc=crans,dc=org??sub?(objectClass=dNSDomain)
|
restrict=ldap:///ou=dns,dc=crans,dc=org??sub?(objectClass=dNSDomain)
|
||||||
|
|
||||||
moduleload syncprov
|
moduleload syncprov
|
||||||
|
|
Loading…
Reference in New Issue