1
mrtrumpets
Ldap extension not loaded
  • 2005/8/5 21:20

  • mrtrumpets

  • Just popping in

  • Posts: 6

  • Since: 2005/6/21


This is the error I get when I turn LDAP on and try to configure.

Anyone know where I can go to configure this? The server that I use already uses LDAP, so the server is ready and working.

I can edit any file or databse section needed.

2
Anonymous
Re: Ldap extension not loaded
  • 2005/8/7 16:42

  • Anonymous

  • Posts: 0

  • Since:


same problem

3
hrac
Re: Ldap extension not loaded
  • 2005/8/7 18:38

  • hrac

  • Quite a regular

  • Posts: 305

  • Since: 2002/7/15


same problem too :(

4
pemen
Re: Ldap extension not loaded
  • 2005/8/7 20:49

  • pemen

  • Not too shy to talk

  • Posts: 186

  • Since: 2002/7/8 7


The XOOPS Auth LDAP Driver test the LDAP extension with this code

if (!extension_loaded('ldap')) {              
$this->setErrors(0'ldap extension not loaded');              return $authenticated;          }


Normally, if the ldap extension is enable the error message would not be appear.


I plann to release a new version of the LDAP XOOPS Auth system that is not very optimized in the XOOPS 2.2 release.
Identity management, LDAP, Workflow and more
XoopsPro

5
mrtrumpets
Re: Ldap extension not loaded
  • 2005/8/9 13:13

  • mrtrumpets

  • Just popping in

  • Posts: 6

  • Since: 2005/6/21


Does this mean that you'll simply change the authentication file to make it work? If so, I'll be happy to help you test.

mrtrumpets@gmail.com


6
McNaz
Re: Ldap extension not loaded
  • 2005/8/9 14:26

  • McNaz

  • Just can't stay away

  • Posts: 574

  • Since: 2003/4/21


I believe LDAP has to be loaded either as a module in PHP if you are running your server under Window$ or compiled into PHP if running into Linux. Having LDAP installed is not enough.

Login

Who's Online

171 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 171


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits