Disabling LDAP Signing on Windows PDC in Local Policy

Posted by Golmaal on Server Fault See other posts from Server Fault or by Golmaal
Published on 2014-05-27T20:01:50Z Indexed on 2014/05/28 9:32 UTC
Read the original article Hit count: 279

Filed under:
|

I just tripped over my own feet it seems.

Playing around on a Windows 2008 R2 server (set up as domain controller), I was intrigued by certain warning event (event id 2886) which says:

"To enhance the security of directory servers, you can configure both Active Directory Domain Services (AD DS) and Active Directory Lightweight Directory Services (AD LDS) to require signed Lightweight Directory Access Protocol (LDAP) binds."

So I thoughtlessly did some Googling and set the relevant policies which enforce LDAP signing. Now I don't remember but I may have done that using Local Policy.

Now I have setup a pfsense box which must authenticate AD users via LDAP. While the firewall can communicate over secure channel, it is difficult to manage the same for other packages such as Squid and SquidGuard. So now I have to disable i.e. undo those policy changes.

The problem is that they are greyed out!

The policies in question are LDAP server signing and LDAP client signing. I don't remember what I did but when I access these policies from Local Policy editor on the server, they are set to "Require Signing" and are greyed out. The same policies can still be set via Default Domain Controller option in Group Policy editor.

So how can I reset these greyed out policies?

Thanks

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about ldap