in reply to LDAP Connection

  1. Line 522 fell off the end of your __DATA__ section?
  2. 522 doesn't contain what your code expects?
  3. Other (but my guesser has run out of steam)

What does your data look like? A small sample will suffice.

Replies are listed 'Best First'.
Re^2: LDAP Connection
by WhyNot87 (Initiate) on Oct 30, 2011 at 22:37 UTC
    I think the problem is I have not set the default connection parameters. But would I set those in LDAP.pm? How does it know what port to use if I am not using the default port?
Re^2: LDAP Connection
by WhyNot87 (Initiate) on Oct 30, 2011 at 22:41 UTC
    I'm not quite sure what line 522 is referencing. But I am still researching to find out where I set my default connection parameters. I'm assuming LDAP.pm. Or would I define those parameters in my ldap.pl code? I can't seen to locate a definitive answer...