1
0
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:
Lukasz Zalewski
2010-06-23 10:05:50 +01:00
committed by Jelmer Vernooij
parent c5d07d2a1a
commit 740c97b513

View File

@ -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