Displaying 1 result from an estimated 1 matches for "gss_acquire_cred_impersonate_name".
2018 May 16
0
Setup Samba as AD-DC with kerberos constrained delegation
...to AD-DC using "net ads join"
3. Added SPN using the command "samba-tool spn add HTTP/SQUID at DOMAIN
serviceAccount"
So far, I can get the TGT using my application but AD-DC do not issue TGS,
following error is received by application while requesting the service
ticket "gss_acquire_cred_impersonate_name: Generic error (see e-text)"
I am kind of blank here, I did tried few steps using "samba-tool
delegation" and "samba-tool spn" commands but those got me no where.
It would be great if one can list out the steps/samba-tool commands to
setup delegation for squid service usi...