Nancy Mathew
31st March 2005, 01:43
We have two types of users (a) Local Users (b) NIS Users. After migrating from Solaris to AIX, NIS users are not able to connect to baan using rexec or baanlogin. Rexec gives an error "Can't set credentials". Baanlogin says "Password Expired" (I found a post for a similar issue for LDAP users but not for NIS users)
The SA team found the reason as below for rexec issue:
The logins needs to have a NIS group as its primary gid.
uid=4778(nisuser) gid=816(baan) groups=816(baan), 125(bsp)
Hence, the group "baan" was changed from local to NIS. Now the error while invoking rexec has gone, still baan doesn't connect.
The way to test rexec is on cmd prompt :
rexec <server name> -l <user name> <command>
Does anybody have any experience with NIS users on AIX 5.2?
Thanks!!
The SA team found the reason as below for rexec issue:
The logins needs to have a NIS group as its primary gid.
uid=4778(nisuser) gid=816(baan) groups=816(baan), 125(bsp)
Hence, the group "baan" was changed from local to NIS. Now the error while invoking rexec has gone, still baan doesn't connect.
The way to test rexec is on cmd prompt :
rexec <server name> -l <user name> <command>
Does anybody have any experience with NIS users on AIX 5.2?
Thanks!!