Go to the source code of this file.
Enumerations | |
| enum | FASTFRAME_ROOT |
Variables | |
| $b_dryRun = false | |
| $b_quiet = true | |
| $conf ['phptype'] = 'ldap' | |
| $o_cli = & new FF_CLI('profile') | |
| $o_dao = & FF_DataAccess::factory('Profile') | |
| $a_users = $o_dao->o_data->getAssoc('SELECT LOWER(username), id FROM `profile` WHERE authsource = "ad"') | |
| $o_ldao = & DB::connect($conf) | |
| $s_count = 0 | |
| $result = $o_ldao->simpleQuery('(objectclass=user)', 'search', array('attributes' => array('dn', 'telephonenumber', 'othertelephone', 'mobile', $conf['searchKey']))) | |
|
|
Definition at line 29 of file sync_with_ldap.php. |
|
|
Definition at line 39 of file sync_with_ldap.php. |
|
|
Syncs some fields of the profile table witht an ldap directory.
Definition at line 13 of file sync_with_ldap.php. |
|
|
Definition at line 15 of file sync_with_ldap.php. |
|
|
Definition at line 17 of file sync_with_ldap.php. |
|
|
Definition at line 33 of file sync_with_ldap.php. |
|
|
Definition at line 38 of file sync_with_ldap.php. |
|
|
Definition at line 40 of file sync_with_ldap.php. |
|
|
Definition at line 42 of file sync_with_ldap.php. |
|
1.4.4