diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2010-04-04 02:20:52 +0200 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2010-04-06 13:12:43 +0200 |
| commit | 449bdf35432230b060387856637759e2fe7022d6 (patch) | |
| tree | 444078f900e05ec6e2895a43f36ed25bdd71630c /source4/scripting/python/samba/__init__.py | |
| parent | 55b98e9768cb2a1ae4b9cc83e3d5f33b51b22e8f (diff) | |
| download | samba-449bdf35432230b060387856637759e2fe7022d6.tar.gz samba-449bdf35432230b060387856637759e2fe7022d6.tar.bz2 samba-449bdf35432230b060387856637759e2fe7022d6.zip | |
s4-python: Move set_session_info to PySambaLdb.
Diffstat (limited to 'source4/scripting/python/samba/__init__.py')
| -rw-r--r-- | source4/scripting/python/samba/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/scripting/python/samba/__init__.py b/source4/scripting/python/samba/__init__.py index 6fe1b929e34..9d0d71101b1 100644 --- a/source4/scripting/python/samba/__init__.py +++ b/source4/scripting/python/samba/__init__.py @@ -110,9 +110,6 @@ class Ldb(_Ldb): if url is not None: self.connect(url, flags, options) - def set_session_info(self, session_info): - glue.ldb_set_session_info(self, session_info) - def set_create_perms(self, perms=0600): # we usually want Samba databases to be private. If we later find we # need one public, we will have to change this here |
