Changes for page Use cases of configuration to authenticate users with LDAP
Last modified by Thomas Mortagne on 2019/07/22 14:23
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. PatrickDignan1 +xwiki:XWiki.ThomasMortagne - Content
-
... ... @@ -60,4 +60,10 @@ 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 +In wiki can have it's own LDAP configuration (even enable/disable LDAP) in XWiki.XWikiPreference page (edit it with object editor). What in in the xwiki.cfg is just the default LDAP configuration. 68 + 69 +There is no general config for that but in order to forbid LDAP auth to create users on subwikis you can disable LDAP in every subwiki by choosing "No" in the "Ldap" field of XWiki.XWikiPreference page object.