in reply to problem binding to Windows 2003 Active Directory using LDAPS (from Linux)

Have you checked if the expression:

$ad=Net::LDAPS->new($uri) is returning a True/False and not a reference to an object?


s//----->\t/;$~="JAPH";s//\r<$~~/;{s|~$~-|-~$~|||s |-$~~|$~~-|||s,<$~~,<~$~,,s,~$~>,$~~>,, $|=1,select$,,$,,$,,1e-1;print;redo}
  • Comment on Re: problem binding to Windows 2003 Active Directory using LDAPS (from Linux)
  • Download Code

Replies are listed 'Best First'.
Re^2: problem binding to Windows 2003 Active Directory using LDAPS (from Linux)
by Cmdr_Tofu (Scribe) on Apr 19, 2005 at 13:17 UTC
    It was returning false (""), but now that the certificates are happy it returns a crazy looking string which could be an object reference "Net::LDAPS=HASH(0x8454ff4)".

    Thanks!

    Rohit Mehta