From 15d2414310bf8ee7f06a6d89d1545eaf24343ace Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 15 Dec 2014 10:52:36 +0100 Subject: [PATCH] puppet: Rename interal_ldap to local-ldap in authentication.ini refs #6842 --- .../icingaweb2_dev/templates/authentication.ini.erb | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.puppet/profiles/icingaweb2_dev/templates/authentication.ini.erb b/.puppet/profiles/icingaweb2_dev/templates/authentication.ini.erb index 96ae63c81..f28395e18 100644 --- a/.puppet/profiles/icingaweb2_dev/templates/authentication.ini.erb +++ b/.puppet/profiles/icingaweb2_dev/templates/authentication.ini.erb @@ -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