diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-12-30 21:46:32 +0100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-12-31 17:33:30 +1100 |
commit | ea5af6e30ca91df3325581f67daab96d688d58fc (patch) | |
tree | d4a128c34a5239cfe552c86d37dd7b6552161e2a /source4/scripting/python/samba | |
parent | 7effe2d2e30191c067ae1290224d388d96701b53 (diff) | |
download | samba-ea5af6e30ca91df3325581f67daab96d688d58fc.tar.gz samba-ea5af6e30ca91df3325581f67daab96d688d58fc.tar.xz samba-ea5af6e30ca91df3325581f67daab96d688d58fc.zip |
pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid().
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/scripting/python/samba')
-rw-r--r-- | source4/scripting/python/samba/__init__.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/scripting/python/samba/__init__.py b/source4/scripting/python/samba/__init__.py index f74304c01c..d501fd7b88 100644 --- a/source4/scripting/python/samba/__init__.py +++ b/source4/scripting/python/samba/__init__.py @@ -370,15 +370,6 @@ def valid_netbios_name(name): return True -def dom_sid_to_rid(sid_str): - """Converts a domain SID to the relative RID. - - :param sid_str: The domain SID formatted as string - """ - - return glue.dom_sid_to_rid(sid_str) - - version = glue.version # "userAccountControl" flags |