Re: [xwiki-users] Authorisation through apache

2016-02-29 Thread Thomas Mortagne
This kind of use case means that at apache level whatever do the actual authentication should set the HTTP REMOTE_USER in the request and then you use an authenticator like http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+Authenticator+Trusted+LDAP which will "trust" whatever is in front

[xwiki-users] Authorisation through apache

2016-02-29 Thread aleksey-s
Hi, For authorisation on xwiki inside local network we use LDAP (users login with password). But we want use apache authorisation also from external network. We want use next scheme: user authenticate on apache and after xwiki take only login (without password) and gives access to user. How we