GSSAPI and multiple domains in the same forest #247
Replies: 2 comments 3 replies
-
I see no way for GSSAPI to find the KDCs for the "SECONDO.GROUP" domain, I also do not see that the user is from that domain given you have Client '[email protected]' So here you are performing Basic Auth instead of a Negotiate. If all your users are in the SECONDO.GROUP domain, you may want to change the default_realm in krb5.conf accordingly. |
Beta Was this translation helpful? Give feedback.
-
Just to inform that I've solved. the problem was on DNS side, the DNS record of the webserver was registered like cname (alias) and not like record HOST. Registering like HOST solved the problem. |
Beta Was this translation helpful? Give feedback.
-
I've an apache 2.4 on redhat with gssapi mod.
the active directory has multiple domain in the same forest and I've problem to authenticate, I would like to know if is possible to use the gssapi in this scenario.
I've 3 domain in the same forest, the keytab file is made on the PRIMO domain like is possible to see with kutil:
this is my krb5.conf (I haven't configure it by my self, I've it from the AD group):
this is my config inside apache:
when the user enter in the domain with windows it uses SECONDO.GROUP domain.
so, the keytab is made on PRIMO.GROUP but the user is on SECONDO.GROUP, the two domain are inside the same forest.
the autentication doesn't works and even with the basic I've this error:
[Fri Feb 26 11:50:22.892191 2021] [auth_gssapi:error] [pid 84426:tid 140162875389696] [client 10.211.30.219:63189] GSS ERROR In Basic Auth: gss_acquire_cred_with_password() failed: [Unspecified GSS failure. Minor code may provide more information (Client '[email protected]' not found in Kerberos database)]
is there a way to use the gssapi with multiple domains in the same forest with the keytab generated on a domain that is not the domain where the user is present?
thanks
Beta Was this translation helpful? Give feedback.
All reactions