[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SGI afskauthlib.so Question



"Rigler, Steve" <SRigler@MarathonOil.com> writes:

> I am testing Heimdal (0.5.2) on a SGI Octane running Irix 6.5.13.

This patch should fix it.

/Johan

--- verify.c	2001/06/18 13:11:33	1.25
+++ verify.c	2003/04/30 09:58:38
@@ -250,10 +250,12 @@
     if(pwd == NULL)
 	return 1;
 
+#ifdef KRB4
     if (!pag_set && k_hasafs()) {
         k_setpag();
         pag_set=1;
     }
+#endif
 
     if (ret)
 	ret = unix_verify_user (name, password);