Import from samosa: support for debianGroup and ldap-AND
authorjoey <>
Wed, 27 Oct 2004 12:12:49 +0000 (12:12 +0000)
committerjoey <>
Wed, 27 Oct 2004 12:12:49 +0000 (12:12 +0000)
ud-groupadd

index 07f0e9b..7a6dc16 100755 (executable)
@@ -60,5 +60,4 @@ print "Updating LDAP directory..",
 sys.stdout.flush();
 l.add_s(Dn,[("gid",Group),
             ("gidNumber",str(Id)),
-            ("objectclass","top"),
-            ("objectclass","posixGroup")]);
+            ("objectClass",("top", "debianGroup"))]);