118 Star 0 Fork 6

src-openEuler/mod_auth_gssapi
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mod_auth_gssapi.spec 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
Name: mod_auth_gssapi
Version: 1.6.1
Release: 4
Summary: A Authentication module through GSSAPI for Apache
License: MIT
URL: https://github.com/modauthgssapi/mod_auth_gssapi
Source0: https://github.com/modauthgssapi/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: httpd-devel krb5-devel openssl-devel autoconf automake libtool gssntlmssp-devel
Requires: httpd-mmn = %{_httpd_mmn} krb5-libs >= 1.11.5
%description
Kerberos authentication module for the Apache HTTP Server.The GSSAPI Negotiate Apache module
mod_auth_gssapi lets web applications take advantage of Kerberos authentication through GSSAPI.
%prep
%autosetup -n %{name}-%{version} -p1
%build
export APXS=%{_httpd_apxs}
autoreconf -fi
%configure
%make_build
%install
install -D -m755 src/.libs/%{name}.so %{buildroot}%{_httpd_moddir}/%{name}.so
echo "LoadModule auth_gssapi_module modules/mod_auth_gssapi.so" > 10-auth_gssapi.conf
install -D -m644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir}/10-auth_gssapi.conf
%files
%defattr(-,root,root)
%doc README COPYING
%config(noreplace) %{_httpd_modconfdir}/10-auth_gssapi.conf
%{_httpd_moddir}/mod_auth_gssapi.so
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.6.1-4
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Mon Nov 25 2019 shijian <shijian16@huawei.com> - 1.6.1-3
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/mod_auth_gssapi.git
git@gitee.com:src-openeuler/mod_auth_gssapi.git
src-openeuler
mod_auth_gssapi
mod_auth_gssapi
openEuler-23.03

搜索帮助