Resources: Fix internal ldap auth config
This commit is contained in:
parent
eefd9d07ae
commit
1c18edc4d4
|
@ -17,6 +17,10 @@
|
|||
backend = ldap
|
||||
target = user
|
||||
resource = internal_ldap
|
||||
; Object class of the user
|
||||
user_class = @ldap_user_objectclass@
|
||||
; ; Attribute name for username
|
||||
user_name_attribute = @ldap_attribute_username@
|
||||
|
||||
[internal_db_authentication]
|
||||
@internal_auth_disabled@
|
||||
|
|
|
@ -47,7 +47,3 @@ port = @ldap_port@
|
|||
root_dn = "@ldap_rootdn@"
|
||||
bind_dn = "@ldap_binddn@"
|
||||
bind_pw = @ldap_bindpass@
|
||||
; Object class of the user
|
||||
user_class = @ldap_user_objectclass@
|
||||
; Attribute name for username
|
||||
user_name_attribute = @ldap_attribute_username@
|
||||
|
|
Loading…
Reference in New Issue