We’re trying to use radius/pam for our authentication to Open Ondemand.
Both mod_authnz_external and mod_autnz_pam modules are loaded.
The pwauth command with the pam module works to authentifcate users correctly.
What exactly should the authnz_external.conf and authnz_pam.conf look like?
What exactly should the auth: config in ood-portal.yml look like?
It seems like it might work for the first location, but then it appears to re-ask for the credentials for for every page element without passing the credentials on.
Does Open Ondemand even support this type of authentication?
Thanks for your reponses. I agree after messing around with this for awhile the question is really more about apache. If mod_authnz is completely off the table, please allow me to explain what we need and see if there is a way to accomplish it.
We need to do radius authentication. I have started looking at the LDAP and ondemand dex support for authentication with Open Ondememand, but is there a way to do that with radius/OTP ?
This is the first time I’ve ever heard of Radius, so you may find more by googling more than I did -
But I’ve found that there is a mod_auth_raduis for apache, but apparently it’s not distributed to your OS (or any for that matter). So you likely need to build the .so binaries from the source, then you can enable/configure it just like any other apache module.
I found these oracle docs for the same:
I found that this may be the source code - other links I’ve found, like the one in the Oracle docs, I’m hesitant to click because I don’t know where/what they are.I assume it’s the source code, but does not seem to be maintained. Last commits were 3 years ago and it seems to have been active 9 years ago.