[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: mod_auth_sspi

From: Johnson, Deron <DLJohnson_at_firstcommand.com>
Date: 2006-08-07 20:07:37 CEST

Thanks for the info....I downloaded another version of the mod_auth_sspi
from SourceForge.net and now at least the Apache service starts up.

Frank, there was nothing about the error in the error log, only noted in
the event viewer that the module was 'garbled'. I thought the same
thing as your suggestion...just a wrong version of the file. Thanks for
all the help!

-----Original Message-----
From: GRH [mailto:gheard@neo.rr.com]
Sent: Monday, August 07, 2006 12:56 PM
To: Johnson, Deron
Cc: users@subversion.tigris.org
Subject: RE: mod_auth_sspi

On Monday, August 07, 2006 1:40 PM, Johnson, Deron
<mailto:DLJohnson@firstcommand.com> wrote:

> Windows 2003 server with Apache 2.0.54. Yes, I have perused all the
> articles I have found on how to make this work. Particularly having
> the problem with getting the Apache service to start once the
> mod_auth_sspi.so module is added to modules folder and load line
> included in httpd.conf file. The fact that the module cannot be
> downloaded from anywhere now has me wondering if it just doesn't
> work. Feedback and/or a file that does work would be beneficial
> and info would be appreciated.
>

  We use mod_auth_sspi with Apache 2.0.54 just fine. Is the module you
have
compiled against 2.0.54? Here is the order in which we load modules in
our
apach setup:

LoadModule access_module modules/mod_access.so
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule asis_module modules/mod_asis.so
LoadModule sspi_auth_module modules/mod_auth_sspi.so
LoadModule auth_module modules/mod_auth.so
#LoadModule auth_anon_module modules/mod_auth_anon.so
#LoadModule auth_dbm_module modules/mod_auth_dbm.so
#LoadModule auth_digest_module modules/mod_auth_digest.so
#LoadModule auth_ldap_module modules/mod_auth_ldap.so
LoadModule autoindex_module modules/mod_autoindex.so
#LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule cgi_module modules/mod_cgi.so
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dir_module modules/mod_dir.so
LoadModule env_module modules/mod_env.so
#LoadModule expires_module modules/mod_expires.so
#LoadModule file_cache_module modules/mod_file_cache.so
#LoadModule headers_module modules/mod_headers.so
LoadModule imap_module modules/mod_imap.so
LoadModule include_module modules/mod_include.so
#LoadModule info_module modules/mod_info.so
LoadModule isapi_module modules/mod_isapi.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule mime_module modules/mod_mime.so
#LoadModule mime_magic_module modules/mod_mime_magic.so
#LoadModule proxy_module modules/mod_proxy.so
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
#LoadModule speling_module modules/mod_speling.so
#LoadModule status_module modules/mod_status.so
#LoadModule unique_id_module modules/mod_unique_id.so
LoadModule userdir_module modules/mod_userdir.so
#LoadModule usertrack_module modules/mod_usertrack.so
#LoadModule vhost_alias_module modules/mod_vhost_alias.so
#LoadModule ssl_module modules/mod_ssl.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
LoadModule python_module modules/mod_python.so

I seem to recall a problem with the load order of the auth modules...
But
quite frankly, its been so long since I set this up. It does work for us
quite nicely though.

Glenn Heard gheard@altronicinc.com
Software Engineer www.altronicinc.com
Altronic Inc.
Y!: glennheard

---
'First things first -- but not necessarily in that order' -- Dr Who
STATEMENT OF CONFIDENTIALITY: The information contained in this message or any attachments to this message are intended only for the person(s) or entity to which it is addressed and may contain confidential and/or privileged material as well as being protected from disclosure. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is strictly prohibited. If you received this in error, please contact the sender immediately and delete the material from any computer. 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 7 20:10:50 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.