1
0
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:
Matthias Dieter Wallnöfer
2010-04-07 14:20:18 +02:00
parent 345fcf5875
commit fa4d91e1e0

View File

@ -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")