Page 1 of 1

LDAP Referrals not working

Posted: Wed Oct 23, 2002 4:40 am
by anders.ostling
Hi
I am trying to use ldap_set_rebind_proc since we have a partitioned LDAP topology and need to be able to follow referrals. And of course, since I am writing this, it does _not_ work. I get an error message saying "Unknown function called". I have a stock RH 7.2 server with PHP/LDAP/Apache. Do I have to do anything special to have the referral mechanism to work ?

Best regards
Anders Östling
IKEA IT AB

Posted: Wed Oct 23, 2002 5:10 am
by volka
http://www.php.net/manual/en/function.l ... ebind_proc
(PHP 4 >= 4.2.0)[/quote]what version do you use?
if in doubt

Code: Select all

<?php phpinfo(); ?>
will tell you.
Also observe the user contributed note
If rebind_proc isn't compiled in slapd, your will never get that funtction working. Check out the new alpha release of slapd and rtfm.