You are here

public property LdapUserConf::$orphanedCheckQty in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_user/LdapUserConf.class.php \LdapUserConf::orphanedCheckQty

options are partially derived from user module account cancel options:

'ldap_user_orphan_do_not_check' => Do not check for orphaned Drupal accounts.) 'ldap_user_orphan_email' => Perform no action, but email list of orphaned accounts. (All the other options will send email summaries also.) 'user_cancel_block' => Disable the account and keep its content. 'user_cancel_block_unpublish' => Disable the account and unpublish its content. 'user_cancel_reassign' => Delete the account and make its content belong to the Anonymous user. 'user_cancel_delete' => Delete the account and its content.

File

ldap_user/LdapUserConf.class.php, line 165

Class

LdapUserConf

Code

public $orphanedCheckQty = 100;