Changes between Version 11 and Version 12 of samba4
- Timestamp:
- 03/31/2013 10:00:23 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified samba4
v11 v12 43 43 }}} 44 44 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 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`. 50 46 51 47 … … 82 78 make && 83 79 make install 80 }}} 81 82 The 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 {{{ 84 chgrp ntp /var/lib/samba/ntp_signd 84 85 }}} 85 86