diff --git a/ecrire/inc/auth_ldap.php b/ecrire/inc/auth_ldap.php
index dfe7a19745fee3a11a8d5b29605fd0a0dd649529..ca5ce471f3e19252e21b6420d4e64372329eff54 100644
--- a/ecrire/inc/auth_ldap.php
+++ b/ecrire/inc/auth_ldap.php
@@ -116,6 +116,7 @@ function auth_ldap_inserer($dn, $statut)
 
 // Lire les infos sur l'utilisateur depuis LDAP
 
+// http://doc.spip.org/@auth_ldap_retrouver
 function auth_ldap_retrouver($ldap_link, $dn, $champs)
 {
 	$r = @ldap_read($ldap_link, $dn, "objectClass=*", $champs);