Lines Matching refs:an
13 * Add the ability to run the LDAP server over an SSL / TLS only socket.
31 * Added an isValid() method to the Dn class.
48 * Add a "getOptions()" method the the Attribute class to iterate through options for an attribute.
51 * Fix an OpenLDAP specific bug in the paging helper class. OpenLDAP does not return a control when aborting paging.
52 * Fix an issue with the Socket class not recognizing the certificate authority cert specified in the options.
62 * Add an update convenience method to the LdapClient to update a single LDAP entry.
65 * Throw an exception on referrals by default. Do not allow ignoring them, only following them.
70 * Add an LDAP URL parser / object based on RFC 4516.
74 * Add an idle_timeout setting to the LDAP server. Default to 600 seconds.
86 * LDAP clients now throw an OperationException instead of a ProtocolException.