Re: [PHP-DEV] LDAP V3 Server Side Sorting

2001-05-16 Thread Stig Venaas
On Wed, May 16, 2001 at 08:52:52AM -0700, David Giffin wrote: > > > If we are to follow the Netscape API then we should have a > ldap_search_ext() function which we can pass the results of the > ldap_create_sort_control(), other server side and client side controls. > We can then incorporate "Vi

Re: [PHP-DEV] LDAP V3 Server Side Sorting

2001-05-16 Thread David Giffin
If we are to follow the Netscape API then we should have a ldap_search_ext() function which we can pass the results of the ldap_create_sort_control(), other server side and client side controls. We can then incorporate "Virtual List View Control" and "Entry Change Notification Control" along wit

Re: [PHP-DEV] LDAP V3 Server Side Sorting

2001-05-16 Thread Stig Venaas
On Tue, May 15, 2001 at 06:17:11PM -0700, David Giffin wrote: > > Hello, > > I added in a function to provide server side sorting on searches. This is > a LDAP version 3 specific function, and uses the Netscape API so I have > ifdef'ed the new function. It adds a "sortstr" attriubte to the > ld

Re: [PHP-DEV] LDAP V3 Server Side Sorting

2001-05-15 Thread David Giffin
Sorry about that. I'm new to contributing code. Here is a diff of the changes. Maybe a URL would save some bandwidth too: http://www.giffin.org/~david/ldap.diff Thanks, David On Tue, 15 May 2001, Sterling Hughes wrote: > David Giffin wrote: > > > Hello, > > > > I added in a function to pro

Re: [PHP-DEV] LDAP V3 Server Side Sorting

2001-05-15 Thread Sterling Hughes
David Giffin wrote: > Hello, > > I added in a function to provide server side sorting on searches. This is > a LDAP version 3 specific function, and uses the Netscape API so I have > ifdef'ed the new function. It adds a "sortstr" attriubte to the > ldap_search() function that already exists in