diff options
| author | Jonathan Bauer | 2013-04-04 19:00:33 +0200 |
|---|---|---|
| committer | sr | 2013-04-12 19:11:40 +0200 |
| commit | d130bb4d300370f2cf051bd2fb59a5e9e61fa615 (patch) | |
| tree | e2d31a696a2f7e322224e675e3349afbfe777e2a | |
| parent | foo (diff) | |
| download | tm-scripts-d130bb4d300370f2cf051bd2fb59a5e9e61fa615.tar.gz tm-scripts-d130bb4d300370f2cf051bd2fb59a5e9e61fa615.tar.xz tm-scripts-d130bb4d300370f2cf051bd2fb59a5e9e61fa615.zip | |
foo
| -rw-r--r-- | remote/modules/pam/data/etc/ldap/ldap.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/remote/modules/pam/data/etc/ldap/ldap.conf b/remote/modules/pam/data/etc/ldap/ldap.conf new file mode 100644 index 00000000..809065cc --- /dev/null +++ b/remote/modules/pam/data/etc/ldap/ldap.conf @@ -0,0 +1,7 @@ +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 +TLS_REQCERT allow +nss_base_passwd ou=people,dc=uni-freiburg,dc=de?one?rufdienst=ldap*)(&(rufclienthome=*)(rufstatus=enabled) +nss_base_group ou=group,dc=uni-freiburg,dc=de?one +nss_map_attribute homeDirectory rufClientHome + |
