Changes between Version 11 and Version 12 of samba4


Ignore:
Timestamp:
03/31/2013 10:00:23 PM (11 years ago)
Author:
thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • samba4

    v11 v12  
    4343}}}
    4444
    45 Note that NTP will add "socket" automatically to the path given at `ntpsignsocket`. That means in turn, the argument to `ntpsignsocket` must be a directory and not the full name. Samba4 will place a socket in `/var/lib/samba/ntp_signd/` so we add this name to the `ntp.conf`. The permissions of the directory may be not usable for the user which is running ntp. To solve this
    46 {{{
    47 chgrp ntp /var/lib/samba/ntp_signd
    48 }}}
    49 
     45Note that NTP will add "socket" automatically to the path given at `ntpsignsocket`. That means in turn, the argument to `ntpsignsocket` must be a directory and not the full name. Samba4 will place a socket in `/var/lib/samba/ntp_signd/` so we add this name to the `ntp.conf`.
    5046
    5147
     
    8278make &&
    8379make install
     80}}}
     81
     82The permissions of the directory mentioned above at NTP may be not usable for the user which is running ntp. To solve this change ownership so it is readable for the ntp-user too:
     83{{{
     84chgrp ntp /var/lib/samba/ntp_signd
    8485}}}
    8586