Changes

Jump to navigation Jump to search
Line 10: Line 10:     
===Domain Login===
 
===Domain Login===
 +
A Domain login lets users login without admin setting up each user first.
 +
 +
You can use these command line instructions or use your GUI tools.<br>
 +
Comment out the existing setting and paste the new
    
  apt-get install winbind libpam-mount
 
  apt-get install winbind libpam-mount
 
+
or use synaptic to install the two rpms
  −
 
  −
these files can be edited with nano or graphically, comment out the existing setting and paste the new
  −
 
  −
your workgroup is probably correct, as you set this during install
   
  nano -w /etc/samba/smb.conf
 
  nano -w /etc/samba/smb.conf
 
  .
 
  .
  workgroup = MYDOMAIN
+
  workgroup = MYDOMAIN #your workgroup is probably correct, you set this during install
 
  idmap uid = 10000-20000
 
  idmap uid = 10000-20000
 
  idmap gid = 10000-20000
 
  idmap gid = 10000-20000
Line 32: Line 31:  
  password server = *
 
  password server = *
 
  winbind use default domain = yes
 
  winbind use default domain = yes
      
  nano -w /etc/nsswitch.conf
 
  nano -w /etc/nsswitch.conf
Line 66: Line 64:  
  /etc/init.d/winbind start
 
  /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 server
   
  signal-event machine-account-create  ClientName$
 
  signal-event machine-account-create  ClientName$
 
  smbpasswd -a -m ClientName$
 
  smbpasswd -a -m ClientName$
 
   
 
   
 
+
To check your client values > K menu > Setting Configuration > Internet and Networking > Samba <br>
to check your client values > K menu > Setting Configuration > Internet and Networking > Samba <br>
+
ClientName is the NetBIOS Name, NOTE: you must add the trailing $  <br>
ClientName is the NetBIOS Name, + you must add the trailing $  <br>
   
Workgroup is Workgroup, your local '''windows''' domain  <br>
 
Workgroup is Workgroup, your local '''windows''' domain  <br>
    
Now back to mepis and join the workgroup/domain
 
Now back to mepis and join the workgroup/domain
 
   net rpc join -D WorkGroup -U admin
 
   net rpc join -D WorkGroup -U admin
 +
 +
Ideas borrowed from http://tech.canterburyschool.org/tech/UbuntuWorkstations , Thanks !
    
===Mounting Shares===
 
===Mounting Shares===

Navigation menu