Skip to content

Instantly share code, notes, and snippets.

@jcbarbosa
jcbarbosa / gist:6966b55db2ef32abe9bff64ae2acc260
Last active April 18, 2019 16:54 — forked from zeha/gist:5999375
gitignore for MPLAB X projects
*.d
*.pre
*.p1
*.lst
*.sym
*.obj
*.o
*.err
*.sdb
*.obj.dmp
@jcbarbosa
jcbarbosa / README.md
Created December 20, 2017 14:43 — forked from magnetikonline/README.md
Enable LDAP over SSL (LDAPS) for Microsoft Active Directory servers.

Enable LDAP over SSL (LDAPS) for Microsoft Active Directory servers

By default Microsoft active directory servers will offer LDAP connections over unencrypted connections (boo!).

The steps below will create a new self signed certificate appropriate for use with and thus enabling LDAPS for an AD server. Of course the "self-signed" portion of this guide can be swapped out with a real vendor purchased certificate if required.

Steps have been tested successfully with Windows Server 2012R2, but should work with Windows Server 2008 without modification. Will require both a system with OpenSSL (ideally Linux/OSX) and (obviously) a Windows Active Directory server.