The branch, master has been updated
via d430c88 s4:selftest: fix message typo in test for "samba-tool user
list"
from 21f72a1 s3: Use talloc_tos() in notify_send()
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit d430c88cfe06d1ae4db70a21aee650dd316d7a35
Author: Michael Adam <[email protected]>
Date: Thu Mar 15 07:59:30 2012 +0100
s4:selftest: fix message typo in test for "samba-tool user list"
Spotted by kukks - thanks.
Autobuild-User: Michael Adam <[email protected]>
Autobuild-Date: Thu Mar 15 14:24:29 CET 2012 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
.../python/samba/tests/samba_tool/user.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/scripting/python/samba/tests/samba_tool/user.py
b/source4/scripting/python/samba/tests/samba_tool/user.py
index 15d04d6..42cb66c 100644
--- a/source4/scripting/python/samba/tests/samba_tool/user.py
+++ b/source4/scripting/python/samba/tests/samba_tool/user.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
# Unix SMB/CIFS implementation.
# Copyright (C) Sean Dague <[email protected]> 2011
#
@@ -182,7 +184,7 @@ class UserCmdTestCase(SambaToolCmdTest):
"-H", "ldap://%s" %
os.environ["DC_SERVER"],
"-U%s%%%s" %
(os.environ["DC_USERNAME"],
os.environ["DC_PASSWORD"]))
- self.assertCmdSuccess(result, "Error runing list")
+ self.assertCmdSuccess(result, "Error running list")
search_filter = ("(&(objectClass=user)(userAccountControl:%s:=%u))" %
(ldb.OID_COMPARATOR_AND, dsdb.UF_NORMAL_ACCOUNT))
--
Samba Shared Repository