Skip to content

Commit 2b2b816

Browse files
committed
Adding ldap support as auth backend
1 parent cb3c9be commit 2b2b816

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
in development
55
--------------
66

7+
Added
8+
~~~~~
9+
* Added st2-auth-ldap pip requirements for Ldap integartion. (new feature) #
10+
Contributed by @hanancha
11+
712
Added
813
~~~~~
914
* Add make command to autogen JSON schema from the models of action, rule, etc. Add check

st2auth/in-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ six
88
stevedore
99
# For backward compatibility reasons, flat file backend is installed by default
1010
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
11+
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
1112
gunicorn

st2auth/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
bcrypt==3.1.7
99
eventlet==0.25.1
1010
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
11+
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
1112
gunicorn==19.9.0
1213
oslo.config<1.13,>=1.12.1
1314
passlib==1.7.1

0 commit comments

Comments
 (0)