1 |
slords |
1.1 |
diff -up e-smith-ldap-5.0.0/root/etc/e-smith/templates/home/e-smith/db/ldap/ldif/50groups.ldif_template_fix e-smith-ldap-5.0.0/root/etc/e-smith/templates/home/e-smith/db/ldap/ldif/50groups |
2 |
|
|
--- e-smith-ldap-5.0.0/root/etc/e-smith/templates/home/e-smith/db/ldap/ldif/50groups.ldif_template_fix 2006-03-15 14:17:43.000000000 -0700 |
3 |
|
|
+++ e-smith-ldap-5.0.0/root/etc/e-smith/templates/home/e-smith/db/ldap/ldif/50groups 2010-09-25 14:53:39.000000000 -0600 |
4 |
|
|
@@ -6,7 +6,8 @@ |
5 |
|
|
|
6 |
|
|
$OUT .= "\n"; |
7 |
|
|
$OUT .= "dn: uid=$key,$ldapBase\n"; |
8 |
|
|
- $OUT .= "objectClass: group\n"; |
9 |
|
|
+ $OUT .= "objectClass: posixGroup\n"; |
10 |
|
|
+ $OUT .= utf8("uid: $key\n"); |
11 |
|
|
$OUT .= "mail: $key\@$DomainName\n"; |
12 |
|
|
$OUT .= utf8("cn: $desc\n") if $desc; |
13 |
|
|
} |