Replies: 3 comments
|
Have you tried |
0 replies
|
Oh no I want to migrate from my ldap config to this module. I showed my old config. |
0 replies
|
I read in http dev manual:
Since this module is called Just for info Is their another module that can register such variables used from gssapi ? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I saw all the option and the closest I come is https://github.com/gssapi/mod_auth_gssapi?tab=readme-ov-file#gssapirequirednameattributes
I would like to allow only certain username to connect and/or group. I think username should be feasible since we send username and if I am correct also in ticket, I don't know if group and other customs attributes are available.
Ideally I would like to do something like:
https://httpd.apache.org/docs/2.4/fr/mod/mod_authz_core.html
or just a simpler (old config with ldap):
I tried:
but it seems anybody (with a kerberos ticket) can connect.
All reactions