Difference between revisions of "Samba4 installation"

From lippmann wiki
Jump to: navigation, search
(Created page with "quick line with the command that I use to get an installation working: samba-tool domain provision --use-rfc2307 --option="interfaces=lo eth1" --option="bind interfaces only...")
 
Line 1: Line 1:
 +
packages needed in debian to make it work:
 +
 +
aptitude install samba4 krb5-user
 +
 
quick line with the command that I use to get an installation working:
 
quick line with the command that I use to get an installation working:
  
 
  samba-tool domain provision --use-rfc2307 --option="interfaces=lo eth1" --option="bind interfaces only=yes" --use-ntvfs --interactive
 
  samba-tool domain provision --use-rfc2307 --option="interfaces=lo eth1" --option="bind interfaces only=yes" --use-ntvfs --interactive

Revision as of 22:08, 1 June 2016

packages needed in debian to make it work:

aptitude install samba4 krb5-user

quick line with the command that I use to get an installation working:

samba-tool domain provision --use-rfc2307 --option="interfaces=lo eth1" --option="bind interfaces only=yes" --use-ntvfs --interactive