From a4ef49c2be2d6525622d9ebc0915cccf3c075ac2 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 29 May 2013 14:07:47 +0200 Subject: [PATCH] LDAP: fix help (doc) URL. Old one works, but leads to an outdated version --- apps/user_ldap/templates/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index ee1250fc911..9e9b810a8c4 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -108,7 +108,7 @@

t('ownCloud uses usernames to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have a internal username. This requires a mapping from ownCloud username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found by ownCloud. The internal ownCloud name is used all over in ownCloud. Clearing the Mappings will have leftovers everywhere. Clearing the Mappings is not configuration sensitive, it affects all LDAP configurations! Do never clear the mappings in a production environment. Only clear mappings in a testing or experimental stage.'));?>


- t('Help'));?> + t('Help'));?> -- 2.39.5