From 84e112923f4865e9c03eda48c0a3f54879db7b7b Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Wed, 15 Nov 2017 08:00:21 +0000 Subject: [PATCH] Fix doc formatting. (UID was interpreted as HTML tag) --- modules/ldap/docs/ldap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ldap/docs/ldap.md b/modules/ldap/docs/ldap.md index 098e4042f..4c52a8765 100644 --- a/modules/ldap/docs/ldap.md +++ b/modules/ldap/docs/ldap.md @@ -562,8 +562,8 @@ required, see the config info above for details. ) Example for unsupported OpenLDAP usage. -Intention is to filter in 'ou=groups,dc=example,dc=com' for -'(memberUid = <UID>)' and take only the attributes 'cn' (=name of the group). +Intention is to filter in `ou=groups,dc=example,dc=com` for +`(memberUid = <UID>)` and take only the attribute `cn` (=name of the group). 50 => array( 'class' => 'ldap:AttributeAddUsersGroups', -- GitLab