Skip to content

Can we have acl ? #311

@Et7f3

Description

@Et7f3

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):

Require ldap-user ADM1 ADM2 ADM3

I tried:

Require user ADM1
Require valid-user

but it seems anybody (with a kerberos ticket) can connect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions