Skip to content

Update ldap.md If you escape the '\' character when using a "domain\user" scheme for the bind_dn name, it will fail. gitlab-ctl reconfigure escapes characters, and if you pre-escape the '\', the resultant yaml file will have four (4) '\' characters

Ed Goforth requested to merge egoforth/gitlab-ce:patch-28 into master

What does this MR do?

Correct the example for users with a "domain\username" bind_dn username.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

If the existing example is followed, the resultant yaml file will not work.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Ed Goforth

Merge request reports