In the immortal words of Cann, Ben A.: > Looking at all the code that has been suggested, it seems that everyone who > uses Net::LDAP is using simple authentication (setting password => xxx, > rather than using SASL). I have gotten this to work as well, and can query > AD in this way. Unfortunately, this method sends the user's password over > the network in plaintext, which is not secure enough for my needs.
So enable SSL and use Net::LDAPS over port 636. %% Christopher A. Bongaarts %% [EMAIL PROTECTED] %% %% Internet Services %% http://umn.edu/~cab %% %% University of Minnesota %% +1 (612) 625-1809 %%
