From 556c446f32fed36442de61a189287d497da4dede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Arenaza?= Date: Thu, 1 Sep 2011 12:43:58 +0200 Subject: [PATCH] MDL-27689 Vague README-LDAP file in auth/ldap README-LDAP referes to a file that was renamed (to auth.php) in Moodle 1.8 and no longer exists. Make clear what file we are referring to. --- auth/ldap/README-LDAP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/ldap/README-LDAP b/auth/ldap/README-LDAP index 11efdf50d41..fc8f28a49ff 100644 --- a/auth/ldap/README-LDAP +++ b/auth/ldap/README-LDAP @@ -1,3 +1,3 @@ LDAP-module README -Please read comments from lib.php +Please read comments from auth.php in this directory.