I want to create seperate log ins for about 15 users, however I want their initial home directory to be the same. I am have a few problems with this.<br>
<br>
1. I create the accounts as follows:<br>
useradd -c "Joe Blow" -g groupnamehere -d /home/userhome accountname<br>
where groupnamehere is the name of somegroup and userhome ...<br>
2. I've created the directory in /home/userhome and set the perms:<br>
chmod 775 userhome<br>
chown :groupnamehere userhome<br>
3. I've set the perms on all files in the userhome directory to match the directory (Does that make sense? 775)<br>
<br>
Problem:<br>
<br>
- Only the original owner of the directory can login successfully the first time.<br>
- When I try and log in via one of the other accounts X seems to reset itself and comes back to the log-on screen.<br>
- When I view the files in /home/userhome, the owner of the files is set to the account that last attempted the log-on and the group remains set to groupnamehere<br>
- When I try and log on via the original owner it begins doing the same; restarting X<br>
- I can su successfully without a problem as in:<br>
<br>
su accountname<br>
<br>
Any ideas? is there an X configuration or kde configuration file that is having issues here?<br>
<br>
War...
<br>
1. I create the accounts as follows:<br>
useradd -c "Joe Blow" -g groupnamehere -d /home/userhome accountname<br>
where groupnamehere is the name of somegroup and userhome ...<br>
2. I've created the directory in /home/userhome and set the perms:<br>
chmod 775 userhome<br>
chown :groupnamehere userhome<br>
3. I've set the perms on all files in the userhome directory to match the directory (Does that make sense? 775)<br>
<br>
Problem:<br>
<br>
- Only the original owner of the directory can login successfully the first time.<br>
- When I try and log in via one of the other accounts X seems to reset itself and comes back to the log-on screen.<br>
- When I view the files in /home/userhome, the owner of the files is set to the account that last attempted the log-on and the group remains set to groupnamehere<br>
- When I try and log on via the original owner it begins doing the same; restarting X<br>
- I can su successfully without a problem as in:<br>
<br>
su accountname<br>
<br>
Any ideas? is there an X configuration or kde configuration file that is having issues here?<br>
<br>
War...