From 92e883fff0c0f4cedb11fb94aaedb0549f4ff401 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 22 Jan 2014 15:54:12 +0100 Subject: [pam-freiburg] nslcd.conf base group map fix --- server/modules/pam-freiburg/etc/nslcd.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/server/modules/pam-freiburg/etc/nslcd.conf b/server/modules/pam-freiburg/etc/nslcd.conf index e98e1675..4d16af05 100644 --- a/server/modules/pam-freiburg/etc/nslcd.conf +++ b/server/modules/pam-freiburg/etc/nslcd.conf @@ -1,8 +1,12 @@ # Cannot be a symlink to ldap.conf, as nslcd refuses to start if there are unknown options in this file... URI ldaps://bv1.ruf.uni-freiburg.de ldaps://bv2.ruf.uni-freiburg.de ldaps://bv3.ruf.uni-freiburg.de -BASE ou=people,dc=uni-freiburg,dc=de +base passwd ou=people,dc=uni-freiburg,dc=de +base group ou=group,dc=uni-freiburg,dc=de +scope passwd one +scope group one BIND_TIMELIMIT 5 TIMELIMIT 10 TLS_REQCERT allow +map PASSWD homeDirectory "${rufClientHome}" nss_initgroups_ignoreusers avahi,avahi-autoipd,backup,bin,colord,daemon,distccd,games,git,gnats,hplip,irc,kdm,kernoops,libuuid,lightdm,list,lp,mail,man,messagebus,news,ntp,proxy,pulse,root,rtkit,saned,speech-dispatcher,sshd,statd,sync,sys,syslog,usbmux,uucp,whoopsie,www-data -- cgit v1.2.3-55-g7522