You are here

function ldapauth_form_user_pass_alter in LDAP integration 6

File

./ldapauth.module, line 338
ldapauth provides authentication against ldap server.

Code

function ldapauth_form_user_pass_alter(&$form, &$form_state) {
  $form['#validate'][] = 'ldapauth_user_pass';
}