Setting AuthType by client
Justin Taylor <[email protected]>
| Newsgroups | gmane.comp.systems.as400.web |
|---|---|
| Message-ID | <CAJu8Sp93x+eK8qfJAxn_FT+gsLShMzmB=aVA++fVoRAp6Uou9w@mail.gmail.com> |
IBM Apache has a KerberosOrBasic AuthType, but per IBM support it doesn't
work. They had me disposition clients based on subnet. Here's a snippet
from my httpd.conf.
<If "! -R '123.234.345.0/24'">
PasswdFile %%KERBEROS%%
UserID %%CLIENT%%
AuthType Kerberos
AuthName ...
</If>
<Else>
PasswdFile %%SYSTEM%%
UserID %%CLIENT%%
AuthType Basic
AuthName ...
</Else>
Unfortunately, I now have Basic and Kerberos clients on the same subnet.
Any suggestions on how to make this more granular? That's a DHCP subnet,
so IPs are not fixed.
TIA
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list
To post a message email: [email protected]
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/web400
or email: [email protected]
Before posting, please take a moment to review the archives
at https://archive.midrange.com/web400.