19declare(strict_types=1);
37 if ($this->db->tableColumnExists(
'ldap_server_settings',
'bind_pass')) {
38 $this->db->modifyTableColumn(
39 'ldap_server_settings',
49 if ($this->db->tableColumnExists(
'ldap_server_settings',
'role_bind_pass')) {
50 $this->db->modifyTableColumn(
51 'ldap_server_settings',
prepare(ilDBInterface $db)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...