[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-security] Root dir vs user dir...



> -----Original Message-----
> Subject: [cobalt-security] Root dir vs user dir...
> 
> 
> Is there any way that you can force a user when loggin in to 
> have their root domain web directory show up?

You might need to join the cobalt users list as well as this list.

But the answer to your question is, edit the /etc/passwd file.


Example: 

 user1:x:111:100:Real Name:/home/sites/site1/users/user1:/bin/bash
 
 change to something like:

 user1:x:111:100:Real Name:/home/sites/site1:/bin/bash


That will drop the user 'user1' straight into the root of site 1