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() );
                    }
            }
            


Reply via email to