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           *
 * [email protected]<mailto:[email protected]>     *
 ******************************/
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to