Our group is using IBM Tivoli Directory Server 4.1. We have an application that authenticates to the directory server. If first gets the dn from the directory server, then, using that will connect with the DN as the SECURITY_PRINCIPAL, and the password as the SECURITY_CREDENTIALS. This seems to work fine when an invalid password is passed, a NamingException of some type is thrown, and thus we're not authenticated.
Our problem occurs when the password is expired. No exception is thrown, and we recieve the InitialLdapContext. I came across an article here:
IBM Directory Server sample that describes some ldap controls which can provide the password expired information. This seems to me to only work with IBM Directory Server >= 5.1. We're using IBM Directory Server 4.1, and I don't see these controls available to me.
My questions are, 1. does anyone know how to identify that a particular dn's password has expired using IBM DS 4.1?, and 2. Are there other channels to ask such questions on? I don't seem to see much about forums around the IBM DS site.
Thanks!
~mark