[sudo-users] Sudo in Tru64 error

Todd C. Miller Todd.Miller at courtesan.com
Tue Dec 2 09:02:53 EST 2008


In message <e8401e700812010648l1880f1e2sf5f7fb4f31f30f69 at mail.gmail.com>
	so spake "Valdemir Santos" (valdemirs):

> I made a Sudo installation in an AlphaServer with Tru64 , but when trying
> run Sudo I get:
> 
> sudo: There are no authentication methods compiled into sudo!

There is a bug in the configure script.  If you edit the
config.h file and change the line:

/* #undef HAVE_SIA */

To:

#define HAVE_SIA 1

and then recompile it should work.

 - todd



More information about the sudo-users mailing list