2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +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
schemes, including shadow passwords, kerberos, s/key, AFS, DCE,
and normal UN*X passwords into a single binary. User validation
will take slightly longer, of course, but it may be valuable
to have a single sudo binary that is distributed among systems
with varying authentication mechanisms.
schemes, including shadow passwords, kerberos, s/key, AFS, DCE and
normal UN*X passwords into a single binary. User validation will
take slightly longer, of course, but it may be valuable to have a
single sudo binary that is distributed among systems with varying
authentication mechanisms. The exception to this rule is SecurID
which must be the only authentication mechanism used.
OS dependent notes
==================