The branch, master has been updated
via c16e770 Remove posixAccount from samdb.py
from 484f3bf ctdb-packaging: Drop changelog section from RPM spec file
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit c16e770d9670794abc8dc08b62e2c01197bd97c5
Author: Rowland Penny <[email protected]>
Date: Tue Dec 15 11:00:37 2015 +0000
Remove posixAccount from samdb.py
Signed-off-by: Rowland Penny [email protected]
Reviewed-by: Andrew Bartlett <[email protected]>
Autobuild-User(master): Garming Sam <[email protected]>
Autobuild-Date(master): Mon Mar 7 08:13:42 CET 2016 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
python/samba/samdb.py | 1 -
1 file changed, 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/python/samba/samdb.py b/python/samba/samdb.py
index 5750291..0eaa6f5 100644
--- a/python/samba/samdb.py
+++ b/python/samba/samdb.py
@@ -419,7 +419,6 @@ member: %s
loginshell, nisdomain, unixhome))):
ldbmessage2 = ldb.Message()
ldbmessage2.dn = ldb.Dn(self, user_dn)
- ldbmessage2["objectClass"] = ldb.MessageElement('posixAccount',
ldb.FLAG_MOD_ADD, 'objectClass')
if uid is not None:
ldbmessage2["uid"] = ldb.MessageElement(str(uid),
ldb.FLAG_MOD_REPLACE, 'uid')
if uidnumber is not None:
--
Samba Shared Repository