30 Jun
2015
30 Jun
'15
12:40 p.m.
On Jun 29, 2015, at 11:22 AM, Michael Ströder <michael@stroeder.com> wrote:
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.
OK, done. -Arran