Skip to content

Commit 482116e

Browse files
Rui Miguel Silva Seabraabbra
authored andcommitted
Since AIX will not dereference member=uid=someone,cn=accounts,... all 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.
1 parent 74e9577 commit 482116e

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

src/page/ConfiguringAixClients.rst

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -500,15 +500,6 @@ Under /etc/security/ldap create 2 new map files:
500500
spassword SEC_CHAR userpassword s
501501
lastupdate SEC_INT shadowlastchange s
502502

503-
..
504-
505-
::
506-
507-
#IPAgroup.map file
508-
groupname SEC_CHAR cn s
509-
id SEC_INT gidNumber s
510-
users SEC_LIST member m
511-
512503
..
513504
514505
| Change the /etc/security/ldap/ldap.cfg file and set the relevant options as follow.
@@ -518,12 +509,10 @@ Under /etc/security/ldap create 2 new map files:
518509
::
519510

520511
userbasedn:cn=users,cn=accounts,dc=example,dc=com
521-
groupbasedn:cn=groups,cn=accounts,dc=example,dc=com
512+
groupbasedn:cn=groups,cn=compat,dc=example,dc=com
522513

523514
userattrmappath:/etc/security/ldap/IPAuser.map
524-
groupattrmappath:/etc/security/ldap/IPAgroup.map
525-
526-
userclasses:posixaccount
515+
groupattrmappath:/etc/security/ldap/2307group.map
527516

528517
5. Start the ldap client daemon.
529518

0 commit comments

Comments
 (0)