--- /home/vhosts/www.dsr-test.dk/modules/ldapny/ldap/ldap_authentication/ldap_authentication.inc	2011-07-05 19:42:47.000000000 +0200
+++ ldap_authentication.inc	2011-07-20 16:28:15.000000000 +0200
@@ -101,4 +101,9 @@
     if (!ldap_authentication_show_reset_pwd($form['#user'])) {
       $form['account']['current_pass']['#disabled'] = TRUE;
+      if ($auth_conf->ldapUserHelpLinkUrl) {
+ 	$form['account']['current_pass']['#description'] = l(t($auth_conf->ldapUserHelpLinkText), $auth_conf->ldapUserHelpLinkUrl);
+      } else {
+     	$form['account']['current_pass']['#description'] = t('The password cannot be changed');
+      }  
       $form['account']['pass']['#disabled'] = TRUE;
     }
