I've been trying to set this up, but I can't find a solution. It's neccessary, because the machine Ubuntu is on is a Macbook and needs to have access to the files of the Mac user. Is there any way to get this to work?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Lightdm has the config file
|
||||
|
|
You will probably also want to change the defaults for adduser & useradd, to create new users with UID starting at 500. Two files need change, as: /etc/login.defs
/etc/adduser.conf
|
|||
|
usermod -u UID username– Achu Nov 2 '12 at 18:55chownall the files of the Mac-User afterwards, so they belong to the new UserID. – Paul Hänsch Nov 2 '12 at 19:01