I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-06-12 11:01:58-07 by bv in response to 8029
Re: Net::LDAP::FilterMatch can't match substring filters

I hardly know perl but I have experience with writing LDAP applications. You have to connect to a Directory or LDAP server first (and port if needed), bind anomalously (for searches) or bind with a dn and password (authenticated) for adds, updates, deletes, and searches. Searches needs to begin at a specific base dn (root or DN path) and then iterate through results and multi pal values. When finished with searches, adds, updates, and deletes, then you must unbind to the directory.

Check the documentation and examples at http://search.cpan.org/~gbarr/perl-ldap-0.36/lib/Net/LDAP.pod

If you need working examples of Delphi, winldap api, VB, TCL, or JAVA examples, I could look through my archives.

Brooks

Direct Responses: Write a response