This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
aix:user_ldap [2021/01/01 21:24] 127.0.0.1 external edit |
aix:user_ldap [2022/12/06 13:24] (current) manu |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Kerberos ====== | ====== Kerberos ====== | ||
+ | |||
+ | ===== Disadvantage of using kerberos ===== | ||
+ | |||
+ | :!: You have to create the user localy, only the authentification (password) is managed by kerberos | ||
+ | |||
+ | |||
https://www.ibm.com/support/pages/active-directory-ad-aix-step-step-instructions-integrate-active-directory-2016-aix-ldap-protocol | https://www.ibm.com/support/pages/active-directory-ad-aix-step-step-instructions-integrate-active-directory-2016-aix-ldap-protocol | ||
Line 32: | Line 38: | ||
[root@aix1]/root# cat /usr/lib/security/methods.cfg | grep -v ^* | [root@aix1]/root# cat /usr/lib/security/methods.cfg | grep -v ^* | ||
- | NIS: | + | ... |
- | program = /usr/lib/security/NIS | + | |
- | program_64 = /usr/lib/security/NIS_64 | + | |
- | + | ||
- | + | ||
- | DCE: | + | |
- | program = /usr/lib/security/DCE | + | |
KRB5: | KRB5: | ||
program = /usr/lib/security/KRB5 | program = /usr/lib/security/KRB5 |