2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-03 15:55:40 +00:00

amended section on combining authentication mechanisms

This commit is contained in:
Todd C. Miller
1995-11-26 18:48:40 +00:00
parent 3187d13ad2
commit d0dbdb84f6

11
INSTALL
View File

@@ -158,11 +158,12 @@ Mixing password authentication schemes
====================================== ======================================
It is possible to build sudo with support for several authentication It is possible to build sudo with support for several authentication
schemes, including shadow passwords, kerberos, s/key, AFS, DCE, schemes, including shadow passwords, kerberos, s/key, AFS, DCE and
and normal UN*X passwords into a single binary. User validation normal UN*X passwords into a single binary. User validation will
will take slightly longer, of course, but it may be valuable take slightly longer, of course, but it may be valuable to have a
to have a single sudo binary that is distributed among systems single sudo binary that is distributed among systems with varying
with varying authentication mechanisms. authentication mechanisms. The exception to this rule is SecurID
which must be the only authentication mechanism used.
OS dependent notes OS dependent notes
================== ==================