From: Guruprasad S <sgu...@no...> - 2001-02-13 11:14:59
|
Hi, I am having problems using the filter. $filter =3D Net::LDAP::Filter->new( '(cn=3DBabs Jensen)'); The above will return 2 entries from ldap.bigfoot.com. If I add o=3Dbigfoo= t.com as shown below, even then I get 2 entries $filter =3D Net::LDAP::Filter->new( '& (cn=3DBabs Jensen) (o=3Dbigfoot.com)= '); Can any of you please help me. Also I am unable to filter on mail field. Thanks Guru |