diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-18 18:47:21 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-18 23:12:26 +0100 |
commit | 6a41afba68f5d787b337fac825365a35c01f844a (patch) | |
tree | f777a8246e8b23a2b9c14aaac9d759ea24ead329 /source4/scripting | |
parent | 5be4bfdc376ec518c2c1ec10946335f7741f847d (diff) | |
download | samba-6a41afba68f5d787b337fac825365a35c01f844a.tar.gz samba-6a41afba68f5d787b337fac825365a35c01f844a.tar.bz2 samba-6a41afba68f5d787b337fac825365a35c01f844a.zip |
s4-drs: fixed a typo
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/samba/drs_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/drs_utils.py b/source4/scripting/python/samba/drs_utils.py index 5844b09074..b5955b9e08 100644 --- a/source4/scripting/python/samba/drs_utils.py +++ b/source4/scripting/python/samba/drs_utils.py @@ -81,7 +81,7 @@ class drs_Replicate: attids = [] # the exact list of attids we send is quite critical. Note that - # we do ask for the secret attributes, but set set SPECIAL_SECRET_PROCESSING + # we do ask for the secret attributes, but set SPECIAL_SECRET_PROCESSING # to zero them out schema_dn = self.samdb.get_schema_basedn() res = self.samdb.search(base=schema_dn, scope=ldb.SCOPE_SUBTREE, |