fixup! added readme
This commit is contained in:
parent
91d952c293
commit
44d1d1bb36
1 changed files with 2 additions and 2 deletions
|
|
@ -48,9 +48,9 @@ web:
|
|||
# group_search: 'LDAPSearch("ou=groups,dc=example,dc=com", ldap.SCOPE_ONELEVEL, "(objectClass=groupOfUniqueNames)")'
|
||||
# group_type: 'GroupOfUniqueNamesType()'
|
||||
# a search that musst return **all** users and select the attribute containing the user name. Only used for ldap sync
|
||||
# user_search_all_name: 'LDAPSearch("ou=users,dc=cccv,dc=de", ldap.SCOPE_ONELEVEL, "(&(objectClass=posixAccount)(memberOf=cn=service_mailman_access,ou=groups,dc=cccv,dc=de))", ["uid"])'
|
||||
# user_search_all_name: 'LDAPSearch("ou=users,dc=example,dc=com", ldap.SCOPE_ONELEVEL, "(&(objectClass=posixAccount)(memberOf=cn=service_mailman_access,ou=groups,dc=example,dc=com))", ["uid"])'
|
||||
# see https://django-auth-ldap.readthedocs.io/en/latest/
|
||||
# user_filter: 'uid=%(user)s,ou=users,dc=cccv,dc=de'
|
||||
# user_filter: 'uid=%(user)s,ou=users,dc=example,dc=com'
|
||||
# optionaly set a ca cert or other connection settings
|
||||
# options: "{ ldap.OPT_X_TLS_CACERTFILE: '/etc/ssl/myfancy.ca', ldap.OPT_X_TLS_REQUIRE_CERT: True, ldap.OPT_X_TLS_NEWCTX: 0 }"
|
||||
# map django roles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue