Andy Miller
a347daad79
Merge branch 'release/1.0.2'
2020-11-16 10:44:57 -07:00
Andy Miller
255c44093d
prepare for release
2020-11-16 10:44:50 -07:00
Andy Miller
2ec90d7a05
Merge pull request #18 from ViliusS/fix/ldap-escape-group-filter
...
Allow to login if LDAP user's DN contains double quotes
2020-11-09 10:40:23 -07:00
Vilius Šumskas
7dc154b503
Allow to login if LDAP user's DN contains double quotes
...
Patch fixes an issue where LDAP users with double quotes or other special characters in their DN could not login if a group filter is set.
2020-11-08 17:15:15 +02:00
Andy Miller
6f88298c94
Merge pull request #14 from chhemme/patch-1
...
Ignore authentication requests with empty username
2020-03-23 09:50:45 -06:00
chhemme
d667a1b3d9
Ignore authentication requests with empty username
...
When using login-ldap with the admin panel I get an LDAP exception because the query is invalid. It looks like the plugin sends an empty login request when loading the admin login page. This causes an invalid query.
2020-03-23 16:43:09 +01:00
Djamil Legato
30edba01ed
Merge pull request #8 from kyed/patch-1
...
Update login-ldap.php (fix: array_shift expected parameter to be array, null given)
2018-11-29 08:33:41 -08:00
Miguel Pereira
97ee29eb37
Update login-ldap.php
...
In some rare occasions, the ldap setup can return null when reading the $attributes[$group_indentifier].
By checking that it isn't empty before shifting the array, we prevent the following error:
* array_shift expected parameter to be array, null given
2018-11-19 10:55:56 +01:00
Djamil Legato
724fe87316
Merge tag '1.0.1' into develop
...
Release 1.0.1
2018-06-11 15:19:32 -07:00
Djamil Legato
ae335956c2
Merge branch 'release/1.0.1'
2018-06-11 15:19:31 -07:00
Djamil Legato
4c08ca335e
Preparing for 1.0.1 release
2018-06-11 15:19:14 -07:00
Djamil Legato
749c633d1b
Updated changelog
2018-06-11 15:18:24 -07:00
Djamil Legato
24ddb591ea
Merge pull request #4 from theo2thief/develop
...
Added ability to search for groups with DN of bound user
2018-06-07 10:33:58 -07:00
Llewellyn Marriott
48cfc34a84
added ability to search for groups with DN of bound user
2018-05-28 15:32:33 +10:00
Andy Miller
50891c22ec
Merge branch 'release/1.0.0'
2018-05-18 16:49:33 -06:00
Andy Miller
a5656aac9f
Merge tag '1.0.0' into develop
...
Release v1.0.0
2018-05-18 16:49:33 -06:00
Andy Miller
d8dca931a2
prepare for release
2018-05-18 16:49:25 -06:00
Andy Miller
642b501605
Fix a lang string
2018-05-17 17:26:59 -06:00
Andy Miller
98205c1167
Added group_indentifier option
2018-05-17 15:28:32 -06:00
Andy Miller
52117ef793
updated version
2018-05-16 18:19:41 -06:00
Andy Miller
de19fcfe65
detect and log invalid uid mapping throwing attribute error
2018-05-16 16:03:49 -06:00
Djamil Legato
a6def9336f
Added example LDAP Data page
2018-05-16 12:33:46 -07:00
Djamil Legato
47dcea06c7
Force loading the lowercase version of a user filename.
2018-05-16 12:24:50 -07:00
Djamil Legato
af5f5888ca
Fixed issue with merge of access levels
2018-05-16 12:24:25 -07:00
Djamil Legato
ffe5f6a5a0
Implemented support for LDAP Blacklist Fields
2018-05-16 12:24:08 -07:00
Andy Miller
b92c654aa1
add a ‘provider’ attribute to help identify auth type
2018-05-16 09:26:04 -06:00
Andy Miller
d4dad1014a
group should be array by default
2018-05-16 09:25:42 -06:00
Andy Miller
b9820baa50
updated README.md
2018-05-11 13:43:09 -06:00
Andy Miller
c34321fd1e
Merge branch 'develop' of github.com:trilbymedia/grav-plugin-login-ldap into develop
2018-05-11 13:03:29 -06:00
Andy Miller
17ca689c71
Lang translations
2018-05-11 13:03:24 -06:00
Djamil Legato
e7766c61ea
Added default value in config for access groups
2018-05-11 09:56:45 -07:00
Djamil Legato
979da05c3d
Typos
2018-05-11 09:32:08 -07:00
Djamil Legato
07898de052
Added support for groups and map to grav access level
2018-05-10 19:14:40 -07:00
Andy Miller
d1ae2e7012
made search_dn & group_dn optional. Added group_query
2018-05-10 05:12:42 -06:00
Andy Miller
3b66acc72a
Updated README and render it in plugin config
2018-05-09 20:02:55 -06:00
Andy Miller
8c247788ed
Merge branch 'develop' of github.com:trilbymedia/grav-plugin-login-ldap into develop
2018-05-09 19:41:45 -06:00
Andy Miller
b1b04b727e
updated docs and such
2018-05-09 19:41:40 -06:00
Djamil Legato
4c53e53d22
Added groups support and mapping
2018-05-09 18:15:40 -07:00
Andy Miller
17073a3f71
blueprint improvements
2018-05-08 17:48:14 -06:00
Andy Miller
f2f6676b7e
cleanup
2018-05-08 17:39:09 -06:00
Andy Miller
21cd46df14
many improvements
2018-05-08 17:07:29 -06:00
Andy Miller
d4d885a874
Initial commit of LDAP plugin
2018-05-07 05:40:25 -06:00
Andy Miller
cef5268e09
Initial commit
2018-05-07 05:32:10 -06:00