Re: [cas-dev] mapping LDAP error codes to Java GeneralSecurityExceptions

2010-12-31 Thread Marvin Addison
> We're only mapping authentication errors at this point (error code 49).  Is > there a standard for the sub codes (i.e. Account Locked, etc.?). I'm not aware of any such standard, so I asked the LDAP folks in my group about this. Our OpenLDAP guru had this to say: My only exposure to Accou

Re: [cas-dev] mapping LDAP error codes to Java GeneralSecurityExceptions

2010-12-30 Thread Scott Battaglia
We're only mapping authentication errors at this point (error code 49). Is there a standard for the sub codes (i.e. Account Locked, etc.?). That is what is currently mapped in the AD specific file. On Thu, Dec 30, 2010 at 8:24 AM, Marvin Addison wrote: > > I've written some code for CAS4 to m

Re: [cas-dev] mapping LDAP error codes to Java GeneralSecurityExceptions

2010-12-30 Thread Marvin Addison
> I've written some code for CAS4 to map the LDAP error codes to Java General > Security Exceptions > I've got a simple implementation for Microsoft AD because someone had given > me the error mappings in a previous JIRA issue. In my experience the Microsoft LDAP error codes are compliant to t

[cas-dev] mapping LDAP error codes to Java GeneralSecurityExceptions

2010-12-29 Thread Scott Battaglia
I've written some code for CAS4 to map the LDAP error codes to Java General Security Exceptions. The code isn't completely done, but its relatively stable: https://source.jasig.org/cas3/trunk/cas-server-support-ldap/src/main/java/org/jasig/cas/server/authentication/ I've got a simple implementat