mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s4:provision - add a comment which explains why "paths.dns_keytab" is stored without path reference
This commit is contained in:
@ -278,6 +278,9 @@ def provision_paths_from_lp(lp, dnsdomain):
|
||||
"""
|
||||
paths = ProvisionPaths()
|
||||
paths.private_dir = lp.get("private dir")
|
||||
|
||||
# This is stored without path prefix for the "privateKeytab" attribute in
|
||||
# "secrets_dns.ldif".
|
||||
paths.dns_keytab = "dns.keytab"
|
||||
|
||||
paths.shareconf = os.path.join(paths.private_dir, "share.ldb")
|
||||
|
Reference in New Issue
Block a user