Resources: Fix internal ldap auth config

This commit is contained in:
Eric Lippmann 2013-11-26 13:30:15 +01:00
parent eefd9d07ae
commit 1c18edc4d4
2 changed files with 7 additions and 7 deletions

View File

@ -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@

View File

@ -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@