Hi there,
I'm in the process of adding a new authentication option but cant locate where the config settings are stored. I've chosen my keys in the config but obviously they aren't found so I need to add them to either a file or a mysql table somewhere. Any ideas?
for example...
in administration.authentication.edit.php,
$authenticationFormList->addRow(_('Bind password'), new CPassBox('ldap_bind_password', $this->data['config_data']['ldap_bind_password'],
where is data['config_data']['ldap_bind_password'] initialised?
Cheers.
I'm in the process of adding a new authentication option but cant locate where the config settings are stored. I've chosen my keys in the config but obviously they aren't found so I need to add them to either a file or a mysql table somewhere. Any ideas?
for example...
in administration.authentication.edit.php,
$authenticationFormList->addRow(_('Bind password'), new CPassBox('ldap_bind_password', $this->data['config_data']['ldap_bind_password'],
where is data['config_data']['ldap_bind_password'] initialised?
Cheers.
Comment