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

View File

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