diff options
| author | Jonathan Bauer | 2013-05-09 16:44:17 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-05-09 16:44:17 +0200 |
| commit | 37d2c73e373f109d7c1ec31cc625cd2dd7235237 (patch) | |
| tree | 294434c7b059b75574f8eda13deb47df54408020 /remote/modules/pam | |
| parent | Merge branch 'master' of git:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-37d2c73e373f109d7c1ec31cc625cd2dd7235237.tar.gz tm-scripts-37d2c73e373f109d7c1ec31cc625cd2dd7235237.tar.xz tm-scripts-37d2c73e373f109d7c1ec31cc625cd2dd7235237.zip | |
ldap fix for suse
Diffstat (limited to 'remote/modules/pam')
| l--------- | remote/modules/pam/data/etc/openldap/ldap.conf | 1 | ||||
| -rw-r--r-- | remote/modules/pam/data/etc/pam.d/common-session | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/remote/modules/pam/data/etc/openldap/ldap.conf b/remote/modules/pam/data/etc/openldap/ldap.conf new file mode 120000 index 00000000..c0aaf459 --- /dev/null +++ b/remote/modules/pam/data/etc/openldap/ldap.conf @@ -0,0 +1 @@ +/etc/ldap.conf
\ No newline at end of file diff --git a/remote/modules/pam/data/etc/pam.d/common-session b/remote/modules/pam/data/etc/pam.d/common-session index b130bb1f..25311276 100644 --- a/remote/modules/pam/data/etc/pam.d/common-session +++ b/remote/modules/pam/data/etc/pam.d/common-session @@ -28,5 +28,5 @@ session optional pam_umask.so # and here are more per-package modules (the "Additional" block) session [success=1] pam_unix.so session [success=ok] pam_ldap.so -session optional pam_ck_connector.so nox11 +session optional pam_mkhomedir.so skel=/etc/skel umask=0022 # end of pam-auth-update config |
