summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/dsdb.py
AgeCommit message (Collapse)AuthorFilesLines
2012-03-13s4-python: Remove env from non-executable test scripts.Andreas Schneider1-2/+0
2011-11-17samba.tests.dsdb: Import TestCase from samba.tests.Jelmer Vernooij1-4/+1
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Nov 17 08:36:17 CET 2011 on sn-devel-104
2010-12-05s4-python: Add some more module docstrings.Jelmer Vernooij1-0/+2
2010-07-15s4 python: Add functions to samdb to manipulate version of ↵Matthieu Patou1-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>
2010-07-15s4 dsdb: Use the changereplmetadata controlMatthieu Patou1-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>
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-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>
2010-06-20samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB.Jelmer Vernooij1-1/+1
2010-06-20s4-python: Remove trivial function, replace by dictionary.Jelmer Vernooij1-3/+3
2010-04-15pydsdb: Fix memory leak on invalid parameters, formatting, trivialJelmer Vernooij1-9/+7
typos.
2010-04-15s4 python: add a unit test for function dsdb_get_oid_from_attidMatthieu Patou1-0/+44
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>