diff options
author | randomdan <randomdan@localhost> | 2006-06-07 20:13:44 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2006-06-07 20:13:44 +0000 |
commit | 9f271ec79c0d19ffa5a6f2ac3ab452549172f0db (patch) | |
tree | 06775d090c4e55b75d38d65441d0ccb87a2c37f0 | |
parent | MythWeb section correction (diff) | |
download | config-9f271ec79c0d19ffa5a6f2ac3ab452549172f0db.tar.bz2 config-9f271ec79c0d19ffa5a6f2ac3ab452549172f0db.tar.xz config-9f271ec79c0d19ffa5a6f2ac3ab452549172f0db.zip |
Standard ldap.conf
-rw-r--r-- | etc/ldap.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/ldap.conf b/etc/ldap.conf new file mode 100644 index 0000000..60c816d --- /dev/null +++ b/etc/ldap.conf @@ -0,0 +1,14 @@ +base dc=random,dc=lan +uri ldap://auth.random.lan/ +scope one + +pam_password exop +pam_filter objectclass=posixAccount +pam_login_attribute uid +pam_member_attribute memberuid + +nss_base_passwd ou=People,dc=random,dc=lan +nss_base_shadow ou=People,dc=random,dc=lan +nss_base_group ou=Groups,dc=random,dc=lan +nss_base_hosts ou=Hosts,dc=random,dc=lan + |