<div dir="ltr"><div dir="ltr"><p>I'm unable to get AD auth working via IIS8.  I've read the instructions on the following pages to configure the 
lines below in local/config.php but continue to receive the error 
"Name/password not recognized":</p><p><a href="http://sfwiki01/pmwiki.php?n=PmWiki.AuthUser" target="_blank">http://sfwiki01/pmwiki.php?n=PmWiki.AuthUser</a><br></p><p><a href="http://www.pmwiki.org/wiki/Cookbook/AuthUserViaMicrosoftLDAP" target="_blank">http://www.pmwiki.org/wiki/Cookbook/AuthUserViaMicrosoftLDAP</a><br></p><p><br></p>
<p>$AuthLDAPBindDN = "<a href="http://mydc.com" target="_blank">mydc.com</a>\\username";</p><p>$AuthLDAPBindPassword = "password";<br></p><p><br></p><p>$DefaultPasswords['read'] = 'password';<br></p><p><br></p><p>#$HandleAuth['diff'] = 'edit';</p><p>#$DefaultPasswords['edit'] = 'id:*';</p><p>#$Author = $AuthId;</p><p><br></p><p>$AuthUser['ldap'] = 'ldap://<a href="http://ldap.mydc.com/" target="_blank">ldap.mydc.com/</a>';<br></p>
<p>include_once("<a href="http://www.pmwiki.org/wiki/PmWiki/PathVariables#FarmD" target="_blank"><code>$FarmD</code></a>/scripts/authuser.php");</p><p><br></p><p>I've also added "ldap_set_option($ds, LDAP_OPT_REFERRALS, 0);" after 
"ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3);" in 
scripts/authuser.php ( <a href="http://www.pmwiki.org/wiki/Cookbook/AuthUserViaMicrosoftLDAP-Talk" target="_blank">http://www.pmwiki.org/wiki/Cookbook/AuthUserViaMicrosoftLDAP-Talk</a> ) to no avail.</p><p><br></p><p>Thank you.</p></div></div>