Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentatation for AIX groups #50

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions src/page/ConfiguringAixClients.rst
Original file line number Diff line number Diff line change
Expand Up @@ -466,15 +466,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 @@ -484,12 +475,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
Loading