Search found 1 match

by jwang
Fri Apr 09, 2010 4:32 am
Forum: General discussions
Topic: LDAP Authentication
Replies: 1
Views: 2262

LDAP Authentication

I have installed phpmyfaq 2.6.3 successfully on linux, and set LDAP support during installation, here is the ldap info in config/ldap.php

<?php
$PMF_LDAP["ldap_server"] = 'ad1.xx.xx.xx';
$PMF_LDAP["ldap_port"] = '389';
$PMF_LDAP["ldap_user"] = 'cn=Administrator,cn=Users,dc=xx,dc=xx,dc=xx';
$PMF ...