LDAPS

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
trf000
Posts: 37
Joined: Tue Nov 23, 2010 5:16 pm

LDAPS

Post by trf000 »

Is it possible to use LDAPS? in the ldap.php file ldap_server would have an address like: ldaps://server.addomain.domain.com
the port would be 636 instead of 389
Thorsten
Posts: 15731
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: LDAPS

Post by Thorsten »

Hi,

sure, this is possible. I think, PHP have to be compiled with OpenSSL support as well.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
trf000
Posts: 37
Joined: Tue Nov 23, 2010 5:16 pm

Re: LDAPS

Post by trf000 »

openssl is enabled, but when i put in my host address with ldaps:// at the fron of it, authentication fails. I do have other apps that use this, so i am certain of the host, port etc.
Thorsten
Posts: 15731
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: LDAPS

Post by Thorsten »

Hi,

how does your LDAP file look like?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
trf000
Posts: 37
Joined: Tue Nov 23, 2010 5:16 pm

Re: LDAPS

Post by trf000 »

the one in config dir or the one in the inc dir?
Thorsten
Posts: 15731
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: LDAPS

Post by Thorsten »

Hi,

the one in the config/ directory. You don't have to change anything in the inc/ directory.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
trf000
Posts: 37
Joined: Tue Nov 23, 2010 5:16 pm

Re: LDAPS

Post by trf000 »

Thorsten, I sent you a pm.
Post Reply