This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
aix:marc [2023/03/02 12:24] manu |
aix:marc [2025/08/23 23:37] (current) |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== Register a new AD user ===== | ===== Register a new AD user ===== | ||
- | If the user **-it** still exist, check the UID on a <fc #ff0000>linux server</fc> connected to Active Directory (sssd process will convert Windows SID to an UNIX UID; Else create it first into active directory | + | If the user **-it** still exist, check the UID on a linux server connected to Active Directory (sssd process will convert Windows SID to an UNIX UID; Else create it first into active directory |
<cli prompt='#'> | <cli prompt='#'> | ||
[root@LINUX ~]# id user01 | [root@LINUX ~]# id user01 | ||
Line 11: | Line 11: | ||
We need uid=1200123421(user01@test.lu) and 1200123456(aix-users@test.lu) | We need uid=1200123421(user01@test.lu) and 1200123456(aix-users@test.lu) | ||
- | <fc #800080>For AIX users the following field must be fulfill into Active Directory</fc> | + | **For AIX users the following field must be fulfill into Active Directory** |
^Parameter^Value^comment^ | ^Parameter^Value^comment^ | ||
|uid|user01|lowercase| | |uid|user01|lowercase| | ||
Line 19: | Line 20: | ||
|uidNumber|1200123421|userID| | |uidNumber|1200123421|userID| | ||
- | <fc #800080>For AIX groups the following field must be fulfill into Active Directory (For group aix-users)</fc> | + | **For AIX groups the following field must be fulfill into Active Directory (For group aix-users)** |
^Parameter^Value^ | ^Parameter^Value^ | ||
|gidNumber|1200123456| | |gidNumber|1200123456| | ||
Line 277: | Line 279: | ||
</cli> | </cli> | ||
- | + | <code> | |
check_nimclient.sh | check_nimclient.sh | ||
#!/usr/bin/ksh | #!/usr/bin/ksh | ||
Line 384: | Line 386: | ||
main $* | tee $logname 2>&1 | main $* | tee $logname 2>&1 | ||
+ | </code> | ||