[ossec-list] Re: AIX 5.3: ossec agent installation problem

2011-11-09 Thread alsdks
Thank you very much Kat!

On Nov 8, 5:24 pm, Kat uncommon...@gmail.com wrote:
 You need to add /bin/false to the /etc/security/login.cfg
 There is a line in the file that says SHELLS and has a list of all
 valid shells.

 I created a script to run from my nim server to push it out - I do
 this, just to have a backup if needed (not the cleanest, but it
 works):

         cp /etc/security/login.cfg /etc/security/login.cfg_save
         sed 's?/bin/bash$?/bin/bash,/bin/false?g' /etc/security/
 login.cfg /etc/security/login.cfg_new
         cp -f /etc/security/login.cfg_new /etc/security/login.cfg
         rm -f /etc/security/login.cfg_new

 cheers
 K


[ossec-list] Re: AIX 5.3: ossec agent installation problem

2011-11-08 Thread Kat
You need to add /bin/false to the /etc/security/login.cfg
There is a line in the file that says SHELLS and has a list of all
valid shells.


I created a script to run from my nim server to push it out - I do
this, just to have a backup if needed (not the cleanest, but it
works):

cp /etc/security/login.cfg /etc/security/login.cfg_save
sed 's?/bin/bash$?/bin/bash,/bin/false?g' /etc/security/
login.cfg /etc/security/login.cfg_new
cp -f /etc/security/login.cfg_new /etc/security/login.cfg
rm -f /etc/security/login.cfg_new

cheers
K