Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 248: Line 248:  
  wbinfo -g
 
  wbinfo -g
 
{{Note box| The sgrp param is optional. If used, ibay will be mounted only if %(DOMAIN_USER) is a member of ibay's owner group}}
 
{{Note box| The sgrp param is optional. If used, ibay will be mounted only if %(DOMAIN_USER) is a member of ibay's owner group}}
  −
=== Give Domain Admins local admin rights ===
  −
  −
*Edit /etc/sudoers and add the following line:
  −
  −
# Allow "Domain Admins" from the SME Server domain to run all commands
  −
%<WORKGROUP>\\Domain\ Admins  ALL=(ALL) ALL
  −
  −
*Replace <WORKGROUP> with your SME Server's Windows workgroup name.
      
===Login and Test===
 
===Login and Test===
Line 263: Line 254:  
*Login as a valid SME Server user on your system, just giving username and password. No need for DOMAIN\user as samba configured above to use the default Windows Workgroup
 
*Login as a valid SME Server user on your system, just giving username and password. No need for DOMAIN\user as samba configured above to use the default Windows Workgroup
 
*Authentication against SME Server should proceed and the user log in. A home directory on the local machine should be created as /home/DOMAIN/user, and a sub directory to that called 'nethome' mounted to the users home directory on the SME Server.
 
*Authentication against SME Server should proceed and the user log in. A home directory on the local machine should be created as /home/DOMAIN/user, and a sub directory to that called 'nethome' mounted to the users home directory on the SME Server.
 +
 +
 +
==Options==
 +
 +
===Give SME Server Users Local Admin Rights===
 +
 +
{{Note box| Always use visudo to edit the sudoers file}}
 +
 +
su visudo
 +
 +
*Edit the sudoers file and add the following line immediately below "root    ALL=(ALL:ALL) ALL"
 +
 +
user ALL=(ALL) ALL
 +
 +
Where "user" is a username from SME Server
    
===Login screen security===
 
===Login screen security===
47

edits

Navigation menu