puppet: Rename interal_ldap to local-ldap in authentication.ini

refs #6842
This commit is contained in:
Eric Lippmann 2014-12-15 10:52:36 +01:00
parent 4ea178edeb
commit 15d2414310
1 changed files with 4 additions and 7 deletions

View File

@ -1,8 +1,5 @@
[autologin]
backend = autologin
;
; If you want to strip the domain
; strip_username_regexp = /\@[^$]+$/
[icingaweb-mysql]
backend = db
@ -12,8 +9,8 @@ resource = icingaweb-mysql
backend = db
resource = icingaweb-pgsql
[internal_ldap_authentication]
backend = ldap
resource = internal_ldap
user_class = inetOrgPerson
[local-ldap]
backend = ldap
resource = local-ldap
user_class = inetOrgPerson
user_name_attribute = uid