[pmwiki-users] LDAP authentication not working

Pape, Barry Barry.Pape at nov.com
Wed Dec 5 14:04:53 CST 2012


Hello,

I'm trying to get PmWiki authenticating with our Active Directory server and seem to have hit a wall.  Whenever I enter my username and password I receive "Name/password not recognized."  I've added the following to my config.php file:

$AuthUser['ldap'] = 'ldap://myserver:389';

#Security Variables set login for edit & history page
# to let anyone edit that has an ldap entry:
$HandleAuth['diff'] = 'edit';
$DefaultPasswords['edit'] = 'id:*';
$Author = $AuthId;
include_once('scripts/authuser.php');


I'm running version 2.2.44 on Windows 2008 Server R2 Standard with IIS version 6.1. Both PHP version 5.3 and 5.4 are installed and mapped in IIS.  I have verified that php_ldap is enabled.  I've tried many different permutations of the server address and have not had any success.  I can connect to the AD using Softerra LDAP Browser 4.5 but not PmWiki.  I don't see any useful messages logged  in the php log or inetpub/logs.

Any ideas or suggestions are much appreciated.

Thanks,
Barry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20121205/e2dbd634/attachment.html>


More information about the pmwiki-users mailing list