From d0649ba815997fda820091ccd374622d629c7552 Mon Sep 17 00:00:00 2001 From: Brian Ellwood Date: Mon, 5 Jun 2017 20:37:09 -0400 Subject: [PATCH] Update ldap.md Wrap code in code block --- docs/installation/ldap.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/installation/ldap.md b/docs/installation/ldap.md index 56c82d1e4..729e02ff4 100644 --- a/docs/installation/ldap.md +++ b/docs/installation/ldap.md @@ -113,7 +113,10 @@ AUTH_LDAP_GROUP_CACHE_TIMEOUT = 3600 !!! info It is also possible map user attributes to Django attributes: + +```no-highlight AUTH_LDAP_USER_ATTR_MAP = { "first_name": "givenName", "last_name": "sn" } +```