diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-04-30 21:15:41 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-04-30 21:15:41 +0000 |
| commit | aab6741f7e4f0aba58f7de6aa208dcaaddc68730 (patch) | |
| tree | b66324ca3086d7b2229d63b2771324e5fd20fc10 /share/man | |
| parent | 7c1622ff284836688be89dc3ca120e9a23248f32 (diff) | |
Notes
Diffstat (limited to 'share/man')
| -rw-r--r-- | share/man/man5/make.conf.5 | 2 | ||||
| -rw-r--r-- | share/man/man5/rc.conf.5 | 33 |
2 files changed, 19 insertions, 16 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 26185562b851..f6cb9d4a0ff9 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -418,7 +418,7 @@ If you need stable Kerberos5, use the port(s). .It Va ENABLE_SUID_K5SU .Pq Vt bool -Set this if you wish to use the k5su utility. +Set this if you wish to use the ksu utility. Otherwise, it will be installed without the set-user-ID bit set. .It Va ENABLE_SUID_NEWGRP diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index c1fc876d4a70..3d0ef886ef54 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1077,19 +1077,6 @@ This variable has no effect if is not enabled. This variable is experimental. It may be removed or changed in the near future. -.It Va kerberos_stash -.Pq Vt str -If -.Dq Li YES , -instruct the Kerberos servers to use the stashed master key instead of -prompting for it (only if -.Va kerberos_server_enable -is set to -.Dq Li YES , -and is used for both -.Xr kerberos 1 -and -.Xr kadmind 8 ) . .It Va kerberos5_server_enable .Pq Vt bool Set to @@ -1102,13 +1089,13 @@ If .Va kerberos5_server_enable is set to .Dq Li YES -this is the path to Kerberos 5 authentication server. +this is the path to Kerberos 5 Authentication Server. .It Va kadmind5_server_enable .Pq Vt bool Set to .Dq Li YES to start -.Xr k5admind 8 , +.Xr kadmind 8 , the Kerberos 5 Administration Daemon; set to .Dq Li NO on a slave server. @@ -1119,6 +1106,22 @@ If is set to .Dq Li YES this is the path to Kerberos 5 Administration Daemon. +.It Va kpasswdd_server_enable +.Pq Vt bool +Set to +.Dq Li YES +to start +.Xr kpasswdd 8 , +the Kerberos 5 Password-Changing Daemon; set to +.Dq Li NO +on a slave server. +.It Va kpasswdd_server +.Pq Vt str +If +.Va kpasswdd_server_enable +is set to +.Dq Li YES +this is the path to Kerberos 5 Password-Changing Daemon. .It Va rwhod_enable .Pq Vt bool If set to |
