Last modified by Thomas Mortagne on 2023/09/04 09:29

<
From version < 13.1 >
edited by PatrickDignan
on 2009/06/12 20:05
To version < 16.1 >
edited by Thomas Mortagne
on 2009/11/27 12:21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.PatrickDignan
1 +xwiki:XWiki.ThomasMortagne
Content
... ... @@ -60,4 +60,13 @@
60 60  xwiki.authentication.ldap.group_memberfields=memberUid,uid
61 61  {code}
62 62  
63 -Note that if you set it up like this the users logging in need some sort of access (read?) to the groups.
63 +Note that if you set it up like this the users logging will need to right to list groups members in LDAP server.
64 +
65 +1.1 I'm in multiwiki environment and I want my LDAP users to registered only on main wiki
66 +
67 +Each wiki can have it's own LDAP configuration (even enable/disable LDAP) in XWiki.XWikiPreference page (edit it with object editor). What you can find in the xwiki.cfg file is just the default LDAP configuration.
68 +
69 +In order to forbid LDAP auth to create users on subwikis you can:
70 +* disable LDAP in xwiki.cfg and enable it in the main wiki by choosing "No" in the "Ldap" field of XWiki.XWikiPreference page object
71 +* disable LDAP in every sub-wikis by choosing "No" in the "Ldap" field of XWiki.XWikiPreference page object
72 +

Get Connected