Displaying 2 results from an estimated 2 matches for "short_hostname_in_uppercase".
2024 Jul 09
1
session setup failed: NT_STATUS_NO_IMPERSONATION_TOKEN
...Samba does not like the 'includedir' line and doesn't require most of
the other lines, try this /etc/krb5.conf:
[libdefaults]
default_realm = EXAMPLE.ORG
dns_lookup_kdc = false
dns_lookup_realm = true
[realms]
EXAMPLE.ORG = {
default_domain = example.org
}
[domain_realm]
SHORT_HOSTNAME_IN_UPPERCASE = EXAMPLE.ORG
Replace 'SHORT_HOSTNAME_IN_UPPERCASE' with the computers short hostname
>
> ############## end /etc/krb5.conf #####################
>
> ############## begin /etc/samba/smb.conf #####################
>
> [global]
> ??????? server string = Fileserver...
2024 Jul 09
1
session setup failed: NT_STATUS_NO_IMPERSONATION_TOKEN
I get the same error using 'net ads join'
Here are my sanitized config files:
############## begin /etc/krb5.conf ####################
includedir /etc/krb5.conf.d/
[logging]
?default = SYSLOG:INFO:DAEMON
?kdc = SYSLOG:INFO:DAEMON
?admin_server = SYSLOG:INFO:DAEMON
[libdefaults]
default_realm =EXAMPLE.ORG
?dns_lookup_realm = false
?dns_lookup_kdc = false
?ticket_lifetime = 10h