>> Thomas Schweikle <[email protected]> wrote: > Hi! > > I'd like to authenticate users against a kerberos server. Apache > serving this mediawiki is already authenticating users using > kerberos. This works. But ... > > None of the users known to LDAP do have access to the wiki. All are > prompted to authenticate before changing pages (but all are > authenticated already, because the whole server forces SSL/TLS and > authentication via kerberos before access to any page hosted). > > Now: > - how can I verify my LDAP configuration?
> $_SERVER["REMOTE_USER"] ); Can you enable debug logging and see if you really receive anythin in $_SERVER["REMOTE_USER"]? If you are protecting a whole wiko with Kerberos, maybe you can even try <?php phpinfo(); to find out. //Marcin _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
