Changes

Jump to navigation Jump to search
no edit summary
Line 34: Line 34:  
  winbind enum groups=yes
 
  winbind enum groups=yes
 
  winbind cache time=10
 
  winbind cache time=10
 +
 +
Replace <WORKGROUP> above with the workgroup name of your SME server
 +
Replace <ip of sme server> above with the internal network ip address of your SME server.
    
Edit  
 
Edit  
Line 45: Line 48:  
  cd /etc/auth-client-config/profile.d
 
  cd /etc/auth-client-config/profile.d
   −
Using your favourite editor create a new file called acc-sme and enter
+
Create and edit a new file called acc-sme, and enter
 
  [sme-nt4-1]
 
  [sme-nt4-1]
 
  nss_group=group:        compat winbind
 
  nss_group=group:        compat winbind
Line 75: Line 78:  
             session  optional   pam_mount.so         enable_pam_password
 
             session  optional   pam_mount.so         enable_pam_password
   −
Save and apply the pam authorisation changes
+
Save the file. Apply the pam authorisation changes
 
  auth-client-config -a -p sme
 
  auth-client-config -a -p sme
   Line 81: Line 84:  
  cd /etc/security
 
  cd /etc/security
   −
Using your favourite editor open pam_mount.conf.xml file and find the Volume Information section. Add a volume line below the header
+
Open and edit pam_mount.conf.xml file. Find the 'Volume Definitions' section. Add a volume line below the header
  <!-- Volume Information -->
+
  <!-- Volume Definitions -->
  <volume fstype="cifs" server="<SMESERVER>" path="homes" mountpoint="~/nethome" options="nosuid,nodev">
+
  <volume fstype="cifs" server="<SMESERVER>" path="homes" mountpoint="~/nethome" options="nosuid,nodev" />
    
Replace <SMESERVER> above with the samba name of your SME server. This will mount the users 'home' directory from SME into a directory called 'nethome' in their local home directory.
 
Replace <SMESERVER> above with the samba name of your SME server. This will mount the users 'home' directory from SME into a directory called 'nethome' in their local home directory.

Navigation menu