Skip to content

[DEV} LDAP Server revamp#33

Open
MatrixEditor wants to merge 9 commits intomasterfrom
feat/ldap-revamp
Open

[DEV} LDAP Server revamp#33
MatrixEditor wants to merge 9 commits intomasterfrom
feat/ldap-revamp

Conversation

@MatrixEditor
Copy link
Owner

This pull request will track changes made to the LDAP server.

Mechanism RFC/MS Reference Implementation Status
Simple Bind (Name/Password) RFC 4513 §5.1 ✅ Complete
Sicily NTLM MS-ADTS §5.1.1.1 ✅ Complete
SASL GSS-SPNEGO RFC 4178 ✅ Complete
SASL DIGEST-MD5 RFC 2831 ✅ Complete
SASL PLAIN RFC 4616 ✅ Complete
SASL GSSAPI (Kerberos) RFC 4121 ❌ Excluded

The LDAP server implementation has been revised to support all security authentication mechanisms described in the Microsoft specification (MS-ADTS) except Kerberos authentication.

Added:
- PLAIN SASL mechanism for cleartext authentication capture
- Now includes GSS-SPNEGO, EXTERNAL, DIGEST-MD5, and PLAIN
- Support for SICILY authentication mechanism

- Add common certification generation attributes
- Add default LDAPS server
@MatrixEditor MatrixEditor self-assigned this Mar 21, 2026
@MatrixEditor MatrixEditor added Type - Enhancement Protocol: LDAP Errors/Features related to the LDAP server labels Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Protocol: LDAP Errors/Features related to the LDAP server Type - Enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant