Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 126: Line 126:  
  samba-tool domain info a.b.c.d                  #SambaIP set above
 
  samba-tool domain info a.b.c.d                  #SambaIP set above
 
  realm -v discover sme-server.internal          #in this example
 
  realm -v discover sme-server.internal          #in this example
  kinit -V administrator
+
  kinit -V administrator                         #enter domain administrator password set above
 
  klist
 
  klist
 
  sambatool user list
 
  sambatool user list
Line 132: Line 132:  
  smbstatus --configfile=/etc/samba/samba.conf
 
  smbstatus --configfile=/etc/samba/samba.conf
 
  samba-tool processes --configfile=/etc/samba/samba.conf
 
  samba-tool processes --configfile=/etc/samba/samba.conf
 +
Usual SME network shares are accessible on \\SME-IP\ whereas SYSVOL is available at \\SambaIP\
 +
smbclient -L localhost -U admin                #enter SME admin password
 +
smbclient -L a.b.c.d -U administrator          #SambaIP set above, enter domain administrator password set above
 
If all went well you can proceed to joining Windows PCs to the domain using domain administrator and password.
 
If all went well you can proceed to joining Windows PCs to the domain using domain administrator and password.
    
Before first login all users and admin must change their passwords from https://SME-IP/user-password portal.
 
Before first login all users and admin must change their passwords from https://SME-IP/user-password portal.
  −
Usual SME network shares are accessible on \\SME-IP\ whereas SYSVOL is available at \\SambaIP\
      
WARNING: disabling samba service is not supported as user accounts and passwords will get out of sync.
 
WARNING: disabling samba service is not supported as user accounts and passwords will get out of sync.
69

edits

Navigation menu