Skip to content
Snippets Groups Projects
Commit edb7b86d authored by shirenn's avatar shirenn 🌊
Browse files

Allow SRV record in ldap

parent 7546e444
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ constraint_attribute description regex {{ slapd.regex }}
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)
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)
moduleload syncprov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment