diff options
author | Damien Miller <djm@mindrot.org> | 2002-04-23 13:04:51 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-04-23 13:04:51 +0200 |
commit | d7de14b6ada79812cf3a1ceb8f921d92d4d180be (patch) | |
tree | c8750db01fe0d8b47ad3aafd68165ccd6b523197 /sshd.8 | |
parent | - markus@cvs.openbsd.org 2002/04/22 06:15:47 (diff) | |
download | openssh-d7de14b6ada79812cf3a1ceb8f921d92d4d180be.tar.xz openssh-d7de14b6ada79812cf3a1ceb8f921d92d4d180be.zip |
- markus@cvs.openbsd.org 2002/04/22 16:16:53
[servconf.c sshd.8 sshd_config]
do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.177 2002/04/21 16:19:27 stevesk Exp $ +.\" $OpenBSD: sshd.8,v 1.178 2002/04/22 16:16:53 markus Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -571,7 +571,7 @@ the Kerberos KDC. To use this option, the server needs a Kerberos servtab which allows the verification of the KDC's identity. Default is -.Dq yes . +.Dq no . .It Cm KerberosOrLocalPasswd If set then if password authentication through Kerberos fails then the password will be validated via any additional local mechanism |