summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-08-31 15:55:27 +1000
committerAndrew Tridgell <tridge@samba.org>2011-09-01 15:23:09 +1000
commit8ab3c843b1bf0f60a7d6b68411931d204b6f882b (patch)
treee4cd3b2bdd69882b97309f715a151b28ef93b8d7 /source4
parent7dba93ac4170bfb17bbd579fa9578391e07667f0 (diff)
downloadsamba-8ab3c843b1bf0f60a7d6b68411931d204b6f882b.tar.gz
samba-8ab3c843b1bf0f60a7d6b68411931d204b6f882b.tar.bz2
samba-8ab3c843b1bf0f60a7d6b68411931d204b6f882b.zip
pyldb: added OID_COMPARATOR constants
This also changes the other constants to remove the LDB_ prefix, which is redundent Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/samba/dbchecker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/dbchecker.py b/source4/scripting/python/samba/dbchecker.py
index 85c7f80b91..8b4d33b297 100644
--- a/source4/scripting/python/samba/dbchecker.py
+++ b/source4/scripting/python/samba/dbchecker.py
@@ -459,7 +459,7 @@ class dbcheck(object):
list_attrs_seen.append(str(attrname).lower())
if syntax_oid in [ dsdb.DSDB_SYNTAX_BINARY_DN, dsdb.DSDB_SYNTAX_OR_NAME,
- dsdb.DSDB_SYNTAX_STRING_DN, ldb.LDB_SYNTAX_DN ]:
+ dsdb.DSDB_SYNTAX_STRING_DN, ldb.SYNTAX_DN ]:
# it's some form of DN, do specialised checking on those
error_count += self.check_dn(obj, attrname, syntax_oid)