[evolvis-commits] r7653: Another patch by Olaful Osvaldsson <oli at isnic.is> to fix stuff with↵ cvsGroup in LDAP?=.=?UTF-8?Q?↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:46:15 CET 2011


Author: mirabilos
Date: 2011-02-24 15:46:15 +0100 (Thu, 24 Feb 2011)
New Revision: 7653

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/utils/sql2ldif.pl
Log:
Another patch by Olaful Osvaldsson <oli at isnic.is> to fix stuff with
cvsGroup in LDAP.


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/utils/sql2ldif.pl
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/utils/sql2ldif.pl	2011-02-24 14:46:11 UTC (rev 7652)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/utils/sql2ldif.pl	2011-02-24 14:46:15 UTC (rev 7653)
@@ -197,18 +197,18 @@
 
 	#CB# To have the same id than generated by new_parse
 	#CB# CVS group itself
-#DUP#	print "\ndn: cn=$groupname,ou=cvsGroup,$sys_ldap_base_dn
-#DUP#objectClass: posixGroup
-#DUP#objectClass: top
-#DUP#cn: $groupname
-#DUP#userPassword: {crypt}x
-#DUP#gidNumber: $gid
-#DUP#";
-#DUP#
-#DUP#	while(my ($username) = $rel->fetchrow()) {
-#DUP#		print "memberUid: $username\n";
-#DUP#	}
-#DUP#	print "\n";
+	print "\ndn: cn=$groupname,ou=cvsGroup,$sys_ldap_base_dn
+objectClass: posixGroup
+objectClass: top
+cn: $groupname
+userPassword: {crypt}x
+gidNumber: $gid
+";
+
+	while(my ($username) = $rel->fetchrow()) {
+		print "memberUid: $username\n";
+	}
+	print "\n";
 }
 
 #



More information about the evolvis-commits mailing list