]> git.pld-linux.org Git - SPECS.git/blob - pam-pam_ccreds.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / pam-pam_ccreds.spec
1 %define         modulename pam_ccreds
2 Summary:        PAM cached credentials module
3 Summary(pl.UTF-8):      Moduł PAM do zapamiętywania danych uwierzytelniających
4 Name:           pam-%{modulename}
5 Version:        10
6 Release:        5
7 License:        GPL
8 Group:          Applications/System
9 Source0:        http://www.padl.com/download/pam_ccreds-%{version}.tar.gz
10 # Source0-md5:  21b008071ee8bfb998bd499c0fa92ba1
11 URL:            http://www.padl.com/OSS/pam_ccreds.html
12 BuildRequires:  autoconf
13 BuildRequires:  db-devel
14 BuildRequires:  openssl-devel
15 BuildRequires:  pam-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 The pam_ccreds module provides the means for Linux workstations to
20 locally authenticate using an enterprise identity when the network is
21 unavailable. Used in conjunction with the nss_updatedb utility, it
22 provides a mechanism for disconnected use of network directories. They
23 are designed to work with pam_ldap and nss_ldap.
24
25 %description -l pl.UTF-8
26 Moduł pam_ccreds umożliwia stacjom linuksowym na lokalne
27 uwierzytelnianie przy użyciu firmowej tożsamości podczas
28 niedostępności sieci. Używany w połączeniu z narzędziem nss_updatedb
29 udostępnia mechanizm do używania katalogów sieciowych przy braku
30 połączenia. Narzędzia te są zaprojektowane do użytku z pam_ldap i
31 nss_ldap.
32
33 %prep
34 %setup -q -n %{modulename}-%{version}
35
36 %build
37 %{__autoconf}
38 %{__autoheader}
39 %configure
40 %{__make} -j1
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT/%{_lib}/security
45 install pam_ccreds.so $RPM_BUILD_ROOT/%{_lib}/security
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog NEWS README
53 %attr(755,root,root) /%{_lib}/security/pam_ccreds.so
This page took 0.181974 seconds and 3 git commands to generate.