RE: [leaf-user] sh-httpd Authentication

2003-03-12 Thread Kim Oppalfens
Hi all, If someone has a working stunnell binary (bering), could they please mail it tom me? Running Bering uclibc with the libc225 compatability libraries. I downloaded an stunnel.lrp but it segfaults on my bering uclibc. Thanks in advance. Kim smime.p7s Description: S/MIME cryptographic

RE: [leaf-user] sh-httpd Authentication

2003-02-27 Thread Bihari, Steve
26, 2003 2:42 PM To: Bihari, Steve; [EMAIL PROTECTED] Subject: Re: [leaf-user] sh-httpd Authentication Bihari, Steve wrote: Oh, the thttpd.lrp package posted on your site...is this compile with the AUTH_FILE option? Yes, although you may or may not find that it will work for you. Thttpd

Re: [leaf-user] sh-httpd Authentication

2003-02-27 Thread Charles Steinkuehler
Bihari, Steve wrote: Charles, I did get thttpd to work with my existing Weblet implementation. Wow is it ever fast !!! Authentication works if I manually create a .htpasswd file in my /cgi-bin/ directory. At this point, I only need to be concerned with authenticated connections to this folder.

[leaf-user] sh-httpd Authentication

2003-02-26 Thread Bihari, Steve
Hi All, Quick question: Does anyone know of a quick and easy way to provide basic username/passwd authentication to access Weblet? TIA...Steve --- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All

Re: [leaf-user] sh-httpd Authentication

2003-02-26 Thread Charles Steinkuehler
Bihari, Steve wrote: Hi All, Quick question: Does anyone know of a quick and easy way to provide basic username/passwd authentication to access Weblet? Hack the source code. :-) The username and password are passed to the web-server as headers, so you should be able to parse them in either the

RE: [leaf-user] sh-httpd Authentication

2003-02-26 Thread Bihari, Steve
enable in the .conf file (i.e. AUTH_CONNECTIONS=yes) Any thoughts? -Original Message- From: Charles Steinkuehler [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 12:26 PM To: Bihari, Steve Cc: '[EMAIL PROTECTED]' Subject: Re: [leaf-user] sh-httpd Authentication Bihari

Re: [leaf-user] sh-httpd Authentication

2003-02-26 Thread Charles Steinkuehler
Bihari, Steve wrote: The reason I want to use basic authentication is to compliment an https:// connection to Weblet. I would like to challenge for a usrname/passwd for access to any of the pages/scripts. Although the user will only have to authenticate once per session of course. This

Re: [leaf-user] sh-httpd Authentication

2003-02-26 Thread Lynn Avants
On Wednesday 26 February 2003 12:37 pm, Bihari, Steve wrote: Thanks Charles, The reason I want to use basic authentication is to compliment an https:// connection to Weblet. You'll have to add-in SSL support then and It won't fit on a floppy. Your better off adding ssh, stunnel, or zebedee

RE: [leaf-user] sh-httpd Authentication

2003-02-26 Thread Bihari, Steve
: Wednesday, February 26, 2003 2:35 PM To: [EMAIL PROTECTED] Subject: Re: [leaf-user] sh-httpd Authentication On Wednesday 26 February 2003 12:37 pm, Bihari, Steve wrote: Thanks Charles, The reason I want to use basic authentication is to compliment an https:// connection to Weblet. You'll have

Re: [leaf-user] sh-httpd Authentication

2003-02-26 Thread Charles Steinkuehler
Bihari, Steve wrote: Oh, the thttpd.lrp package posted on your site...is this compile with the AUTH_FILE option? Yes, although you may or may not find that it will work for you. Thttpd protects files on a per-directory basis, based on the presence (and contents of) an AUTH_FILE. Note that the