<div dir="ltr"><p style="font-size:12.8px">This is my 2nd time posting this message as I haven't received a response:</p><p style="font-size:12.8px"><span style="font-size:12.8px">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":</span><br></p><p style="font-size:12.8px"><a href="http://sfwiki01/pmwiki.php?n=PmWiki.AuthUser" target="_blank">http://sfwiki01/pmwiki.php?n=PmWiki.AuthUser</a><br></p><p style="font-size:12.8px"><a href="http://www.pmwiki.org/wiki/Cookbook/AuthUserViaMicrosoftLDAP" target="_blank">http://www.pmwiki.org/wiki/Cookbook/AuthUserViaMicrosoftLDAP</a><br></p><p style="font-size:12.8px"><br></p><p style="font-size:12.8px">$AuthLDAPBindDN = "<a href="http://mydc.com/" target="_blank">mydc.com</a>\\username";</p><p style="font-size:12.8px">$AuthLDAPBindPassword = "password";<br></p><p style="font-size:12.8px"><br></p><p style="font-size:12.8px">$DefaultPasswords['read'] = 'password';<br></p><p style="font-size:12.8px"><br></p><p style="font-size:12.8px">#$HandleAuth['diff'] = 'edit';</p><p style="font-size:12.8px">#$DefaultPasswords['edit'] = 'id:*';</p><p style="font-size:12.8px">#$Author = $AuthId;</p><p style="font-size:12.8px"><br></p><p style="font-size:12.8px">$AuthUser['ldap'] = 'ldap://<a href="http://ldap.mydc.com/" target="_blank">ldap.mydc.com/</a>';<br></p><p style="font-size:12.8px">include_once("<a href="http://www.pmwiki.org/wiki/PmWiki/PathVariables#FarmD" target="_blank"><code>$FarmD</code></a>/scripts/authuser.php");</p><p style="font-size:12.8px"><br></p><p style="font-size:12.8px">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 style="font-size:12.8px"><br></p><p style="font-size:12.8px">Thank you.</p></div>