X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=ud-groupadd;h=b462b89a2684197b74bf2fc929e3f34027a719e5;hp=13f1b8a49a4bca863851fdc3e37a19b2e6877a98;hb=efc48e4f01ce7f402a4c793727bf776bcf083c05;hpb=fe66cb2a8ed7feb74119e353625d48a6a3fcff41 diff --git a/ud-groupadd b/ud-groupadd index 13f1b8a..b462b89 100755 --- a/ud-groupadd +++ b/ud-groupadd @@ -74,4 +74,4 @@ print "Updating LDAP directory..", sys.stdout.flush(); l.add_s(Dn,[("gid",Group), ("gidNumber",str(Id)), - ("objectClass",("top", "debianGroup"))]); + ("objectClass", GroupObjectClasses)])