[pmwiki-users] AD setup questions

Adam Moskof amoskof at seamlessti.com
Thu Jun 4 12:49:14 CDT 2009


Hi folks,

I'm not very experienced with AD/LDAP, and I'm having a few issues with setting up pmwiki. The wiki is up, I can log in as Admin, and I was able to create some test users (not from AD) and log in with them.

However, following through multiple AD options, I've been unable to log in using an AD account. This is what I have set up in my config.php file:

## Enable User Authentication
# Security Variables
$HandleAuth['diff'] = 'edit';
$DefaultPasswords['read'] = 'id:*';
$DefaultPasswords['edit'] = 'id:*';
$Author = $AuthId;
$AuthLDAPBindDN = mydomain.com\\Administrator
$AuthLDAPBindPassword = supersneakypasswordgoeshere
$AuthUser['ldap'] = 'ldap://ad.server.ip.here/dc=mydomain,dc=com?mailNickname?sub';
include_once("$FarmD/scripts/authuser.php");



With this config, the wiki breaks and doesn't load. If I commend out $AuthLDAPBindDN and $AuthLDAPBindPassword then the wiki works, but obviously I have no ability to import users from AD.



I wouldn't both you all, but google and the PM documentation didn't help me at all. Many thanks!


/******************************
 * Adam Moskof                *
 * Federal Practice Manager   *
 * Seamless Technologies, Inc *
 * (o) 862-222-5711           *
 * amoskof at seamlessti.com<mailto:amoskof at seamlessti.com>     *
 ******************************/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20090604/ec1fbd39/attachment.html 


More information about the pmwiki-users mailing list