Changeset 390 for server/fedora/specs
- Timestamp:
- Sep 2, 2007, 6:17:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/specs/httpdmods.spec
r389 r390 17 17 - module to do authentication based on SSL certificates <mod_auth_sslcert> 18 18 - module to do authorization based on Athena AFS groups <mod_authz_afsgroup> 19 - module to enable optional authentication <mod_auth_optional> 19 20 See http://scripts.mit.edu/wiki for more information. 20 21 … … 30 31 install -D .libs/mod_auth_sslcert.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_auth_sslcert.so 31 32 install -D .libs/mod_authz_afsgroup.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_authz_afsgroup.so 33 install -D .libs/mod_auth_optional.so $RPM_BUILD_ROOT/usr/lib64/httpd/modules/mod_auth_optional.so 32 34 33 35 %clean … … 38 40 /usr/lib64/httpd/modules/mod_auth_sslcert.so 39 41 /usr/lib64/httpd/modules/mod_authz_afsgroup.so 42 /usr/lib64/httpd/modules/mod_auth_optional.so 40 43 41 44 %changelog
Note: See TracChangeset
for help on using the changeset viewer.