I have the version 16.01.
I dont know what is happening because before everything was working perfectly. I conifgured through the config/auth_conf.xml
<auth>
<authenticator>
<type>ldap</type>
<!-- Replacement fields: instances of {email}, {username} and {password}
are replaced with the corresponding user's values inside the
<filter>, <server>, <ldap-options>, <search-fields>,
<search-filter>, <search-base>, <search-user> and <search-password>
elements. -->
<!-- Filter users for which this authenticator applies. This is a Python
expression which is evaluated after field replacement. -->
<!-- <filter>'{email}'.endswith('@example.com')</filter>--> <options>
<!-- Whether to allow user registration. Possible values are True,
False and Challenge (i.e. allow registration in case of
successful authentication). Default is True. -->
<allow-register>True</allow-register>
<!-- Whether Galaxy should automatically register users when they
first login. Default is False. -->
<auto-register>True</auto-register>
<!-- Whether users are allowed to change their password. Default is
False. -->
<!-- <allow-password-change>False</allow-password-change>
-->
I don't know if ot is because of the SSL certification we installed recently on apache.
When an old user is trying to loggin it is working because the user is in the database of Galaxy, but I see this error or wraning don't know.
galaxy.auth.providers.ldap_ad DEBUG 2016-09-16 14:21:26,902 LDAP authentication successful
/home/galaxy/galaxy-dist/.venv/lib/python2.7/site-packages/sqlalchemy/sql/default_comparator.py:153: SAWarning: The IN-predicate on "
request_type.id" was invoked with an empty sequence. This results in a contradiction, which nonetheless can be expensive to evaluate. Consider alternative strategies for improved performance.
'strategies for improved performance.' % expr)
However if new user is trying to loggin it is saying succeful but in the web interface it is saying username or password invalid.
galaxy.auth.providers.ldap_ad DEBUG 2016-09-15 17:06:41,776 LDAP authentication successful