Skip to content

Fix typo in the LDAP docs missing a required colon

What does this MR do?

Fixes a typo in the LDAP docs

Why was this MR needed?

As mentioned in the docs already, the following line did not work with a customer:

(memberOf:1.2.840.113556.1.4.1941=CN=My Group,DC=Example,DC=com)

As per the MSDN docs referenced, it should be in the following format:

(memberOf:1.2.840.113556.1.4.1941:=CN=My Group,DC=Example,DC=com)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Harish Ramachandran

Merge request reports