On Nov 7, 2007, at 5:19 PM, Jerome Velociter wrote:
Hi,
You can implement your own version of the
com.xpn.xwiki.user.api.XWikiAuthService interface.
There's already a LDAP impl existing (different from the XWiki default
one), so you can look over that too as an example.
Then, you must precise in the xwiki.cfg configuration file that you
want
to use your own class, with something like
xwiki.authentication.authclass =
com.mycompany.mypackage.MyXWikiAuthImpl
Some details here:
http://www.xwiki.org/xwiki/bin/view/AdminGuide/Authentication
No tutorials though. Someone has to write one...
Thanks
-Vincent
> On Nov 6, 2007, at 2:57 PM, arnaud wrote:
>
>> hi all
>>
>> i would like to implement ntlm authentification with xwiki on tomcat
>> 5.5
>>
>> i watch for jcifs
>>
>> there is a way to perform it? via custom authentification?
>> does anybody try?
>>
>> thanks a lot !!