Changes

From SME Server
Jump to navigationJump to search
Line 260: Line 260:  
  [Modify error reporting settings]
 
  [Modify error reporting settings]
   −
Now when you login as a domain user your shares should mount and you should have full sudo access
+
Now when you login as a domain user your shares should mount and you should have full sudo access.
 +
 
 +
One irritation that I have seen that I cannot find a way round is that when you run a program requiring sudo e.g. Synaptic it may ask you for the password of a LOCAL user, not the domain user.
 +
 
 +
====LightDM Login Box====
    
If you want to have a simple login box with manual login only you can do the following:
 
If you want to have a simple login box with manual login only you can do the following:
   −
create /etc/lightdm/lightdm.conf.d/50-unity-greeter.conf and add the following:
+
create /etc/lightdm/lightdm.conf.d/50-unity-greeter.conf  
 +
 
 +
Add the following:
    
  [SeatDefaults]
 
  [SeatDefaults]
 
  greeter-show-manual-login=true
 
  greeter-show-manual-login=true
 
  greeter-hide-users=true
 
  greeter-hide-users=true
 +
 +
====Miscellaneous Notes====
 +
 +
If you do not use kwallet and get annoyed by this message:
 +
 +
PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
 +
 +
edit /etc/pam.d/lightdm and comment the following lines
 +
 +
# auth    optional        pam_kwallet.so
 +
# auth    optional        pam_kwallet.so
 +
    
Wish I knew all this a week ago !
 
Wish I knew all this a week ago !

Navigation menu