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
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
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
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 :)