You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Johnson, Deron" <DL...@firstcommand.com> on 2006/08/07 16:36:03 UTC

mod_auth_sspi

I finally got my Subversion server working with Apache but it is useless
to me that way unless I can incorporate AD authentication into it.   All
my previous research and feedback said this was possible.  However, the
only module with that name I found on the web does not allow Apache
service to start on my system.   All dependencies in the file have been
satisfied.  Can anyone confirm that they have this working?  If so,
could you provide this module because mine fails?  Apparently all links
to this file on this site are dead.   A definitive answer on if this
truly works or not (and file if it does) would be appreciated.

 

Thanks
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. 

Re: mod_auth_sspi

Posted by Frank Gruman <fg...@verizon.net>.
GRH wrote:
> On Monday, August 07, 2006 1:40 PM, Johnson, Deron
> <ma...@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
>
>   

Perhaps if the above does not work for you, you could look in your 
error_log file and let us know what specific error you are getting?

Also - as mentioned above, perhaps you got the wrong version of the sspi 
module?  You can find the various modules here - 
http://www.gknw.net/development/apache/httpd-2.0/win32/modules/

Regards,
Frank

Re: mod_auth_sspi

Posted by Eric Lemes <er...@gmail.com>.
I have the version that was hosted on tigris (when TortoiseSVN lives
there)... this version works fine for me.

Since TortoiseSVN moved to sourceforge, the link on their tutorial is broken

If you need this, mail me.



Eric Lemes

On 8/7/06, Johnson, Deron <DL...@firstcommand.com> wrote:
>
> 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
> <ma...@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
>
>

RE: mod_auth_sspi

Posted by "Johnson, Deron" <DL...@firstcommand.com>.
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
<ma...@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


RE: mod_auth_sspi

Posted by GRH <gh...@neo.rr.com>.
On Monday, August 07, 2006 1:40 PM, Johnson, Deron
<ma...@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


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: mod_auth_sspi

Posted by "Johnson, Deron" <DL...@firstcommand.com>.
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. 

 

________________________________

From: Frank Gruman [mailto:fgatwork@verizon.net] 
Sent: Monday, August 07, 2006 11:53 AM
To: Johnson, Deron
Cc: users@subversion.tigris.org
Subject: Re: mod_auth_sspi

 

Johnson, Deron wrote: 

I finally got my Subversion server working with Apache but it is useless
to me that way unless I can incorporate AD authentication into it.   All
my previous research and feedback said this was possible.  However, the
only module with that name I found on the web does not allow Apache
service to start on my system.   All dependencies in the file have been
satisfied.  Can anyone confirm that they have this working?  If so,
could you provide this module because mine fails?  Apparently all links
to this file on this site are dead.   A definitive answer on if this
truly works or not (and file if it does) would be appreciated.

 

What OS are you using?  Apache version?  My understanding was that SSPI
only works on a Windows environment.  

LDAP seems to be the more common AD integration tool, and you can find
lots of docs for how to integrate Apache/LDAP/AD with a simple google.

Regards,
Frank
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. 

Re: mod_auth_sspi

Posted by Frank Gruman <fg...@verizon.net>.
Johnson, Deron wrote:
>
> I finally got my Subversion server working with Apache but it is 
> useless to me that way unless I can incorporate AD authentication into 
> it.   All my previous research and feedback said this was possible. 
>  However, the only module with that name I found on the web does not 
> allow Apache service to start on my system.   All dependencies in the 
> file have been satisfied.  Can anyone confirm that they have this 
> working?  If so, could you provide this module because mine fails? 
>  Apparently all links to this file on this site are dead.   A 
> definitive answer on if this truly works or not (and file if it does) 
> would be appreciated.
>
>  
>
What OS are you using?  Apache version?  My understanding was that SSPI 
only works on a Windows environment. 

LDAP seems to be the more common AD integration tool, and you can find 
lots of docs for how to integrate Apache/LDAP/AD with a simple google.

Regards,
Frank