This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
aix:user_ldapmaps [2022/10/25 10:50] manu |
aix:user_ldapmaps [2022/10/25 10:57] (current) manu |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| My maps to connect to AD, I'm using LDAP RFC2107. | My maps to connect to AD, I'm using LDAP RFC2107. | ||
| - | On AD for each user and group used for AIX, please set the following parameters | + | AIX like every UNIX/Linux, works always with IDs for users as well for groups |
| + | |||
| + | On AD for each user and group used for AIX, please set the following parameters (required). For info, these parameters are simulated throught sssd on linux. | ||
| **User** | **User** | ||
| Line 17: | Line 19: | ||
| **For info**: homedir can also have a different look : /home/user01@mydomain.lu | **For info**: homedir can also have a different look : /home/user01@mydomain.lu | ||
| - | **Group** | + | **Group** ALL groups need a gidNumber |
| ^Parameter^Value^ | ^Parameter^Value^ | ||
| |name|aix-group| | |name|aix-group| | ||
| Line 39: | Line 41: | ||
| pgid SEC_INT gidnumber s na yes | pgid SEC_INT gidnumber s na yes | ||
| </cli> | </cli> | ||
| + | **time_last_login** is commented because it tries to update the field into AD, which is not allowed | ||
| <cli prompt='#'> | <cli prompt='#'> | ||