Skip to content
Permalink
Browse files
Fix Active Directory example and bump the version of python-ldap to 3…
….2.0 as this works on Python 3. Fixes #8615.
  • Loading branch information
selten committed Sep 11, 2019
1 parent b2463d8 commit 07783c058e8943af57f9c843afa112c0c1489b05
Showing with 3 additions and 3 deletions.
  1. +2 −2 lib/galaxy/config/sample/auth_conf.xml.sample
  2. +1 −1 lib/galaxy/dependencies/conditional-requirements.txt
@@ -102,8 +102,8 @@
<!-- For Active Directory: -->
<!-- <bind-user>{sAMAccountName}@dc1.example.com</bind-user>
<bind-password>{password}</bind-password>
<auto-register-username>{sAMAccountName}</auto-register-username>
<auto-register-email>{mail}</auto-register-email>
<auto-register-username>{username}</auto-register-username>
<auto-register-email>{email}</auto-register-email>
<auto-register-roles>{gidNumber}</auto-register-roles>
-->
<!-- For OpenLDAP: -->
@@ -10,7 +10,7 @@ statsd
docker
azure-storage==0.32.0
# PyRods not in PyPI
python-ldap==2.4.44
python-ldap==3.2.0
python-pam
galaxycloudrunner

0 comments on commit 07783c0

Please sign in to comment.