Thank you for the reply's, I did manage to figure it out this morning and although I'm a little embarrassed about it, here's the solution:
I just needed to add ldap_set_option($ds,LDAP_OPT_PROTOCOL_VERSION,3); to my php page and viola. It actually turned out that while there weren't any errors generated, there were warnings and I had them turned off in php...(to avoid all those undefined variable blurbs). Turned on the warnings and one thing led to another... Steve On Wed, 15 Sep 2004 15:52:22 -0400, Joseph Tate <[EMAIL PROTECTED]> wrote: > On Tue, 14 Sep 2004 11:11:01 -0400, Steve Hoffman <[EMAIL PROTECTED]> wrote: > > > > If you need more info just ask... > > > > TIA, > > Steve > > Do any standard PHP based LDAP browser apps load ok? There are > several apps on Freshmeat. > > I have done what you are attempting, and it worked ok on RHEL 3. > > -- > Joseph Tate > Personal e-mail: jtate AT dragonstrider DOT com > Web: http://www.dragonstrider.com > -- > TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug > TriLUG Organizational FAQ : http://trilug.org/faq/ > TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ > TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc > -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
