amazonlinux / amazon-linux-2023

Amazon Linux 2023
https://aws.amazon.com/linux/amazon-linux-2023/
Other
508 stars 38 forks source link

[Package Request] - mod_authnz_external #502

Open hvo408-brightplan opened 9 months ago

hvo408-brightplan commented 9 months ago

What package is missing from Amazon Linux 2023? Please describe and include package name. mod_authnz_external

Is this an update to existing package or new package request? new package request

Is this package available in Amazon Linux 2? If it is available via external sources such as EPEL, please specify. [ec2-user@ip-172-31-22-96 conf.d]$ sudo yum info mod_authnz_external Name : mod_authnz_external Arch : x86_64 Version : 3.2.6 Release : 1.el6 Size : 59 k Repo : installed From repo : epel Summary : An Apache module used for authentication URL : http://code.google.com/p/mod-auth-external/ License : ASL 1.0 Description : Mod_Auth_External can be used to quickly construct secure, reliable : authentication systems. It can also be mis-used to quickly open gaping : holes in your security. Read the documentation, and use with extreme : caution.

Any additional information you'd like to include. (use-cases, etc) This package works with pwauth (which I am filing a separate package request for) to authenticate httpd sites using Linux users.

stewartsmith commented 9 months ago

Release : 1.el6

This indicates that the package was built for el6 (meaning CentOS 6 or RHEL 6). If you are using this package on Amazon Linux 2, then EPEL7 has a much more up to date version (mod_authnz_external-3.3.3-3.el7 / https://src.fedoraproject.org/rpms/mod_authnz_external ), and one that is built for something much closer to AL2.

hvo408-brightplan commented 9 months ago

Hi @stewartsmith , my apology. I was on a different EC2 instance when I listed out the package info and that has AL1 installed. Below is the info from AL2:

[ec2-user@ip-172-31-10-2 ~]$ sudo yum info mod_authnz_external Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 228 packages excluded due to repository priority protections Installed Packages Name : mod_authnz_external Arch : x86_64 Version : 3.3.3 Release : 3.el7 Size : 66 k Repo : installed From repo : epel Summary : An Apache module used for authentication URL : https://github.com/phokz/mod-auth-external/ License : ASL 1.0 Description : Mod_Auth_External can be used to quickly construct secure, reliable : authentication systems. It can also be misused to quickly open gaping : holes in your security. Read the documentation, and use with extreme : caution.