Changes

From SME Server
Jump to navigationJump to search
m
Line 209: Line 209:       −
Now we need this:
+
We now need to setup global mounts for all users with /etc/security/pam_mount.conf.xml
 
  −
touch /etc/security/pam_mount.conf.xml
      
Note: you can exclude local users from mounting directories with sgrp setting. You MAY need need nounix in mntoptions (needs testing)
 
Note: you can exclude local users from mounting directories with sgrp setting. You MAY need need nounix in mntoptions (needs testing)
Line 217: Line 215:  
Add the following:
 
Add the following:
    +
cat <<'_EOF' >/etc/security/pam_mount.conf.xml
 
  <pam_mount>
 
  <pam_mount>
 
  <debug        enable  = "0" />
 
  <debug        enable  = "0" />
Line 240: Line 239:  
         sgrp      = "admins"/>
 
         sgrp      = "admins"/>
 
  </pam_mount>
 
  </pam_mount>
 +
_EOF
    
==== PolicyKit ====
 
==== PolicyKit ====

Navigation menu