From f9db84bbe139f7db45425df6cd3f8a3dfeabc133 Mon Sep 17 00:00:00 2001
From: gnaegi <none@none>
Date: Fri, 17 Mar 2017 11:42:57 +0100
Subject: [PATCH] non-jira: comment about usage of ldap login attribute config

---
 src/main/resources/serviceconfig/olat.properties | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/serviceconfig/olat.properties b/src/main/resources/serviceconfig/olat.properties
index 1ddad16c806..744de951356 100644
--- a/src/main/resources/serviceconfig/olat.properties
+++ b/src/main/resources/serviceconfig/olat.properties
@@ -935,7 +935,8 @@ ldap.attributename.useridentifyer=sAMAccountName
 ldap.attributename.email=mail
 ldap.attributename.firstName=givenName
 ldap.attributename.lastName=sn
-# attribute used as username to log in
+# Attribute used as username to log in. Note: the configured login attribute MUST be one of the mapped attributes below, e.g. genericTextProperty1 
+# If the login attribute should not be visible in OO, then disable the OO user property in all contexts. 
 ldap.login.attribute=${ldap.attributename.useridentifyer}
 #mappings from ldap-attrib to olat-userproperty
 ldap.attrib.gen.map.ldapkey1=
-- 
GitLab