Currently all plugin configuration options are stored in the WordPress database with the prefix of "wpcasldap_". This appears to be the same prefix the previous plugin used where we forked the code from. Because of this if both plugins are installed they will likely override each others settings.
Solution
The plugin should be updated to store it's configuration options with a prefix that is unique. The prefix of wpcasclient_ or casclient_ seem more appropriate given the plugin name.
Related
This task should be completed before finishing issue #6.
Problem
Currently all plugin configuration options are stored in the WordPress database with the prefix of "wpcasldap_". This appears to be the same prefix the previous plugin used where we forked the code from. Because of this if both plugins are installed they will likely override each others settings.
Solution
The plugin should be updated to store it's configuration options with a prefix that is unique. The prefix of wpcasclient_ or casclient_ seem more appropriate given the plugin name.
Related
This task should be completed before finishing issue #6.