- add authzApplyToAllUsersCB checkbox to Configuration
- add AuthzApplyToAllUsers setting
- skip authorization if AuthzApplyToAllUsers is false and the LDAP plugin did not authenticate the user
- Since we are now hiding/showing username and password fields depending on
service status, we always need the helper thread to check for the service.
- Closes#231
- New option for MySQL plugin that allows user to select whether or not to
prevent logon in gateway if there is a server error.
- Resolves#213
- Also, added tab to MySQL configuration.
- This option is to use the authentication bind (if successful)
in the authz and gateway stages. The former variable names
indicated that the credentials would be used, which is misleading.
This change updates the variable names to use the word "bind" instead
of "credentials."
- Better support for options.
- Good support for .NET via plugin
- Brings the VC++ redist install forward as a user option.
- Allows optional deletion of pGina config (resolves#172)
- Add options for hiding either or both of the username
and password input fields.
- Remove the option to disable/enable the MOTD, because we need
it to attach to the submit button if both username and password
fields are disabled. If users don't want a MOTD, they can just
leave it blank.
- Resolves#219
- This should make it easier for plugin developers who want to support
things like smart cards, biometrics, etc.
- Configuration options placed under "Credential Provider Options" tab.