You are here

function simple_ldap_sso_queue_user_sync in Simple LDAP 7

Same name and namespace in other branches
  1. 7.2 simple_ldap_sso/simple_ldap_sso.inc \simple_ldap_sso_queue_user_sync()

Queue a user to be synced from LDAP.

2 calls to simple_ldap_sso_queue_user_sync()
simple_ldap_sso_populate_session in simple_ldap_sso/simple_ldap_sso.inc
Helper function to decrypt the SSO cookie, and verify its data.
simple_ldap_sso_validate_user in simple_ldap_sso/simple_ldap_sso.inc
Validate the user exists, and the data is valid.

File

simple_ldap_sso/simple_ldap_sso.inc, line 418
Simple LDAP SSO API functions.

Code

function simple_ldap_sso_queue_user_sync() {

  // Set the static variable to TRUE for simple_ldap_sso_user_needs_sync().
  drupal_static('simple_ldap_sso_user_needs_sync', TRUE);
}