mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
1860e6b1a3
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
31 lines
955 B
Plaintext
31 lines
955 B
Plaintext
# this is a list of servicePrincipalName entries
|
|
# that we need to add on our account. It is processed by
|
|
# the samba_spnupdate script
|
|
|
|
HOST/${HOSTNAME}
|
|
HOST/${HOSTNAME}/${WORKGROUP}
|
|
ldap/${HOSTNAME}/${WORKGROUP}
|
|
GC/${HOSTNAME}/${DNSFOREST}
|
|
ldap/${HOSTNAME}
|
|
HOST/${HOSTNAME}/${DNSDOMAIN}
|
|
ldap/${HOSTNAME}/${DNSDOMAIN}
|
|
HOST/${NETBIOSNAME}
|
|
E3514235-4B06-11D1-AB04-00C04FC2DCD2/${NTDSGUID}/${DNSDOMAIN}
|
|
ldap/${NTDSGUID}._msdcs.${DNSFOREST}
|
|
ldap/${NETBIOSNAME}
|
|
RestrictedKrbHost/${NETBIOSNAME}
|
|
RestrictedKrbHost/${HOSTNAME}
|
|
ldap/${HOSTNAME}/DomainDnsZones.${DNSDOMAIN}
|
|
ldap/${HOSTNAME}/ForestDnsZones.${DNSDOMAIN}
|
|
|
|
# These are not supported yet:
|
|
# NtFrs-88f5d2bd-b646-11d2-a6d3-00c04fc9b232/${HOSTNAME}
|
|
# Dfsr-12F9A27C-BF97-4787-9364-D31B6C55EB04/${HOSTNAME}
|
|
#
|
|
# Only used in DNS mode: (This is added on dns-${HOSTNAME} account, should not be added here)
|
|
# DNS/${HOSTNAME}
|
|
#
|
|
# Only used on Terminal Server mode:
|
|
# TERMSRV/${HOSTNAME}
|
|
# TERMSRV/${NETBIOSNAME}
|