summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/dsdb.py
Commit message (Collapse)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-130/+0
| | | | | | | Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Mar 2 03:57:34 CET 2013 on sn-devel-104
* s4-python: Remove env from non-executable test scripts.Andreas Schneider2012-03-131-2/+0
|
* samba.tests.dsdb: Import TestCase from samba.tests.Jelmer Vernooij2011-11-171-4/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Nov 17 08:36:17 CET 2011 on sn-devel-104
* s4-python: Add some more module docstrings.Jelmer Vernooij2010-12-051-0/+2
|
* s4 python: Add functions to samdb to manipulate version of ↵Matthieu Patou2010-07-151-1/+25
| | | | | | | | | | replPropertyMetaData attribute This change contains also helpers for attribute id to attribute oid conversion and from attribute id to attribute name. It brings also unit tests Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4 dsdb: Use the changereplmetadata controlMatthieu Patou2010-07-151-11/+78
| | | | | | | | This control allow to specify the replPropertyMetaData attribute to be specified on modify request. It can be used for very specific needs to tweak the content of the replication data. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
| | | | | | | | Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB.Jelmer Vernooij2010-06-201-1/+1
|
* s4-python: Remove trivial function, replace by dictionary.Jelmer Vernooij2010-06-201-3/+3
|
* pydsdb: Fix memory leak on invalid parameters, formatting, trivialJelmer Vernooij2010-04-151-9/+7
| | | | typos.
* s4 python: add a unit test for function dsdb_get_oid_from_attidMatthieu Patou2010-04-151-0/+44
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>