HADOOP-12568. Update core-default.xml to describe posixGroups support. Contributed by Wei-Chiu Chuang.
This commit is contained in:
parent
7fab5c8cec
commit
4a3b8f1ed2
|
@ -956,6 +956,9 @@ Release 2.8.0 - UNRELEASED
|
|||
HADOOP-12562. Make hadoop dockerfile usable by Yetus.
|
||||
(Allen Wittenauer via wheat9)
|
||||
|
||||
HADOOP-12568. Update core-default.xml to describe posixGroups support.
|
||||
(Wei-Chiu Chuang via aajisaka)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HADOOP-11785. Reduce the number of listStatus operation in distcp
|
||||
|
|
|
@ -314,6 +314,11 @@ for ldap providers in the same way as above does.
|
|||
an LDAP server with a non-AD schema, this should be replaced with
|
||||
(&(objectClass=inetOrgPerson)(uid={0}). {0} is a special string used to
|
||||
denote where the username fits into the filter.
|
||||
|
||||
If the LDAP server supports posixGroups, Hadoop can enable the feature by
|
||||
setting the value of this property to "posixAccount" and the value of
|
||||
the hadoop.security.group.mapping.ldap.search.filter.group property to
|
||||
"posixGroup".
|
||||
</description>
|
||||
</property>
|
||||
|
||||
|
@ -323,7 +328,9 @@ for ldap providers in the same way as above does.
|
|||
<description>
|
||||
An additional filter to use when searching for LDAP groups. This should be
|
||||
changed when resolving groups against a non-Active Directory installation.
|
||||
posixGroups are currently not a supported group class.
|
||||
|
||||
See the description of hadoop.security.group.mapping.ldap.search.filter.user
|
||||
to enable posixGroups support.
|
||||
</description>
|
||||
</property>
|
||||
|
||||
|
|
Loading…
Reference in New Issue