Re: [users@httpd] result codes from Bash CGI

2021-02-18 Thread Dino Ciuffetti
I see that they are easy to use and understand, but I could not find any reference to them in the documentation. The fact that Bash can be used as a CGI language is in the documentation, but nothing on the helper functions -- not even that they exist. May be you'll not find how to write somethi

[users@httpd] Combine two AuthType at the same location?

2021-02-18 Thread Mark H. Wood
We need to allow access to a resource when authenticated either by our corporate ID management service OR by a "local" table of username/password (for folks who are not in the corporate service). Unfortunately, this means that I need a way to combine "AuthType CAS" and "AuthType Basic". Is there

Re: [users@httpd] result codes from Bash CGI

2021-02-18 Thread Claude Warren
I see that they are easy to use and understand, but I could not find any reference to them in the documentation. The fact that Bash can be used as a CGI language is in the documentation, but nothing on the helper functions -- not even that they exist. Claude On Thu, Feb 18, 2021 at 6:05 PM Dino

Re: [users@httpd] result codes from Bash CGI

2021-02-18 Thread Dino Ciuffetti
Is there documentation for any of these methods? If you can point me to the proper section of the code base I can probably figure it out and document if necessary. Claude The code is super simple, does not require any dependency and is auto explicative. You are not calling any method. There are