Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
On AIX system, su to local account from AD account produces a message "VAS account is not recognized as an AD account"
설명
On AIX system using STD_AUTH, su to local account from AD account produces a message [VAS]: Account is not recognized as an Active Directory account.
login works and su - local accounts works however the message displayed confuses users.
# su - ADacct
$ su - local
[VAS]: Account is not recognized as an Active Directory account.
원인
Configuration issue.
해결 방안
Please run the following command and replace <local user> with the local account in your environment: chuser SYSTEM=compat <local user>
This will add the SYSTEM=compat setting to the /etc/security/user file for the local user. It will than go to the operating system instead of going to our code first, where we put out the message.