Authenticate Against LDAP with Perl

Name: check_pass_ldap_perl.pl
Purpose: Authenticate Against LDAP with Perl
Author: Nabam
Type: Script
Requirements: Perl
Download: check_pass_ldap_perl.pl.txt

Related Links

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

missing }

The Line
do { sleep 2; $ldap = new Net::LDAP ( 'ldap://127.0.0.1', version=>3, verify=>'none') while not $ldap;
is missing an »}«
do { sleep 2; $ldap = new Net::LDAP ( 'ldap://127.0.0.1', version=>3, verify=>'none') } while not $ldap;

Thanks, it's now fixed :)

Thanks, it's now fixed :)

Syndicate content