Skip to content

Commit

Permalink
release 3.0.2: add r->user option to sts_handler
Browse files Browse the repository at this point in the history
by setting STSROPCUsername to "*"

Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
  • Loading branch information
zandbelt committed Jul 17, 2019
1 parent 0a5a13b commit 31757bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
07/17/2019
- add r->user option to sts_handler by setting STSROPCUsername to "*"
- version 3.0.2

07/03/2019
- return status code from STS call if > 500 (504 = gateway timeout)
- bump liboauth2 dependency to 1.1.1
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([mod_sts],[3.0.1],[hans.zandbelt@zmartzone.eu])
AC_INIT([mod_sts],[3.0.2],[hans.zandbelt@zmartzone.eu])
AC_CONFIG_HEADERS([src/config.h])

AM_INIT_AUTOMAKE([foreign no-define subdir-objects])
Expand Down

0 comments on commit 31757bf

Please sign in to comment.