Caner.B
10th July 2003, 12:12
Hi ,

I know there is an option in smit 'Lock/ unlock user account' . What I want to know is , if a user account is locked can this user still login to baan ?


Thanks

Caner

Dikkie Dik
10th July 2003, 18:06
No

Caner.B
10th July 2003, 18:11
Dikkie,
I hope your "No" means that baan users can not login .

Thank you,

Caner

Dikkie Dik
10th July 2003, 18:18
Right.

NvanBeest
11th July 2003, 02:09
Hey Dick

You believe in short and sweet? :D

gameover
11th July 2003, 09:25
In AIX server, if you want to massive lock access to BaaN do this.

In $BSE/lib/user directory execute chmod 000 * , as root.

Later to grant access to BaaN execute chmod 660 *.

You can use a Script to mechanize this. To deny access to some users, and grant access to Administratos or other group of users.

This Script is in the path /bin/nologinBaaN


cd /baanIV/bse/lib/user
su root "-c /bin/chmod 000 u*"
su root "-c /bin/chmod 660 uroot ubsp ..... and others ...

When you want to close the system, simply run this Script as root

Bye