I'm trying out the new LDAP auth features in v15.05. I'm getting the following error in my logs: galaxy.auth.providers.ldap_ad DEBUG 2015-05-15 08:53:43,886 LDAP authenticate: could not load ldap module this is from 'import ldap' failing in lib/galaxy/auth/providers/ldap_ad.py Should there be some egg magic that takes care of this dependency for me? thanks, -Will -- The information contained in this e-mail message or any attachment(s) may be confidential and/or privileged and is intended for use only by the individual(s) to whom this message is addressed. If you are not the intended recipient, any dissemination, distribution, copying, or use is strictly prohibited. If you receive this e-mail message in error, please e-mail the sender at wholtz@lygos.com and destroy this message and remove the transmission from all computer directories (including e-mail servers). Please consider the environment before printing this email.
I always recommend installing a virtualenv for Galaxy - and it should be pretty easy to install ldap into that with pip. But you are certainly right - longer term it probably makes sense to create a dynamic egg for this (for consistency if no other reason). I have created a Trello issue for that here - https://trello.com/c/szu6IZdh. Please vote. -John On Fri, May 15, 2015 at 12:10 PM, Will Holtz <wholtz@lygos.com> wrote:
I'm trying out the new LDAP auth features in v15.05. I'm getting the following error in my logs:
galaxy.auth.providers.ldap_ad DEBUG 2015-05-15 08:53:43,886 LDAP authenticate: could not load ldap module
this is from 'import ldap' failing in lib/galaxy/auth/providers/ldap_ad.py
Should there be some egg magic that takes care of this dependency for me?
thanks, -Will
-- The information contained in this e-mail message or any attachment(s) may be confidential and/or privileged and is intended for use only by the individual(s) to whom this message is addressed. If you are not the intended recipient, any dissemination, distribution, copying, or use is strictly prohibited. If you receive this e-mail message in error, please e-mail the sender at wholtz@lygos.com and destroy this message and remove the transmission from all computer directories (including e-mail servers).
Please consider the environment before printing this email.
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
participants (2)
-
John Chilton
-
Will Holtz