565 Commits

Author SHA1 Message Date
filipvh
f7cf2a074c Fix issue #255 and add fidn group by GID (#311)
Fix issue #255 and add fidn group by GID from filipvh
2016-07-29 10:32:09 -07:00
U-CENTRIFY\nate.yocom
071eae96d8 Fix #282, using patch provided by Lothar Behrens 2016-01-29 09:56:40 -08:00
Nate Yocom
aa822dff53 Merge pull request #236 from viking/ldap-skip-authorization
Add 'Authorize all authenticated users' setting to LDAP plugin, closes #235
2016-01-28 09:55:41 -08:00
Nate Yocom
c91b611208 Merge pull request #204 from hubAgro/NewPlugins
New plugins
2016-01-28 09:52:20 -08:00
David Wolff
ba32491e79 Version 3.2.4.1 v3.2.4.1 2014-09-26 10:14:14 -07:00
David Wolff
40a97022bf SingleUser deny logon if single account already logged on.
- Don't deny if we are unlocking
 - Add login reason to SessionProperties
2014-09-26 00:01:36 -07:00
Jeremy Stephens
cd0397cf6c Add 'Authorize all authenticated users' setting to LDAP plugin
- add authzApplyToAllUsersCB checkbox to Configuration
- add AuthzApplyToAllUsers setting
- skip authorization if AuthzApplyToAllUsers is false and the LDAP plugin did not authenticate the user
2014-07-31 15:11:22 -05:00
David Wolff
cc4c25a6bd Change scramble password algorithm.
- Make sure that the scrambled password is likely to meet password
    complexity requirements on Windows Server.
  - Relates to #233
2014-07-03 13:08:42 -07:00
David Wolff
37db62041f Update version to 3.2.4.0.
- Remove license from README to reduce redundancy.
  - Update copyright to 2014 in LICENSE
v3.2.4.0
2014-06-30 13:46:09 -07:00
David Wolff
f7647ab335 Always start service state helper thread.
- 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
2014-06-26 13:16:53 -07:00
David Wolff
5ab23d669c Update version to 3.2.3.0 v3.2.3.0 2014-06-20 16:00:16 -07:00
David Wolff
8901f5e9cf Add option to select default action in gateway.
- 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.
2014-06-20 15:29:09 -07:00
David Wolff
c8465bf8de Change variable names to make intention clear.
- 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."
2014-06-20 11:31:50 -07:00
David Wolff
2eba8d0884 Option to use auth creds in authz and gateway.
- If selected, will use authentication credentials when
   searching for groups in the authz and gateway stages.
 - Resolves #224
2014-06-19 21:26:22 -07:00
David Wolff
8044f636f6 Update version to 3.2.2.0 v3.2.2.0 2014-06-17 13:41:28 -07:00
David Wolff
e17c8ef4d5 Add general tab to configuration UI. 2014-06-17 13:20:00 -07:00
David Wolff
521cb4a0eb If m_logonUiCallback is NULL, make changes to m_fields only.
- Resolves #231
2014-06-17 12:58:12 -07:00
David Wolff
b6a027c35c Add support for StartTLS in Ldap plugin.
- Closes (#214)
2014-06-12 17:09:47 -07:00
David Wolff
8238675c60 Add pGina itself as a read-only option to installer. 2014-06-10 18:28:50 -07:00
David Wolff
da47b8d0fe Update NSIS installer with modern UI look and feel. 2014-06-10 18:00:03 -07:00
David Wolff
54e02cc18a Update version to 3.2.1.1 v3.2.1.1 2014-06-09 23:47:09 -07:00
David Wolff
5fbae38ba5 Add new installer based on NullSoft NSIS.
- 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)
2014-06-09 22:46:39 -07:00
David Wolff
dbaef6ced7 Update version and SDK to 3.2.1.0 v3.2.1.0 2014-06-05 21:30:18 -07:00
David Wolff
578e2db391 Replace literals with enums. 2014-06-05 21:05:30 -07:00
David Wolff
92c829605c Option for hiding username/password fields.
- 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.
2014-06-05 17:29:45 -07:00