Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
1cc854b9
Commit
1cc854b9
authored
Apr 12, 2019
by
Francesc Guasch
Browse files
doc(auth): LDAP filter
issue #1042
parent
1a9fb766
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/docs/auth_ldap.rst
View file @
1cc854b9
...
...
@@ -96,3 +96,20 @@ In the example, cn=ravada,ou=groups,dc=domain,dc=com is a Posix Group in your LD
memberUid: user1
memberUid: user2
memberUid: user3
Example: Attribute Filter
-------------------------
In this example, only the users that have pass a filter can login:
::
ldap:
server: 192.168.1.44
port: 636
base: dc=domain,dc=com
filter: campus=North
admin_user:
dn: cn=admin.user,dc=domain,dc=com
password: secretpassword
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment