/[smeserver]/rpms/e-smith-ldap/sme7/e-smith-ldap-5.0.0-ldif_template_fix.patch
ViewVC logotype

Contents of /rpms/e-smith-ldap/sme7/e-smith-ldap-5.0.0-ldif_template_fix.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Sep 25 21:04:58 2010 UTC (13 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-ldap-5_0_0-2_el4_sme, HEAD
* Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.0.0-2.sme
- Fix ldif template for groups [SME: 6237]

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 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed