29 Jun
2015
29 Jun
'15
11:22 a.m.
Arran Cudbard-Bell wrote:
On 29 Jun 2015, at 09:48, Michael Ströder <michael@stroeder.com> wrote: Hmm, I'd prefer you to simply pass the configured original string to libldap and use result code of ldap_url_parse() just as proof that it's a valid LDAP URI.
base_dn, filter, scope and attributes need stripping. We don't support specifying them via the URL.
I guess we could error out if any of those components were found
To me this seems to be the best solution for now. Ciao, Michael.