Ldap
Ldap copied to clipboard
basefilter gone?
1.2 had a property in the config called basefilter .. this is no longer there.
setEntriesFromDirectory() is now using some combination of $this->requestedEntries and $this->filterAttribute but I'm not seeing how to use this to construct something like the following:
'basefilter' => '(&(uid=%uid)(objectClass=personTypeA)(ou:dn:=personGroupA))',
Is it true that now I have to have personGroupA === "people" in order to use your library? That seems incorrect, as that would be a major regression.
Also, it seems the boolean filter is fixed to | always? How can I make this &?
Hi ! I know there is a lot to do to make this package completely useful for everyone. But I don't have much time to work on it for the moment. I'll be on vacation for the next few days so I'll try to come back to you after that. Sorry if I can't do much more right now.
Xavier
2014-10-17 0:22 GMT+02:00 Chad Furman [email protected]:
Also, it seems the boolean filter is fixed to | always? How can I make this &?
— Reply to this email directly or view it on GitHub https://github.com/XavRsl/Ldap/issues/5#issuecomment-59440444.
Xavier