Skip to content

Commit

Permalink
Since AIX will not dereference member=uid=someone,cn=accounts,... all…
Browse files Browse the repository at this point in the history
… other non primary groups get lost. In this case, using the standard 2307group.map and the compat tree for groups works as expected (all groups the user belongs to, are found). The userclasses parameter can be the default.
  • Loading branch information
Rui Miguel Silva Seabra authored and abbra committed Nov 5, 2024
1 parent 74e9577 commit 482116e
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions src/page/ConfiguringAixClients.rst
Original file line number Diff line number Diff line change
Expand Up @@ -500,15 +500,6 @@ Under /etc/security/ldap create 2 new map files:
spassword SEC_CHAR userpassword s
lastupdate SEC_INT shadowlastchange s

..
::

#IPAgroup.map file
groupname SEC_CHAR cn s
id SEC_INT gidNumber s
users SEC_LIST member m

..
| Change the /etc/security/ldap/ldap.cfg file and set the relevant options as follow.
Expand All @@ -518,12 +509,10 @@ Under /etc/security/ldap create 2 new map files:
::

userbasedn:cn=users,cn=accounts,dc=example,dc=com
groupbasedn:cn=groups,cn=accounts,dc=example,dc=com
groupbasedn:cn=groups,cn=compat,dc=example,dc=com

userattrmappath:/etc/security/ldap/IPAuser.map
groupattrmappath:/etc/security/ldap/IPAgroup.map

userclasses:posixaccount
groupattrmappath:/etc/security/ldap/2307group.map

5. Start the ldap client daemon.

Expand Down

0 comments on commit 482116e

Please sign in to comment.