diff options
author | araujo <araujo@FreeBSD.org> | 2016-06-07 01:00:08 +0000 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2016-06-07 01:00:08 +0000 |
commit | 93e484e00e1e2dc498a7f4c45c0019e43b8ec5b2 (patch) | |
tree | 1e73f5a818132a084c39a88ff5e848600402031d /share/man/man5 | |
parent | b59bc774334316645a9dfe8d3f1e6d3de455fa06 (diff) | |
download | FreeBSD-src-93e484e00e1e2dc498a7f4c45c0019e43b8ec5b2.zip FreeBSD-src-93e484e00e1e2dc498a7f4c45c0019e43b8ec5b2.tar.gz |
Add an entry on rc.conf(5) explaining the new options
nis_ypldap_enable and nis_ypldap_flags.
Also add an entry on ypldap(8) that it is a feature ready and
appears on FreeBSD 11.0.
Requested by: rodrigc
Relnotes: Yes
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/rc.conf.5 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index ae4972e..5b77e1a 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -2559,6 +2559,22 @@ is set to these are the flags to pass to the .Xr ypbind 8 service. +.It Va nis_ypldap_enable +.Pq Vt bool +If set to +.Dq Li YES , +run the +.Xr ypldap 8 +daemon at system boot time. +.It Va nis_ypldap_flags +.Pq Vt str +If +.Va nis.ypldap_enable +is set to +.Dq Li YES , +these are the flags to pass to the +.Xr ypldap 8 +daemon. .It Va nis_ypset_enable .Pq Vt bool If set to |