File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ token_ttl = 86400
77
77
# Standalone mode options - options below only apply when auth service is running in the standalone
78
78
# mode.
79
79
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.
81
81
backend = flat_file
82
82
# JSON serialized arguments which are passed to the authentication backend in a standalone mode.
83
83
backend_kwargs = None
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ flex==6.14.0
17
17
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
18
18
git+https://github.com/StackStorm/orquesta.git@v1.2.0#egg=orquesta
19
19
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
20
21
gitpython == 2.1.15
21
22
greenlet == 0.4.15
22
23
gunicorn == 19.9.0
You can’t perform that action at this time.
0 commit comments