in reply to Simple LDAP / ActiveDirectory Authentication

Thanks for idea ! Finally I solved the problem ! Btw - probably there is a typo in example above. I should change "t" to "w", to make it works. I mean: WAS: $ldap=Net::LDAP->net($host) or die "Can't connect to LDAP server: $@"; NOW: $ldap=Net::LDAP->new($host) or die "Can't connect to LDAP server: $@"; Any way - thanks a lot ! :)
  • Comment on Re: Simple LDAP / ActiveDirectory Authentication

Replies are listed 'Best First'.
Re^2: Simple LDAP / ActiveDirectory Authentication
by bpoag (Monk) on Jan 24, 2014 at 17:45 UTC
    Fixed my typo. Thx for the heads up.
      For me it doesn't work. Connection is successful, I provide correct username and password. still login fails