mirror of
https://github.com/samba-team/samba.git
synced 2025-07-22 16:59:09 +03:00
Fix to undo nasty hack for for grouptype conversion
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
This commit is contained in:
committed by
Jelmer Vernooij
parent
c5d07d2a1a
commit
740c97b513
@ -130,7 +130,7 @@ pwdLastSet: 0
|
||||
"objectClass": "group"}
|
||||
|
||||
if grouptype is not None:
|
||||
ldbmessage["groupType"] = "%d" % ((grouptype)-2**32)
|
||||
ldbmessage["groupType"] = "%d" % grouptype
|
||||
|
||||
if description is not None:
|
||||
ldbmessage["description"] = description
|
||||
|
Reference in New Issue
Block a user