Skip to content

Commit 1aefbac

Browse files
committed
Updating st2.conf.sample for ldap auth backend update running 'make configgen'
1 parent 141cf3c commit 1aefbac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conf/st2.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ token_ttl = 86400
7777
# Standalone mode options - options below only apply when auth service is running in the standalone
7878
# mode.
7979

80-
# Authentication backend to use in a standalone mode. Available backends: flat_file.
80+
# Authentication backend to use in a standalone mode. Available backends: ldap, flat_file.
8181
backend = flat_file
8282
# JSON serialized arguments which are passed to the authentication backend in a standalone mode.
8383
backend_kwargs = None

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ flex==6.14.0
1717
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
1818
git+https://github.com/StackStorm/orquesta.git@v1.2.0#egg=orquesta
1919
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
20+
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
2021
gitpython==2.1.15
2122
greenlet==0.4.15
2223
gunicorn==19.9.0

0 commit comments

Comments
 (0)