Replies: 2 comments
-
Hi FraFau,
... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not really an issue but a how to need.
This is my context :
Debian server as client, WS20XX (>2k3) as AD DC
my forest tree is like this :
parentdomain
--childdomain1.parentdomain
--childomain2.parentdomain
....
Each subdomain can have multiple UPN suffixes.
I tried to set spn on DC from each parent & subdomain (with the same username in each domain & subdomain).
I generated all keytabs from each one and concatenate it with ktutil.
I used this keytab in my nginx conf
The problem is I just can use only one realm in my conf. (Maybe I'm wrong, is there a way to use many ? (Maybe I should use only the parentdomain realm ?)
When I try the spnego auth from one subdomain (with its own realm) the auth seems to work properly (but it seems the $_SERVER['REMOTE_USER'] isn't correctly filled by nginx...)
But when I try another one with many differents UPN suffixes, SPNEGO don't recognize the other UPN suffixes than the original one.
Is there a way to get this working ?
Any help will be much appreciated ! Thank you. PS : You'll find in attachment krb5.conf & nginx site conf
GLPI.SUBDOMAIN_UPNSUFFIX.conf.txt
krb5.conf.txt
Beta Was this translation helpful? Give feedback.
All reactions