Hi,
I have tried several configuration options, but still can't connect to PMF with LDAP account. I can connect with ldap_use_anonymous_login=true.
I found several PHP LDAP examples on the web, and test it with my LDAP. They all works.
example1: ldap.php
<?php
echo "<html><head><title>PHP ...
Search found 19 matches
- Thu Feb 13, 2014 2:51 pm
- Forum: Webserver and configuration
- Topic: [SOLVED] OpenLDAP
- Replies: 4
- Views: 35637
- Wed Feb 12, 2014 11:03 am
- Forum: Webserver and configuration
- Topic: [SOLVED] OpenLDAP
- Replies: 4
- Views: 35637
[SOLVED] OpenLDAP
Hi,
yes, I know, LDAP again. I have read all topics about LDAP on this forum, even in German language.
I'm new in LDAP, but I can auth with LDAP account over SSH, FTP, Usermin (Webmin) and Zabbix. I can connect over windows utility LDAPAdmin (http://www.ldapadmin.org). What I didn't solve is ...
yes, I know, LDAP again. I have read all topics about LDAP on this forum, even in German language.
I'm new in LDAP, but I can auth with LDAP account over SSH, FTP, Usermin (Webmin) and Zabbix. I can connect over windows utility LDAPAdmin (http://www.ldapadmin.org). What I didn't solve is ...
- Fri Feb 07, 2014 7:55 am
- Forum: Webserver and configuration
- Topic: Authentication with local PAM users
- Replies: 3
- Views: 6025
Re: Authentication with local PAM users
Hi,
what do I need to install on LAMP server to enable SSO ?
I have tried search this forum, but found only this thread http://forum.phpmyfaq.de/viewtopic.php?f=2&t=16264&p=43332&hilit=sso#p43332 where you wrote
Hi,
SSO support only works if the server variable $_SERVER['REMOTE_USER'] is set. If ...
what do I need to install on LAMP server to enable SSO ?
I have tried search this forum, but found only this thread http://forum.phpmyfaq.de/viewtopic.php?f=2&t=16264&p=43332&hilit=sso#p43332 where you wrote
Hi,
SSO support only works if the server variable $_SERVER['REMOTE_USER'] is set. If ...
- Wed Feb 05, 2014 9:19 am
- Forum: Webserver and configuration
- Topic: Authentication with local PAM users
- Replies: 3
- Views: 6025
Authentication with local PAM users
Hi,
it is possible to authenticate with local users on debian server or over apache mod AuthPAM ?
I use this in .htaccess on my another web:
it is possible to authenticate with local users on debian server or over apache mod AuthPAM ?
I use this in .htaccess on my another web:
Code: Select all
AuthName "Servis"
AuthType Basic
AuthPAM_Enabled On
AuthBasicAuthoritative Off
AuthUserFile /dev/null
require valid-user