Skip to content

Commit 451652e

Browse files
committed
create correct dist-gzip file
Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
1 parent 480532a commit 451652e

File tree

6 files changed

+6
-51
lines changed

6 files changed

+6
-51
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
/.libs/
1717
/mod_sts.la
1818
/test-driver
19+
/.settings

.settings/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.settings/language.settings.xml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.settings/org.eclipse.cdt.core.prefs

Lines changed: 0 additions & 16 deletions
This file was deleted.

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ACLOCAL_AMFLAGS=-I m4
22

3-
EXTRA_DIST = autogen.sh ChangeLog README.md LICENSE DISCLAIMER
3+
EXTRA_DIST = autogen.sh ChangeLog README.md LICENSE sts.conf
44

55
AM_CPPFLAGS = -Wall -Werror
66
AM_CPPFLAGS += -DOAUTH2_PACKAGE_NAME_VERSION=\"@PACKAGE_NAME@-@PACKAGE_VERSION@\"
@@ -22,6 +22,7 @@ lib_LTLIBRARIES = @PACKAGE_NAME@.la
2222
@PACKAGE_NAME@_la_CFLAGS = @OAUTH2_CFLAGS@ @OAUTH2_APACHE_CFLAGS@ @APR_CFLAGS@ @XML_CFLAGS@ -Isrc/liboauth2-sts/include
2323
@PACKAGE_NAME@_la_LIBADD = @OAUTH2_LIBS@ @OAUTH2_APACHE_LIBS@ @APR_LIBS@ @XML_LIBS@
2424
@PACKAGE_NAME@_la_SOURCES = \
25+
src/liboauth2-sts/src/sts_int.h \
2526
src/liboauth2-sts/src/sts.c \
2627
src/liboauth2-sts/src/wstrust.c \
2728
src/liboauth2-sts/src/ropc.c \

sts.conf

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# Enable or disable mod_sts in a particular Location/Directory or globally
2-
# When not defined, the default value is "On".
3-
#STSEnabled [On|Off]
4-
51
# Set mode/protocol for calling the STS:
62
# "wstrust" : WS-Trust
73
# "ropc" : OAuth 2.0 Resource Owner Password Credentials grant
84
# "otx " : OAuth 2.0 Token Exchange
9-
# When not defined the default is "wstrust"
10-
#STSMode [ wstrust | ropc | otx ]
5+
" "disabled" : don't perform any attempt to exchange a token
6+
# When not defined the default is "disabled"
7+
#STSType [ wstrust | ropc | otx | disabled ]
118

129

1310
#

0 commit comments

Comments
 (0)