When i create a local admin user on OSX , i get everything OK , BUT i cant make any changes on the System Preferences , cant change TrackPad settings , cant change NADA .
It looks good when i check the users permissions .
the user that got this problem have the name "userbad" .
when I look at /Users/userbad/Library/Preferences there is nothing but only one file (.plist)
when i look at "usergood"
/Users/usergood/Library/Preferences there are tons of .plist files .
inside usergood account I can adjust/change as normally inside the systempreferences icon.
I assume that it have to do with some inheritance-issue while creating the new account , or am I wrong ?
Anybody that can figure it out ?
The commands i used when creating the username :
It looks good when i check the users permissions .
the user that got this problem have the name "userbad" .
when I look at /Users/userbad/Library/Preferences there is nothing but only one file (.plist)
when i look at "usergood"
/Users/usergood/Library/Preferences there are tons of .plist files .
inside usergood account I can adjust/change as normally inside the systempreferences icon.
I assume that it have to do with some inheritance-issue while creating the new account , or am I wrong ?
Anybody that can figure it out ?
The commands i used when creating the username :
Code:
dscl . create /Users/userbad
dscl . create /Users/userbad RealName "userbad1"
dscl . passwd /Users/userbad kotte
dscl . create /Users/userbad UniqueID "590"
dscl . create /Users/userbad PrimaryGroupID 20
sudo cp -R /System/Library/User\ Template/English.lproj /Users/userbad
dscl . create /Users/userbad UserShell /bin/bash
chown -R userbad:staff /Users/userbad
sudo dseditgroup -o edit -a userbad -t user admin
sudo dseditgroup -o edit -a userbad -t user wheel