public property LdapUserConf::$orphanedCheckQty in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.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 188
Class
Code
public $orphanedCheckQty = 100;