Ignore:
Timestamp:
Jan 28, 2007, 10:29:02 PM (17 years ago)
Author:
jbarnold
Message:
renamed modbash to mbash at Joe's request
forcing signup uid and gid to be 102 as required by selinux system
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/accountadm/signup-scripts-backend.in

    r11 r134  
    7171# Add user to /etc/passwd
    7272`@sudo_path@ -u root @groupadd_path@ -g '$gid1' '$username'`;
    73 `@sudo_path@ -u root @useradd_path@ -d '$homedir' -s '/usr/local/bin/modbash' -u '$uid1' -g '$gid1' -G users '$username'`;
     73`@sudo_path@ -u root @useradd_path@ -d '$homedir' -s '/usr/local/bin/mbash' -u '$uid1' -g '$gid1' -G users '$username'`;
    7474# Add disk quota for user
    7575`@sudo_path@ -u root @setquota_path@ '$username' 0 25000 0 10000 -a`;
Note: See TracChangeset for help on using the changeset viewer.