Not sure why you are talking about
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HKerbero…
since you example does not have anything to do with it (which is good).
So back to you example now, if manual login works you probably don't need much on
XWiki side.
[quote="Johannes, post:1, topic:179"]
I could not see it in the tomcat logs, only that the "user is null"
[/quote]
So if mod_auth_kerb. is doing it's job you should see in the LDAP debug log something
like: "RemoteUser: toto(a)mydomain.com" or "RemoteUser:
mydomain.com\toto" or some other format (that's why you have to provide a regexp
in the configuration) which is the REMOTE_USER that XWiki is supposed to receive from
whatever is in front of and and parsed with
"xwiki.authentication.ldap.remoteUserParser".
If you don't see it there is no much you can do at XWiki level. Sometimes bad
authenticator module don't properly set the HTTP REMOTE_USER and instead set a custom
HTTP header that you can indicate in `xwiki.authentication.ldap.httpHeader`. I don't
have any experience with mod_auth_kerb sorry.
---
[Visit
Topic](https://discourse.xwiki.org/t/help-setting-up-sso-with-kerberos-and-…
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discourse.xwiki.org/email/unsubscribe/53280ea1570d2ffb69246b6….