X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=ud-groupadd;fp=ud-groupadd;h=7a6dc16cd57a368dc745abca29ece453cf7120a3;hb=50ab9059306495255335965e89423fabd31ac3e6;hp=07f0e9b6a31ecfdcba95c3a3f46cc539fc27d7e0;hpb=6597a93ddb54485b12420100c45dc83a42f70d8a;p=mirror%2Fuserdir-ldap.git diff --git a/ud-groupadd b/ud-groupadd index 07f0e9b..7a6dc16 100755 --- a/ud-groupadd +++ b/ud-groupadd @@ -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"))]);