diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-10-07 17:40:56 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-10-07 17:40:56 +1000 |
commit | dfe6d914b7d2ad845a7fe2e92bdc4ff7c6f44539 (patch) | |
tree | eb3c80f036f70ac56ac3b9d5f6a16786dfdf4431 /contrib/redhat/openssh.spec | |
parent | f4bf5d086a63a1c30f174405b9d64b9bfe024890 (diff) |
- (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
run-time switch, always build --with-md5-passwords.
Diffstat (limited to 'contrib/redhat/openssh.spec')
-rw-r--r-- | contrib/redhat/openssh.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 09e405475..dd00c9fa9 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -190,11 +190,12 @@ CFLAGS="$RPM_OPT_FLAGS -Os"; export CFLAGS | |||
190 | --with-default-path=/usr/local/bin:/bin:/usr/bin \ | 190 | --with-default-path=/usr/local/bin:/bin:/usr/bin \ |
191 | --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \ | 191 | --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \ |
192 | --with-privsep-path=%{_var}/empty/sshd \ | 192 | --with-privsep-path=%{_var}/empty/sshd \ |
193 | --with-md5-passwords \ | ||
193 | %if %{scard} | 194 | %if %{scard} |
194 | --with-smartcard \ | 195 | --with-smartcard \ |
195 | %endif | 196 | %endif |
196 | %if %{rescue} | 197 | %if %{rescue} |
197 | --without-pam --with-md5-passwords \ | 198 | --without-pam \ |
198 | %else | 199 | %else |
199 | --with-pam \ | 200 | --with-pam \ |
200 | %endif | 201 | %endif |