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
- Original publication: LDAP extauth script
|
|
Authenticate Against LDAP with Perl
Submitted by Nabam on Mon, 2006-08-28 09:49
Related Links
|
User loginNavigationejabberd release linesRecent comments
Active forum topicsPopular contentSyndication |
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 :)