Changes

From SME Server
Jump to navigationJump to search
mepis 7
Line 7: Line 7:  
==Client configuration==
 
==Client configuration==
 
SME Server's has been and remains focused on serving windows clients, however Linux clients also work well with SME.  
 
SME Server's has been and remains focused on serving windows clients, however Linux clients also work well with SME.  
 +
 +
These instructions work for Mepis 6.5 and 7.0
    
===Domain Login===
 
===Domain Login===
Line 17: Line 19:     
  nano -w /etc/samba/smb.conf
 
  nano -w /etc/samba/smb.conf
  .
+
   
  workgroup = MYDOMAIN #your workgroup is probably correct, you set this during install
+
  workgroup = 'Your Windows workgroup' # probably correct, you set this during install
 +
security = domain                    # may be set to user
 
  idmap uid = 10000-20000
 
  idmap uid = 10000-20000
 
  idmap gid = 10000-20000
 
  idmap gid = 10000-20000
Line 27: Line 30:  
  winbind cache time = 10
 
  winbind cache time = 10
 
  winbind separator = +
 
  winbind separator = +
security = domain
   
  password server = *
 
  password server = *
 
  winbind use default domain = yes
 
  winbind use default domain = yes
    
  nano -w /etc/nsswitch.conf
 
  nano -w /etc/nsswitch.conf
  .
+
   
 
  passwd: compat winbind  
 
  passwd: compat winbind  
 
  group: compat winbind
 
  group: compat winbind
Line 38: Line 40:     
  nano -w /etc/pam.d/common-account
 
  nano -w /etc/pam.d/common-account
  .
+
   
 
  account sufficient      pam_winbind.so
 
  account sufficient      pam_winbind.so
 
  account required        pam_unix.so
 
  account required        pam_unix.so
    
  nano -w /etc/pam.d/common-auth
 
  nano -w /etc/pam.d/common-auth
  .
+
   
 
  auth    required        pam_mount.so
 
  auth    required        pam_mount.so
 
  #
 
  #
Line 56: Line 58:     
  nano -w /etc/pam.d/common-session
 
  nano -w /etc/pam.d/common-session
  .
+
   
 
  session required        pam_unix.so
 
  session required        pam_unix.so
 
  session required        pam_mkhomedir.so umask=0022 skel=/etc/skel/
 
  session required        pam_mkhomedir.so umask=0022 skel=/etc/skel/
 
  session optional        pam_mount.so
 
  session optional        pam_mount.so
  −
/etc/init.d/winbind start
      
This is where SME doesn't support linux clients as well as windows, so... logon to your SME Server
 
This is where SME doesn't support linux clients as well as windows, so... logon to your SME Server
Line 76: Line 76:     
Ideas borrowed from http://tech.canterburyschool.org/tech/UbuntuWorkstations , Thanks !
 
Ideas borrowed from http://tech.canterburyschool.org/tech/UbuntuWorkstations , Thanks !
 +
 +
If you misconfigure a file and lock yourself out of the workstation <br>
 +
hit spacebar at the grub prompt  <br>
 +
change to root=(leave as is) single <br>
 +
login as root and check your config files
    
===Mounting Shares===
 
===Mounting Shares===
Line 130: Line 135:     
You can monitor your cups printers at YourClientIP:631
 
You can monitor your cups printers at YourClientIP:631
 +
 +
===Ident===
 +
If using Ident Authentication for browsing install 'ident2'
       
[[Category:Howto]]
 
[[Category:Howto]]

Navigation menu