Hi,

On Thu, Jun 26, 2008 at 6:28 AM, Avinash Gupta
<[EMAIL PROTECTED]> wrote:
> Hello All,
>
> I have installed XWiki in our environment using jetty and MS SQL Server.
> I have successfully configured authentication using LDAP but I don't see any 
> users when I click on Users and Groups under Administration.
>
> I guess this is because XWiki just uses LDAP to authenticate but doesn't 
> stores the users anywhere.
> I checked on mailing lists and found that few discussions where people have 
> suggested to add following line in xwiki.cfg
>
>
> xwiki.authentication.createuser=ldap
>
> and XWiki will start storing users in his database.

Did you looked at
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication ?
All possible options are listed here (and I confirm that
xwiki.authentication.createuser=ldap does not mean anything or at
least now).

If you use the correct LDAP authenticator
(xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl)
and even if you use the old one AFAIK there is no way to configure
LDAP in order to not create the user in XWiki, otherwise XWiki would
not be able to manager rights, groups etc. What XE/Platform version do
you use ? Do you have any error/warning in the log ?

> But the above didn't work for me. I also found a snippet which might import 
> the users but don't know how to run it.
> I am a .Net guy and I have very limited knowledge of java.
>
> I would like to create groups of LDAP user and give different permissions to 
> different groups. How can I achieve this?
>
> Thanks,
> Avinash
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to