From 54e86d881d2955bae49bd87fe08e74bbfc86fd0e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 9 Sep 2010 17:34:55 +1000 Subject: s4-pydsdb: expose samdb_partitions_dn() as get_partitions_dn() in python Pair-Programmed-With: Andrew Bartlett --- source4/scripting/python/samba/samdb.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/scripting') diff --git a/source4/scripting/python/samba/samdb.py b/source4/scripting/python/samba/samdb.py index cc82e53907..e2ac37a240 100644 --- a/source4/scripting/python/samba/samdb.py +++ b/source4/scripting/python/samba/samdb.py @@ -595,3 +595,6 @@ accountExpires: %u def write_prefixes_from_schema(self): dsdb._dsdb_write_prefixes_from_schema_to_ldb(self) + + def get_partitions_dn(self): + return dsdb._dsdb_get_partitions_dn(self) -- cgit