[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Patch for OpenLDAP to handle '*' properly in search attribute lists (ITS#236)



At 03:22 AM 7/25/99 GMT, subbarao@computer.org wrote:
>Full_Name: Kartik Subbarao
>Version: 1.2.4
>OS: HP-UX 11.00
>URL: ftp://ftp.openldap.org/incoming/Kartik-Subbarao-990724.patch
>Submission from: (NULL) (208.0.42.34)
>
>This patch makes OpenLDAP interpret '*' in a search attribute
>list correctly, as specified by RFC 2251.

OpenLDAP 1.x implements LDAPv2+ (RFC 1777 + U-Mich enhancements),
LDAPv3 (RFC 2251).  OpenLDAP 2.0 will support LDAPv3.  Our
current development code supports the features included in
your patch.  (Checkout OpenLDAP-devel... available via AnonCVS).

>(This was the final 
>hurdle to overcome to get Netscape Communicator's Roaming 
>access to work!).

Clients should not send LDAPv3isms in LDAPv2 requests.  Your
patch is to workaround a bug in Netscape Communicator client.

Kurt