Ldap icon indicating copy to clipboard operation
Ldap copied to clipboard

basefilter gone?

Open chadfurman opened this issue 10 years ago • 3 comments

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))',

chadfurman avatar Oct 16 '14 22:10 chadfurman

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.

chadfurman avatar Oct 16 '14 22:10 chadfurman

Also, it seems the boolean filter is fixed to | always? How can I make this &?

chadfurman avatar Oct 16 '14 22:10 chadfurman

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

XavRsl avatar Oct 17 '14 19:10 XavRsl