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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user