encode_password |
./ldapdata.module |
Return an encrypted password |
1 |
|
hook_default_ldap_servers |
./ldapauth.api.php |
hook_default_ldap_servers |
|
|
hook_ldapauth_create |
./ldapauth.api.php |
hook_ldapauth_create |
|
|
hook_ldap_attributes_needed_alter |
./ldapauth.api.php |
Perform alterations of ldap attributes before query is made. |
|
|
hook_ldap_convert_to_local_alter |
./ldapauth.api.php |
Called when an existing ldap user is converted back to a normal Drupal user.
This is called before the account is saved to remove ldapauth specific
user properties. |
|
|
hook_ldap_drupal_user_name_alter |
./ldapauth.api.php |
Called after LDAP user has been authenticated but before the drupal
user mapping/creation done. |
|
|
hook_ldap_user_deny_alter |
./ldapauth.api.php |
Allow other modules (e.g. ldapgroups) to deny ldap user access to
the server. |
|
|
hook_ldap_user_groups_alter |
./ldapgroups.api.php |
Allows an LDAP user's set of ldap groups be altered or added to. |
|
|
hook_ldap_user_puid_alter |
./ldapauth.api.php |
Called if PUID attribute is defined but a valid LDAP user does not have
this attribute (or is empty). |
|
|
hook_ldap_user_roles_alter |
./ldapgroups.api.php |
Allows the roles an ldap user will be assigned to be altered. |
|
|
ldapauth_admin_activate |
./ldapauth.admin.inc |
Activates the LDAP server. |
|
1 |
ldapauth_admin_activate_submit |
./ldapauth.admin.inc |
Activates the LDAP server. |
|
|
ldapauth_admin_deactivate |
./ldapauth.admin.inc |
De-activates the LDAP server. |
|
1 |
ldapauth_admin_deactivate_submit |
./ldapauth.admin.inc |
De-activates the LDAP server. |
|
|
ldapauth_admin_delete |
./ldapauth.admin.inc |
Implements the LDAP server delete page. |
|
1 |
ldapauth_admin_delete_submit |
./ldapauth.admin.inc |
Submit hook for the LDAP server delete page. |
|
|
ldapauth_admin_export_form |
./ldapauth.admin.inc |
Export server settings form. |
|
1 |
ldapauth_admin_form |
./ldapauth.admin.inc |
Implements the LDAP server edit page. |
2 |
1 |
ldapauth_admin_form_submit |
./ldapauth.admin.inc |
Submit hook for the LDAP server form. |
|
|
ldapauth_admin_form_validate |
./ldapauth.admin.inc |
Validate hook for the LDAP server form. |
|
|
ldapauth_admin_form_validate_field |
./ldapauth.admin.inc |
Validation for machine name field. |
|
1 |
ldapauth_admin_import_form |
./ldapauth.admin.inc |
Import server settings form . |
|
1 |
ldapauth_admin_import_form_submit |
./ldapauth.admin.inc |
Submit handler to import server settings. |
|
|
ldapauth_admin_import_form_validate |
./ldapauth.admin.inc |
Validate a server settings import. |
|
|
ldapauth_admin_list |
./ldapauth.admin.inc |
Implements the LDAP servers list. |
|
1 |
ldapauth_admin_list_submit |
./ldapauth.admin.inc |
Submit hook for the servers list form. |
|
|
ldapauth_admin_menu_block_page |
./ldapauth.admin.inc |
Implements the LDAP admin page. |
|
1 |
ldapauth_admin_settings |
./ldapauth.admin.inc |
Implements the settings page. |
1 |
2 |
ldapauth_admin_settings_submit |
./ldapauth.admin.inc |
Submit hook for the settings form. |
|
|
ldapauth_attributes_needed |
includes/ldap.core.inc |
get array of required attributes for an ldap query. |
3 |
|
ldapauth_authenticate |
./ldapauth.module |
Main user authentication function. Called by form validator. |
1 |
|
ldapauth_ctools_plugin_api |
./ldapauth.module |
Implementation of hook_ctools_plugin_api(). |
|
|
ldapauth_debug_msg |
includes/ldap.core.inc |
Utility function to allow for debug tracing message to be logged so that
admins can get more information about config/connection problems. |
3 |
|
ldapauth_drupal_user_create |
includes/ldap.core.inc |
Create a new Drupal user from an LDAP user entry with checks to ensure that: |
3 |
|
ldapauth_drupal_user_lookup |
includes/ldap.core.inc |
Map an LDAP user to a Drupal user account if one exists. |
3 |
|
ldapauth_drupal_user_name |
includes/ldap.core.inc |
Allow modules to do site dependent login form name to drupal account name
mapping. |
4 |
|
ldapauth_exit |
./ldapauth.module |
Implements hook_exit(). |
|
|
ldapauth_extract_puid |
includes/ldap.core.inc |
Extracts the puid value from an ldap search result with binary handling |
3 |
|
ldapauth_features_api |
./ldapauth.module |
Implementation of hook_features_api(). |
|
|
ldapauth_form_alter |
./ldapauth.module |
Implements hook_form_alter(). |
|
|
ldapauth_form_user_pass_alter |
./ldapauth.module |
|
|
|
ldapauth_help |
./ldapauth.module |
Implementation of hook_help(). |
|
|
ldapauth_init |
./ldapauth.module |
Implements hook_init(). |
|
|
ldapauth_install |
./ldapauth.install |
Implementation of hook_install(). |
|
|
ldapauth_ldap_attributes_needed_alter |
./ldapauth.module |
Implements hook_ldap_attributes_needed_alter |
|
|
ldapauth_login_authenticate_validate |
./ldapauth.module |
Main user validation function. Replaces Drupal default login form validation. |
|
1 |
ldapauth_menu |
./ldapauth.module |
Implements hook_menu(). |
|
|
ldapauth_menu_alter |
./ldapauth.module |
Implementation of hook_menu_alter(). |
|
|
ldapauth_perm |
./ldapauth.module |
Implements hook_perm(). |
|
|
ldapauth_puid_filter |
includes/ldap.core.inc |
Create a "binary safe" LDAP search filter for finding objects from puid. |
1 |
|