mirror of
https://github.com/samba-team/samba.git
synced 2025-07-28 11:42:03 +03:00
ntacl: There is no 'secrets database' configuration option.
This commit is contained in:
@ -61,7 +61,7 @@ class cmd_ntacl_set(Command):
|
||||
def run(self, acl, file, quiet=False,xattr_backend=None,eadb_file=None,
|
||||
credopts=None, sambaopts=None, versionopts=None):
|
||||
lp = sambaopts.get_loadparm()
|
||||
path = os.path.join(lp.get("private dir"), lp.get("secrets database") or "secrets.ldb")
|
||||
path = lp.private_path("secrets.ldb")
|
||||
creds = credopts.get_credentials(lp)
|
||||
creds.set_kerberos_state(DONT_USE_KERBEROS)
|
||||
try:
|
||||
|
Reference in New Issue
Block a user