phpipam / phpipam

phpipam development repository
https://phpipam.net
2.27k stars 744 forks source link

LDAP integration fail on PHP7 #1876

Open naxyr opened 6 years ago

naxyr commented 6 years ago

Can any one help on below error

When it try to go Authentication methods --> LDAP --> Verify connection it getting an error

No LDAP support for PHP. See: http://www.php.net/ldap 0 /var/www/html/phpipam/functions/adLDAP/src/adLDAP.php 618 Array

istoOi commented 6 years ago

php7.0-ldap is installed?

I didn't managed to connect phpIPAM with our LDAP server, but these are other problems :)

KenK73 commented 6 years ago

We got it working just fine using the Bitnami Apache/MySQL/PHP stack under Windows 2012. Just had to uncomment a few php modules.

superken4169 commented 4 years ago

I get the same error but I have it loaded on Ubuntu 19.10. How do I fix this?