Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 52: Line 52:  
*Open an 'Applications - Accessories - Terminal' cli and 'su' to root
 
*Open an 'Applications - Accessories - Terminal' cli and 'su' to root
 
*Open and edit /etc/samba/smb.conf. Under [global] there will be a section commented as having been generated by authconfig. Check this section is as below. Some lines may not exist and may need to be added.
 
*Open and edit /etc/samba/smb.conf. Under [global] there will be a section commented as having been generated by authconfig. Check this section is as below. Some lines may not exist and may need to be added.
 +
*:Replace <WORKGROUP> and below with the 'Windows workgroup' name of your SME server. Replace <ip of sme server> below with the internal network ip address of your SME server.
 
  workgroup = <WORKGROUP>
 
  workgroup = <WORKGROUP>
 
  password server = <ip of sme server>
 
  password server = <ip of sme server>
Line 70: Line 71:  
  pam password change = yes
 
  pam password change = yes
 
  hostname lookup = yes  
 
  hostname lookup = yes  
*:Replace <WORKGROUP> above (and below) with the 'Windows workgroup' name of your SME server. Replace <ip of sme server> above with the internal network ip address of your SME server.
   
{{Note box| If you run the 'System - Administration - Authentication' tool again your amendments will be lost}}
 
{{Note box| If you run the 'System - Administration - Authentication' tool again your amendments will be lost}}
 
*To check validation of smb.conf, run
 
*To check validation of smb.conf, run
Line 78: Line 78:  
  wbinfo -g
 
  wbinfo -g
 
  smbtree
 
  smbtree
*:If it doesn't appear to have worked then run
+
:If it doesn't appear to have worked then run
 
  net rpc join -D <WORKGROUP> -U admin
 
  net rpc join -D <WORKGROUP> -U admin
*:Enter the admin password for the SME server when prompted and you should get a message,
+
:Enter the admin password for the SME server when prompted and you should get a message,
 
  Joined domain <WORKGROUP>
 
  Joined domain <WORKGROUP>
  

Navigation menu