Commit Graph

  • 8dacee9c4e Add send email, show full DN, fix TLS check at setup and add verbose LDAP debugging v1.3 Brian Lycett 2020-11-28 18:00:01 +00:00
  • 7d5d6b89ad Fix stupid bug that was left over from testing hashing Brian Lycett 2020-10-29 15:18:21 +00:00
  • 4c5e337ce6
    Better passwords (#35) v1.2 Brian Lycett 2020-08-03 17:35:13 +01:00
  • f819a4f938 Updated password hashing code Brian Lycett 2020-08-03 17:33:30 +01:00
  • 15035ab52d Remove superfluous count++ Brian Lycett 2020-07-24 17:41:45 +01:00
  • 8d6999905b Put crypt algos in an array ordered by preference so we can fail to the most secure algo available Brian Lycett 2020-07-24 17:38:46 +01:00
  • be6e08bf39
    Add support for stronger hashes (#34) Angelin01 2020-07-24 05:29:30 -03:00
  • cb1edc3ba8 Change the default fallback to SSHA Angelin01 2020-07-23 07:29:39 -03:00
  • 3f31c70a55 Update the README with new passwords Angelin01 2020-07-22 14:59:33 -03:00
  • c1848eeff4 Let password hash checking be done in the password function Angelin01 2020-07-22 14:52:11 -03:00
  • 279dbc78a5 Couple minor fixes Angelin01 2020-07-22 14:44:35 -03:00
  • 96fa9c470e Fix some shenanigans and log cleanup Angelin01 2020-07-22 14:33:51 -03:00
  • 508495ab0b Add a default cause Angelin01 2020-07-22 13:20:46 -03:00
  • 27112ada71 Update previous functions Angelin01 2020-07-22 13:17:45 -03:00
  • 284e36bd6d Add support for sha512crypt Angelin01 2020-07-22 13:13:38 -03:00
  • b8881d5554 Add support for sha256crypt Angelin01 2020-07-22 13:11:28 -03:00
  • 887f78518b Fix salt generation call Angelin01 2020-07-22 13:06:10 -03:00
  • bf2ecefbdf Add support for md5crypt Angelin01 2020-07-22 13:05:03 -03:00
  • f235fa9173 Add support for extended DES Angelin01 2020-07-22 13:04:43 -03:00
  • 679c7eeee6 Add support for blowfish Angelin01 2020-07-22 13:04:24 -03:00
  • 39550e7795 Add suport for clear text passwords Angelin01 2020-07-22 13:04:01 -03:00
  • 0c39fe97b8 Add generate_salt function Angelin01 2020-07-22 12:08:53 -03:00
  • 761684b669 Issue 29 - config.inc.php does not take USERNAME_REGEX from environment Brian Lycett 2020-07-06 09:31:56 +01:00
  • 4ea1da0231 Fix to prevent Apache directory redirection Brian Lycett 2020-06-02 17:00:41 +01:00
  • 9d752514be Fix email validity check Brian Lycett 2020-05-27 17:34:40 +01:00
  • eb061e3586 Update container version in README example v1.1 Brian Lycett 2020-05-22 11:05:01 +01:00
  • 33c6aaa55e
    Hashing (#22) Brian Lycett 2020-05-22 11:03:23 +01:00
  • dab641d41d Fixed incorrect variable name in check for password hash setting. Brian Lycett 2020-05-21 12:06:14 +01:00
  • 2beeae6f9e Added ALLOW_WEAK_PASSWORDS and PASSWORD_HASH options, some bug and log format fixes Brian Lycett 2020-05-20 16:55:28 +01:00
  • 9e5d3bd32b Fix README formatting bug Brian Lycett 2020-05-15 09:14:05 +01:00
  • 60f85f6125
    Adding helm support for deployment on K8s cluster (#17) Abhishek Srivastava 2020-05-15 13:42:24 +05:30
  • b256df9957 Enabling new flags for NIS support Abhishek Srivastava 2020-05-15 00:00:27 +05:30
  • 57a6785c9d Fix README links Brian Lycett 2020-05-07 09:17:54 +01:00
  • 25753bda36 Fix README links Brian Lycett 2020-05-07 09:16:40 +01:00
  • c35df86300 Update README for new release Brian Lycett 2020-05-07 09:14:11 +01:00
  • 9eb0836389
    Merge pull request #19 from wheelybird/nis_fixes v1.0 Brian Lycett 2020-05-06 17:20:17 +01:00
  • 73b3797b30 Changes to allow this to work with both NIS and BIS schemas. Brian Lycett 2020-05-06 17:19:20 +01:00
  • aadf80cd81 Remove env variables if the values aren't set Abhishek Srivastava 2020-05-04 19:47:59 +05:30
  • f9edeb39b0 Add missing log prefix to session debug logs. Brian Lycett 2020-05-04 13:49:48 +01:00
  • 8f739c3c02
    Merge pull request #15 from wheelybird/more_debugging Brian Lycett 2020-05-04 13:47:32 +01:00
  • 26d971080c Add debugging for user sessions and authentication. Brian Lycett 2020-05-04 10:48:46 +01:00
  • 6792a8dd94 Adding helm support for deployment on K8s cluster Abhishek Srivastava 2020-05-03 14:53:46 +05:30
  • f103611e9c Added an LDAP debugging option Brian Lycett 2020-05-01 17:14:04 +01:00
  • 028fd217a6
    Merge pull request #9 from wheelybird/updates Brian Lycett 2020-01-10 12:03:14 +00:00
  • 495d31521a Code tidy, encode URLs and add no-https option Brian Lycett 2020-01-10 12:01:31 +00:00
  • c3244bdd7f
    Merge pull request #5 from gslin/master Brian Lycett 2019-09-09 10:00:36 +01:00
  • 9e0aaac008 Add missing paths. Gea-Suan Lin 2019-07-31 14:30:23 +08:00
  • b82d0c24b9 Fix all include_once() call with __DIR__-based paths. Gea-Suan Lin 2019-07-31 14:22:37 +08:00
  • 99943002b5 Use __DIR__ to avoid include_path dependency. Gea-Suan Lin 2019-07-31 14:08:53 +08:00
  • 79ac66c96f
    Update README.md Brian Lycett 2019-07-05 15:17:06 +01:00
  • 834e52d620
    Add self-service password change screenshot Brian Lycett 2019-06-12 11:53:20 +01:00
  • 9ee5a0c707
    Update README with screenshots Brian Lycett 2019-06-12 11:51:54 +01:00
  • b99d753ff9 Fix for issue adding accounts with an email address Brian Lycett 2019-02-08 13:02:06 +00:00
  • 127511b65d Added the ability to add/update the email address along with javascript to automatically generate it. Brian Lycett 2019-02-08 11:28:11 +00:00
  • e2f9636feb Use a CA to generate the certificates to fix issues with Chrome/Chromium Brian Lycett 2019-02-07 16:59:04 +00:00
  • 9a4ad3f48d Add missing forward-slash escapes in sed Brian Lycett 2019-01-16 15:21:03 +00:00
  • 1548837b20 Merge branch 'master' of github.com:wheelybird/ldap-user-manager Brian Lycett 2019-01-16 15:06:12 +00:00
  • 13aea6e6c7 Add option to use a CA certificate Brian Lycett 2019-01-16 15:05:55 +00:00
  • d3b86605d6
    Merge pull request #1 from wheelybird/add-license-1 Brian Lycett 2018-11-07 12:30:31 +00:00
  • 455e63ce61
    Create LICENSE Brian Lycett 2018-11-07 12:30:17 +00:00
  • 50960490ef Fix typo in README Brian Lycett 2018-11-07 12:23:04 +00:00
  • 8ad5e4acea Update readme with build command Brian Lycett 2018-11-01 13:49:09 +00:00
  • 3b65ba3719 fix USERNAME_FORMAT variable typo Brian Lycett 2018-07-12 11:05:25 +01:00
  • 49f69e8eee Fix broken JS booleans Brian Lycett 2018-06-04 17:04:14 +01:00
  • f982e4df1f Updated README Brian Lycett 2018-06-04 16:53:58 +01:00
  • 5ec202185c Add Docker components and setup instructions. Warn on insecure LDAP connections Brian Lycett 2018-06-04 15:20:53 +01:00
  • 797ba68bc1 Initial functioning version, pre-docker. Brian Lycett 2018-06-01 17:10:45 +01:00