Changes for page User Authentication

Last modified by Thomas Mortagne on 2023/10/27

<
From version < 73.1 >
edited by Thomas Mortagne
on 2014/01/02
To version < 72.3 >
edited by kirby zhou
on 2013/12/04
>
Change comment: Edited comment 11

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.kirbyzhou
Content
... ... @@ -78,19 +78,12 @@
78 78  #-# The default is ({0}={1})
79 79  # xwiki.authentication.ldap.user_search_fmt=({0}={1})
80 80  
81 -#-# Only members of the following group can authenticate.
82 -#-# The following kind of groups are supported:
83 -#-# * LDAP static groups (users/subgroups are listed statically in the group object)
84 -#-# * [Since 3.3M1] LDAP organization units (users/subgroups are sub object of the provided organization unit)
85 -#-# * [Since 3.3M1] LDAP filter (users/groups are object found in a search with the provided filter)
81 +#-# Only members of the following group will be verified in the LDAP
82 +#-# otherwise only users that are found after searching starting from the base_DN
86 86  # xwiki.authentication.ldap.user_group=cn=developers,ou=groups,o=MegaNova,c=US
87 87  
88 88  #-# [Since 1.5RC1, XWikiLDAPAuthServiceImpl]
89 -#-# Only users not member of the following group can authenticate.
90 -#-# The following kind of groups are supported:
91 -#-# * LDAP static groups (users/subgroups are listed statically in the group object)
92 -#-# * [Since 3.3M1] LDAP organization units (users/subgroups are sub object of the provided organization unit)
93 -#-# * [Since 3.3M1] LDAP filter (users/groups are object found in a search with the provided filter)
86 +#-# Only users not member of the following group can autheticate
94 94  # xwiki.authentication.ldap.exclude_group=cn=admin,ou=groups,o=MegaNova,c=US
95 95  
96 96  #-# Specifies the LDAP attribute containing the identifier to be used as the XWiki name
... ... @@ -117,8 +117,7 @@
117 117  xwiki.authentication.ldap.update_user=1
118 118  
119 119  #-# [Since 1.3M2, XWikiLDAPAuthServiceImpl]
120 -#-# Maps XWiki groups to LDAP groups, separator is "|".
121 -#-# The following kind of groups are supported:
113 +#-# Maps XWiki groups to LDAP groups, separator is "|". The following kind of groups are supported:
122 122  #-# * LDAP static groups (users/subgroups are listed statically in the group object)
123 123  #-# * [Since 3.3M1] LDAP organization units (users/subgroups are sub object of the provided organization unit)
124 124  #-# * [Since 3.3M1] LDAP filter (users/groups are object found in a search with the provided filter),

Get Connected