mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
python: Add missing word to comment
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
c7ab99a866
commit
2eb7b95de3
@ -980,7 +980,7 @@ def secretsdb_self_join(secretsdb, domain,
|
||||
else:
|
||||
spn = ['HOST/%s' % shortname]
|
||||
if secure_channel_type == SEC_CHAN_BDC and dnsname is not None:
|
||||
# we are a domain controller then we add servicePrincipalName
|
||||
# if we are a domain controller then we add servicePrincipalName
|
||||
# entries for the keytab code to update.
|
||||
spn.extend(['HOST/%s' % dnsname])
|
||||
msg["servicePrincipalName"] = spn
|
||||
|
Loading…
x
Reference in New Issue
Block a user