You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2005/02/09 16:35:19 UTC

svn commit: r153078 - incubator/directory/protocols/kerberos/trunk/core/src/java/org/apache/kerberos/kdc/AuthenticationService.java

Author: erodriguez
Date: Wed Feb  9 07:35:19 2005
New Revision: 153078

URL: http://svn.apache.org/viewcvs?view=rev&rev=153078
Log:
Improved Linux krb5 libs compatibility.

Modified:
    incubator/directory/protocols/kerberos/trunk/core/src/java/org/apache/kerberos/kdc/AuthenticationService.java

Modified: incubator/directory/protocols/kerberos/trunk/core/src/java/org/apache/kerberos/kdc/AuthenticationService.java
URL: http://svn.apache.org/viewcvs/incubator/directory/protocols/kerberos/trunk/core/src/java/org/apache/kerberos/kdc/AuthenticationService.java?view=diff&r1=153077&r2=153078
==============================================================================
--- incubator/directory/protocols/kerberos/trunk/core/src/java/org/apache/kerberos/kdc/AuthenticationService.java (original)
+++ incubator/directory/protocols/kerberos/trunk/core/src/java/org/apache/kerberos/kdc/AuthenticationService.java Wed Feb  9 07:35:19 2005
@@ -179,7 +179,7 @@
 		    }
 		    catch (SamException se)
 		    {
-		        throw new KerberosException( 77, se.getMessage() );
+		        throw new KerberosException( 60, se.getMessage() );
 		    }
 	    }