invader7 has asked for the wisdom of the Perl Monks concerning the following question:
but $mesg->count returns 0 entries i tried with base=>'dc=maxcrc,dc=com' and scope subtree but nothing happened ! Any opinions ? thanks !$ldap = Net::LDAPS->new( '192.168.1.22','636',verify => 'none' ); $mesg = $ldap->search(filter=>'uid=inv',base=>'ou=people,dc=maxcrc,dc= +com',scope=>"one");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::LDAPS cant find entry in ldap server
by Laurent_R (Canon) on Jun 09, 2013 at 15:37 UTC | |
by Laurent_R (Canon) on Jun 09, 2013 at 22:38 UTC | |
by Anonymous Monk on Jun 09, 2013 at 20:21 UTC | |
by LanX (Saint) on Jun 09, 2013 at 23:26 UTC | |
by LanX (Saint) on Jun 09, 2013 at 23:21 UTC | |
|
Re: Net::LDAPS cant find entry in ldap server
by Anonymous Monk on Jun 10, 2013 at 07:47 UTC |