authelia/internal/authentication
Amir Zarrinkafsh aa64d0c4e5
[FEATURE] Support MSAD password reset via unicodePwd attribute (#1460)
* Added `ActiveDirectory` suite for integration tests with Samba AD
* Updated documentation
* Minor styling refactor to suites
* Clean up LDAP user provisioning
* Fix Authelia home splash to reference correct link for webmail
* Add notification message for password complexity errors
* Add password complexity integration test
* Rename implementation default from rfc to custom
* add specific defaults for LDAP (activedirectory implementation)
* add docs to show the new defaults
* add docs explaining the importance of users filter
* add tests
* update instances of LDAP implementation names to use the new consts where applicable
* made the 'custom' case in the UpdatePassword method for the implementation switch the default case instead
* update config examples due to the new defaults
* apply changes from code review
* replace schema default name from MSAD to ActiveDirectory for consistency
* fix missing default for username_attribute
* replace test raising on empty username attribute with not raising on empty

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2020-11-27 20:59:22 +11:00
..
configuration.gen.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
const.go [MISC] Refactor Authentication (#987) 2020-05-08 13:38:22 +10:00
file_user_provider.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
file_user_provider_test.go [CI] Update QEMU to v5.1.0-2 (#1321) 2020-09-18 22:05:43 +10:00
ldap_connection_factory.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
ldap_connection_factory_mock.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00
ldap_user_provider.go [FEATURE] Support MSAD password reset via unicodePwd attribute (#1460) 2020-11-27 20:59:22 +11:00
ldap_user_provider_test.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
password_hash.go [FIX] Hash Password Cmd Not Encoding Provided Salt (#999) 2020-05-14 15:55:03 +10:00
password_hash_test.go [FIX] Hash Password Cmd Not Encoding Provided Salt (#999) 2020-05-14 15:55:03 +10:00
types.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
user_provider.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00