From: Graham B. <gb...@po...> - 2002-01-16 18:31:34
|
On Wed, Jan 16, 2002 at 01:15:01PM -0500, CZa...@wi... wrote: > > This is just an example of what I am trying to get, "CN=John > Doe,OU=IT,OU=NewYork,O=XYZ" " > It works with the command lind 'ldapsearch': $command = qq/ldapsearch -b > "o = wiley" -s subtree "(& (objectclass = inetorgperson) (mail = $username*))" > filter=> "(&(objectclass = interorgperson) (mail = $username))" Well you are using difeerent filter. The ldapseach command has a * at the end of mail = Graham. |