mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Resources: Fix internal ldap auth config
This commit is contained in:
parent
eefd9d07ae
commit
1c18edc4d4
@ -14,9 +14,13 @@
|
|||||||
|
|
||||||
[internal_ldap_authentication]
|
[internal_ldap_authentication]
|
||||||
@ldap_auth_disabled@
|
@ldap_auth_disabled@
|
||||||
backend = ldap
|
backend = ldap
|
||||||
target = user
|
target = user
|
||||||
resource = internal_ldap
|
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_db_authentication]
|
||||||
@internal_auth_disabled@
|
@internal_auth_disabled@
|
||||||
|
@ -47,7 +47,3 @@ port = @ldap_port@
|
|||||||
root_dn = "@ldap_rootdn@"
|
root_dn = "@ldap_rootdn@"
|
||||||
bind_dn = "@ldap_binddn@"
|
bind_dn = "@ldap_binddn@"
|
||||||
bind_pw = @ldap_bindpass@
|
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…
x
Reference in New Issue
Block a user