add LDAP support
This commit is contained in:
parent
77a56d1336
commit
474d0dde27
13
sudo.spec
13
sudo.spec
@ -1,14 +1,17 @@
|
||||
Summary: Allows restricted root access for specified users.
|
||||
Name: sudo
|
||||
Version: 1.6.8p12
|
||||
Release: 4.1
|
||||
Release: 5
|
||||
License: BSD
|
||||
Group: Applications/System
|
||||
Source: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz
|
||||
URL: http://www.courtesan.com/sudo/
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Requires: /etc/pam.d/system-auth, vim-minimal
|
||||
BuildRequires: pam-devel, groff
|
||||
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: groff
|
||||
BuildRequires: openldap-devel
|
||||
|
||||
# 154511 - sudo does not use limits.conf
|
||||
Patch2: sudo-1.6.8p8-pam-sess.patch
|
||||
@ -52,7 +55,8 @@ export CFLAGS="$RPM_OPT_FLAGS $F_PIE" LDFLAGS="-pie"
|
||||
--with-editor=/bin/vi \
|
||||
--with-env-editor \
|
||||
--with-ignore-dot \
|
||||
--with-tty-tickets
|
||||
--with-tty-tickets \
|
||||
--with-ldap
|
||||
make
|
||||
|
||||
%install
|
||||
@ -95,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/bin/chmod 0440 /etc/sudoers || :
|
||||
|
||||
%changelog
|
||||
* Tue May 23 2006 Karel Zak <kzak@redhat.com> 1.6.8p12-5
|
||||
- add LDAP support
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.6.8p12-4.1
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user