book
Article ID: CTX220260
calendar_today
Updated On:
Description
We are trying to configure Kerberos authentication on Netscaler. Our AD domain is example.com and have multiple UPN configured in our Active Directory. If we are testing to authenticate a user with an UPN with @example.com it's working. If we are testing to authenticate a user with an UPN not matching the AD domain it's not working.
During the nskrb kgetcred, Netscaler is returing the following error: kgetcred: krb5_get_creds: KDC policy rejects request.
Instructions
- Use the realm as the default domain and can use the alternate UPN suffix to logon on the front end.The LDAP authentication on frontend will work, as it will look for the entire AD and find the user.
- For the backend Kerberos authentication it will append the default domain to the username and then use the service account to obtain tickets for the user.
- At any point the saMAccountName(pre-windows 2000 user name) and the UPN (user logon name) should match. Otherwise you will get a Kerberos error stating that the client could not be found in the database.