Changes

From SME Server
Jump to navigationJump to search
Line 15: Line 15:  
A Domain login lets users login without admin setting up each user first.
 
A Domain login lets users login without admin setting up each user first.
    +
====Client configuration====
 
  apt-get install winbind libpam-mount
 
  apt-get install winbind libpam-mount
   Line 61: Line 62:  
  session optional        pam_mount.so
 
  session optional        pam_mount.so
   −
This is where SME Server does not support linux clients as well as windows, so... logon to your SME Server.
+
====Connect to domain====
 +
 
 +
*Option A - Upgrade the samba rpms on SME Server [http://bugs.contribs.org/show_bug.cgi?id=2256#c23 warning]
 +
 
 +
On the server
 +
yum upgrade samba* --enablerepo=smedev
 +
 
 +
On the client [''Workgroup'' is your SME Server Workgroup]
 +
net rpc join -D '''WorkGroup''' -U admin
 +
 
 +
*Option B - workaround the bug in samba
 
   
 
   
 
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, NOTE: you must add the trailing $  <br>
'''Workgroup''' should be your SME Server Workgroup <br>
      +
On the server
 
  signal-event machine-account-create '''ClientName$'''
 
  signal-event machine-account-create '''ClientName$'''
 
  smbpasswd -a -m '''ClientName$'''
 
  smbpasswd -a -m '''ClientName$'''
   −
Now back to mepis and join the workgroup/domain, you may need to reboot your client first
+
On the client  
 
   net rpc join -D '''WorkGroup''' -U admin
 
   net rpc join -D '''WorkGroup''' -U admin
 +
    
If you misconfigure a file and lock yourself out of the workstation <br>
 
If you misconfigure a file and lock yourself out of the workstation <br>

Navigation menu