<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body ocsi="x">
<div dir="ltr"><font color="#000000" size="2" face="Tahoma">Hi folks,</font></div>
<div dir="ltr"><font size="2" face="tahoma"></font>&nbsp;</div>
<div dir="ltr"><font size="2" face="tahoma">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.</font></div>
<div dir="ltr"><font size="2" face="tahoma"></font>&nbsp;</div>
<div dir="ltr"><font size="2" face="tahoma">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:</font></div>
<div dir="ltr"><font size="2" face="tahoma"></font>&nbsp;</div>
<div dir="ltr">## Enable User Authentication<br>
# Security Variables<br>
$HandleAuth['diff'] = 'edit';<br>
$DefaultPasswords['read'] = 'id:*';<br>
$DefaultPasswords['edit'] = 'id:*';<br>
$Author = $AuthId;</div>
<div dir="ltr">$AuthLDAPBindDN = mydomain.com\\Administrator<br>
$AuthLDAPBindPassword = supersneakypasswordgoeshere<br>
$AuthUser['ldap'] = 'ldap://ad.server.ip.here/dc=mydomain,dc=com?mailNickname?sub';<br>
include_once(&quot;$FarmD/scripts/authuser.php&quot;);</div>
<p><font face="times new roman"></font>&nbsp;</p>
<p><font face="times new roman">With this config, the wiki breaks and doesn't load. If I commend out $AuthLDAPBindDN and $AuthLDAPBindPassword&nbsp;then the wiki works, but obviously I have no ability to import users from AD.</font></p>
<p><font face="times new roman"></font>&nbsp;</p>
<p><font face="times new roman">I wouldn't both you all, but google and the PM documentation didn't help me at all. Many thanks!</font></p>
<div dir="ltr"><br>
</div>
<font face="Cordia New">
<div><font size="2" face="Tahoma">
<div dir="ltr"><font size="2" face="Courier New"></font>&nbsp;</div>
<div dir="ltr"><font size="2" face="Courier New">/******************************</font></div>
<div dir="ltr"><font size="2" face="Courier New">&nbsp;*&nbsp;Adam Moskof&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;*</font></div>
<div dir="ltr"><font size="2" face="Courier New">&nbsp;*&nbsp;Federal Practice Manager&nbsp;&nbsp; *</font></div>
<div dir="ltr"><font size="2" face="courier new">&nbsp;* Seamless Technologies, Inc *</font></div>
<div dir="ltr"><font size="2" face="Courier New">&nbsp;* (o) 862-222-5711&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *</font></div>
<div dir="ltr"><font size="2" face="courier new">&nbsp;* <a href="mailto:amoskof@seamlessti.com">
amoskof@seamlessti.com</a>&nbsp;&nbsp;&nbsp;&nbsp; *</font></div>
<div dir="ltr"><font size="2" face="courier new">&nbsp;******************************/</font></div>
</font></div>
</font>
</body>
</html>