1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-06 08:59:08 +03:00

s4-param Remove 'sam database' parameter

This now just relies on the private dir parameter, which remains.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2011-06-02 15:43:40 +10:00
parent 6bf88222cc
commit c091a92be5
10 changed files with 23 additions and 26 deletions

View File

@ -37,7 +37,7 @@ class Hostconfig(object):
:param session_info: Session info to use
:param credentials: Credentials to access the SamDB with
"""
return SamDB(url=self.lp.get("sam database"),
return SamDB(url=self.lp.samdb_url(),
session_info=session_info, credentials=credentials,
lp=self.lp)