Bill Luebkert <> wrote: > Brian Raven wrote: >> From: [email protected] >> [mailto:[email protected]] On Behalf Of >> Campbell, Scott > >> Sorry to be picky when you are trying to help somebody, but I have a >> couple of issues with your code. >> >>> ******************************************************* =item >>> B<ldap_authenticate()> >>> >>> This method accepts a username, password, and an array of LDAP >> servers, in that order. It returns a true/false > code, and a >> message. >>> IE: ldap_authenticate("[email protected]","MYPass",@dc_list) >> >> That example call doesn't appear to match the parameters in the sub >> below. > > It kinda does if it's a 'method' rather than a plain old sub. Maybe > better written/documented in that case as: > > $obj->ldap_authenticate('[email protected]', 'MYPass', @dc_list) >
Yes, good point. Its good to see that you corrected the double quoting as well, unless, of course, the array @mydomain is supposed to be interpolated there. -- Brian Raven This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete this message and any attachments without retaining a copy. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
