diff options
Diffstat (limited to 'source4/dsdb/tests/python/sec_descriptor.py')
-rwxr-xr-x | source4/dsdb/tests/python/sec_descriptor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/sec_descriptor.py b/source4/dsdb/tests/python/sec_descriptor.py index f6454bbcf1..c24b6e9898 100755 --- a/source4/dsdb/tests/python/sec_descriptor.py +++ b/source4/dsdb/tests/python/sec_descriptor.py @@ -1862,7 +1862,7 @@ if host.lower().startswith("ldap://"): ldb = SamDB(host, credentials=creds, - session_info=system_session(), + session_info=system_session(lp), lp=lp, options=ldb_options) |