Topic: Apache HTTP authentication and search-all-tables features
Continuing on from http://www.bioinformatics.org/phplabware/forum/viewtopic.php?id=192 (sorry about posting in the wrong place), I forgot I was already in a subject .
Regarding #2, I did not consider having Apache authentication in LabStoRe per se because Apache authentication is a generic method that can be used for any web site/sub-site and does not depend on the specific type of PHP application being run at that site.
Ok, so are you saying that it's possible to have someone login with apache authentication and have that auth/session be understood by labstore as a labstore normal or admin user with the current labstore code? If so, I can't figure out how to enable this without hacking check_login.php. Yes, I can enable apache authentication and have it use our LDAP as the authentication backend rather than plain htpasswd files, but if I set enable_authentication to 1, enable_admin_authentication to 1, and all_see_tables to "no", I still get the labstore login prompt. For example, If I login with "user1" through apache auth, and "user1" exists in the labstore database as a normal or admin current user, I don't want it to ask the user for a login and password again which it currently does.
Regarding #1, it should not be difficult to implement, and I can do it, as long as one is okay with simple queries and results with no sorting, etc. Because each table has its own column-types, etc., getting more complex query forms and result tables rendered for matching records coming from different tables will require more coding and testing which unfortunately I don't have time for.
That would be fine.