Comment 4 for bug 1828456

Revision history for this message
Jeff Davis (jdavis-sitka) wrote :

With this branch, login ought to work for both the staff client and the OPAC, assuming (1) auth_proxy is enabled, (2) you have a working authentication proxy that includes your test user's credentials, and (3) your authenticator config in opensrf.xml includes both "staff" and "opac" (or "all") under login_types.

The fact that login is not working in the OPAC could mean that you are falling back to native authentication, in which case login fails (for usernames starting with a number) due to bug 1827296. It's normal to fallback to native auth when your user credentials aren't valid for your authentication proxy, i.e. if your test user doesn't exist on your LDAP server.