Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nounous
Ansible
Commits
edb7b86d
Commit
edb7b86d
authored
2 years ago
by
shirenn
🌊
Browse files
Options
Downloads
Patches
Plain Diff
Allow SRV record in ldap
parent
7546e444
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/slapd/templates/ldap/slapd.conf.j2
+1
-1
1 addition, 1 deletion
roles/slapd/templates/ldap/slapd.conf.j2
with
1 addition
and
1 deletion
roles/slapd/templates/ldap/slapd.conf.j2
+
1
−
1
View file @
edb7b86d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment