ldap-account-manager/ldap-account-manager-3.3.0-sync_ldap_names_with_smbldaptools.patch

23 lines
1.0 KiB
Diff

diff -Nru ldap-account-manager-3.3.0.orig//config/lam.conf_sample ldap-account-manager-3.3.0/config/lam.conf_sample
--- ldap-account-manager-3.3.0.orig//config/lam.conf_sample 2011-02-12 16:36:45.000000000 +0100
+++ ldap-account-manager-3.3.0/config/lam.conf_sample 2011-03-15 18:18:08.370038495 +0100
@@ -52,15 +52,15 @@
activeTypes: user,group,host,smbDomain
-types: suffix_user: ou=People,dc=my-domain,dc=com
+types: suffix_user: ou=People,dc=my-domain,dc=com
types: attr_user: #uid;#givenName;#sn;#uidNumber;#gidNumber
types: modules_user: inetOrgPerson,posixAccount,shadowAccount,sambaSamAccount
-types: suffix_group: ou=group,dc=my-domain,dc=com
+types: suffix_group: ou=Groups,dc=my-domain,dc=com
types: attr_group: #cn;#gidNumber;#memberUID;#description
types: modules_group: posixGroup,sambaGroupMapping
-types: suffix_host: ou=machines,dc=my-domain,dc=com
+types: suffix_host: ou=Computers,dc=my-domain,dc=com
types: attr_host: #cn;#description;#uidNumber;#gidNumber
types: modules_host: account,posixAccount,sambaSamAccount