@@ -291,7 +291,7 @@ discard block |
||
| 291 | 291 | $this->saveValue($cta[$key], $value); |
| 292 | 292 | } |
| 293 | 293 | if ($changed) { |
| 294 | - $this->saveValue('_lastChange', (string)time()); |
|
| 294 | + $this->saveValue('_lastChange', (string) time()); |
|
| 295 | 295 | } |
| 296 | 296 | $this->unsavedChanges = []; |
| 297 | 297 | } |
@@ -527,7 +527,7 @@ discard block |
||
| 527 | 527 | 'ldap_default_ppolicy_dn' => 'ldapDefaultPPolicyDN', |
| 528 | 528 | 'ldap_ext_storage_home_attribute' => 'ldapExtStorageHomeAttribute', |
| 529 | 529 | 'ldap_matching_rule_in_chain_state' => 'ldapMatchingRuleInChainState', |
| 530 | - 'ldapIgnoreNamingRules' => 'ldapIgnoreNamingRules', // sysconfig |
|
| 530 | + 'ldapIgnoreNamingRules' => 'ldapIgnoreNamingRules', // sysconfig |
|
| 531 | 531 | 'ldap_connection_timeout' => 'ldapConnectionTimeout', |
| 532 | 532 | ]; |
| 533 | 533 | return $array; |