Use correct ldap db format for membership

master
noah metz 2023-12-05 22:20:20 -07:00
parent 508e6023e2
commit 4405a390cc
2 changed files with 2 additions and 0 deletions

@ -31,6 +31,7 @@
(auth_provider maybe-string "auth provider") (auth_provider maybe-string "auth provider")
(cache_credentials maybe-boolean "cache credentials") (cache_credentials maybe-boolean "cache credentials")
(ldap_uri maybe-string "ldap server uri") (ldap_uri maybe-string "ldap server uri")
(ldap_schema maybe-string "ldap schema to use")
(ldap_group_member maybe-string "group member attribute") (ldap_group_member maybe-string "group member attribute")
(ldap_group_object_class maybe-string "group object class") (ldap_group_object_class maybe-string "group object class")
(ldap_tls_reqcert maybe-string "tls_reqcert") (ldap_tls_reqcert maybe-string "tls_reqcert")

@ -239,6 +239,7 @@
"ldap") "ldap")
(cache_credentials (cache_credentials
#t) #t)
(ldap_schema "rfc2307bis")
(ldap_group_member (ldap_group_member
"member") "member")
(ldap_group_object_class (ldap_group_object_class