| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilLDAPCronSynchronization:
 Collaboration diagram for ilLDAPCronSynchronization:| Public Member Functions | |
| __construct () | |
| start () | |
| Check for LDAP servers and synchronize them. | |
| Private Member Functions | |
| deactivateUsers ($a_ldap_users) | |
| Deactivate users that are disabled in LDAP. | |
| Private Attributes | |
| $current_server = null | |
| $ldap_query = null | |
| $log = null | |
Definition at line 37 of file class.ilLDAPCronSynchronization.php.
| ilLDAPCronSynchronization::__construct | ( | ) | 
Definition at line 43 of file class.ilLDAPCronSynchronization.php.
References $ilLog.
| 
 | private | 
Deactivate users that are disabled in LDAP.
private
Definition at line 102 of file class.ilLDAPCronSynchronization.php.
References $usr_id, ilObjUser\_getExternalAccountsByAuthMode(), and ilObjUser\_toggleActiveStatusOfUsers().
Referenced by start().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLDAPCronSynchronization::start | ( | ) | 
Check for LDAP servers and synchronize them.
public
Definition at line 57 of file class.ilLDAPCronSynchronization.php.
References ilLDAPServer\_getCronServerIds(), deactivateUsers(), and IL_LDAP_BIND_DEFAULT.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 39 of file class.ilLDAPCronSynchronization.php.
| 
 | private | 
Definition at line 40 of file class.ilLDAPCronSynchronization.php.
| 
 | private | 
Definition at line 41 of file class.ilLDAPCronSynchronization.php.