Changeset 152

Show
Ignore:
Timestamp:
01/04/08 10:01:40 (1 year ago)
Author:
slawrence
Message:

Lower case CLIP user

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RHEL5.1/kickstart/clip.ks

    r151 r152  
    403403echo "-:ALL EXCEPT users :ALL" >> /etc/security/access.conf 
    404404# Add a User who is in the users group allowing access to the system 
    405 adduser -G users,wheel CLIPUser 
    406 echo "123)(*qweASD" | passwd --stdin CLIPUser 
     405adduser -G users,wheel clipuser 
     406echo "123)(*qweASD" | passwd --stdin clipuser 
    407407# Cron was previously set to use /etc/security/access.conf, which did 
    408408# nothing by default. We don't want to block root from using cron. 
  • trunk/RHEL5.1/scripts/stig-fix/cat2/gen001020.sh

    r121 r152  
    1818 
    1919# Add a User who is in the users group allowing access to the system 
    20 /usr/sbin/adduser -G users,wheel CLIPUser 
    21 passwd CLIPUser < CLIPUserPassword 
     20/usr/sbin/adduser -G users,wheel clipuser 
     21echo "123)(*qweASD" | passwd --stdin clipuser 
    2222 
    2323# Cron was previously set to use /etc/security/access.conf, which did