Greetings, Anyone care to share an example ( or point to one ) of how to programmatically read extended (LDAP V3) control messages returned to client in response to LDAP operation requests? The client, in my case, is a Java program using Netscape Java API.
My intent is to read server generated warning messages. Specifically I am trying to read messages relating to password policy overlay module control messages. I know the server generates these messages. I also have learned these messages are mapped to OID entries inside ldap.h: #define LDAP_CONTROL_PASSWORDPOLICYREQUEST "1.3.6.1.4.1.42.2.27.8.5.1" #define LDAP_CONTROL_PASSWORDPOLICYRESPONSE "1.3.6.1.4.1.42.2.27.8.5.1" I just don't know/understand how to parse these messages on the client side. I haven't found much by way of RTFG or RTFM. Thanks, Shawn _______________________________________________ mozilla-directory mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-directory
