From: Todd C. Miller Date: Sun, 26 Nov 1995 18:48:40 +0000 (+0000) Subject: amended section on combining authentication mechanisms X-Git-Tag: SUDO_1_4_0~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0dbdb84f6b579b03789204799387b85376e89db;p=sudo amended section on combining authentication mechanisms --- diff --git a/INSTALL b/INSTALL index 1dd50fc08..e955e876e 100644 --- a/INSTALL +++ b/INSTALL @@ -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 ==================