Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 294170 Details for
Bug 431784
RFE: Support for Directory Server specify account lock attribute
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
spec file patch
dirsrv-spec.patch (text/plain), 1.97 KB, created by
Simo Sorce
on 2008-02-06 22:29:34 UTC
(
hide
)
Description:
spec file patch
Filename:
MIME Type:
Creator:
Simo Sorce
Created:
2008-02-06 22:29:34 UTC
Size:
1.97 KB
patch
obsolete
>Index: krb5.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/krb5/F-8/krb5.spec,v >retrieving revision 1.143 >diff -u -r1.143 krb5.spec >--- krb5.spec 16 Nov 2007 17:13:53 -0000 1.143 >+++ krb5.spec 20 Nov 2007 17:59:40 -0000 >@@ -1,4 +1,5 @@ > %define WITH_LDAP 1 >+%define WITH_DIRSRV 1 > > %define krb5prefix %{_prefix}/kerberos > >@@ -14,7 +15,7 @@ > Summary: The Kerberos network authentication system. > Name: krb5 > Version: 1.6.2 >-Release: 11%{?dist} >+Release: 11%{?dist}.1 > # Maybe we should explode from the now-available-to-everybody tarball instead? > # http://web.mit.edu/kerberos/dist/krb5/1.6/krb5-1.6.2-signed.tar > Source0: krb5-%{version}.tar.gz >@@ -94,6 +95,7 @@ > Patch64: krb5-ok-as-delegate.patch > Patch67: krb5-trunk-server_delegation.patch > Patch68: krb5-trunk-spnego_delegation.patch >+Patch69: krb5-1.6.2-dirsrv-accountlock.patch > > License: MIT, freely distributable. > URL: http://web.mit.edu/kerberos/www/ >@@ -1252,10 +1254,11 @@ > #%patch56 -p1 -b .doublelog > #%patch57 -p1 -b .login_chdir > #%patch58 -p1 -b .key_exp >-#%patch59 -p0 -b .kpasswd_tcp >+%patch59 -p0 -b .kpasswd_tcp > #%patch64 -p0 -b .ok-as-delegate > %patch67 -p0 -b .server-delegation > %patch68 -p0 -b .spnego_delegation >+%patch69 -p1 -b .with-dirsrv > cp src/krb524/README README.krb524 > gzip doc/*.ps > >@@ -1311,12 +1314,6 @@ > %ifarch %{ix86} s390 ppc sparc > DEFINES="-D_FILE_OFFSET_BITS=64" ; export DEFINES > %endif >-# Enable or disable the LDAP plugin. >-%if %{WITH_LDAP} >-OPENLDAP_PLUGIN=yes >-%else >-OPENLDAP_PLUGIN="" >-%endif > # Work out the CFLAGS and CPPFLAGS which we intend to use. > CFLAGS="`echo $RPM_OPT_FLAGS $DEFINES $INCLUDES -fPIC`" > CPPFLAGS="`echo $DEFINES $INCLUDES`" >@@ -1324,8 +1321,14 @@ > CC=%{__cc} \ > CFLAGS="$CFLAGS" \ > CPPFLAGS="$CPPFLAGS" \ >- OPENLDAP_PLUGIN="$OPENLDAP_PLUGIN" \ > SS_LIB="-lss -lcurses" \ >+%if %{WITH_LDAP} >+%if %{WITH_DIRSRV} >+ --with-dirsrv \ >+%else >+ --with-ldap \ >+%endif >+%endif > --enable-shared \ > %if %{build_static} > --enable-static \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 431784
:
294169
| 294170