[EMAIL PROTECTED] LDAP Password Protection

2006-03-10 Thread Matt Weston
We have a page that is supposed to be password protected with LDAP authentication. You can login to the page just fine; however, unless you close out your browser(verified on Firefox, Opera, and IE) the page fails to ask for a username/password again when you return to the page. Any thoughts?

Re: [EMAIL PROTECTED] Premature end of script headers

2006-02-21 Thread Matt Weston
Try changing it to hello.pl >>> [EMAIL PROTECTED] 2/21/2006 8:12:17 AM >>> All of my perl scripts generate this error when I try to have Apache serve them. I'm on RHEL with Apache 2.0.52. The simplest script I have is: #!/usr/bin/perl print "Hello"; In the error log I'm told: [Tue Feb 21 08:5

Re: [EMAIL PROTECTED] newbe question - File upload howto

2006-01-31 Thread Matt Weston
Oren, There are lots of scripts available for download on the internet if you look hard enough. We use the Upload Plus utility from PerlscriptsJavaScript.com. Our script uploads a file to one of our servers and emails the sender, recipient, and our Departmental Supervisor. Hope this helps.

[EMAIL PROTECTED] LDAP Search string

2006-01-30 Thread Matt Weston
AuthLDAPUrl "ldap://161.31.24.18:389/ou=student,o=uca?uid?sub?(objectClass=*)" In a LDAP search string such as above...how would I go about limiting the search to just the student folder and exclude subfolders? I read something about a Base, sub, and one filter but, haven't found too much info

[EMAIL PROTECTED] Radius Servers and LDAP

2006-01-30 Thread Matt Weston
Has anyone setup LDAP to go through a radius server to access an LDAP server? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscrib

[EMAIL PROTECTED] mod_edir

2006-01-30 Thread Matt Weston
Does anyone know where I can get the mod_edir module for use with Novell Edirectory? Matt - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. T

[EMAIL PROTECTED] LDAP Question

2006-01-26 Thread Matt Weston
I am trying to use a Novell E-Directory as the LDAP server and am getting this error in my error log when someone has trouble loggin into a page I setup to use LDAP authentication. Does anyone have any ideas? auth_ldap authenticate: user jes05002 authentication failed; URI /securesite/stu

Re: [EMAIL PROTECTED] LDAP and Firefox

2005-12-20 Thread Matt Weston
Belay thatI restarted firefox and it worked like a charm...=) >>> [EMAIL PROTECTED] 12/20/2005 8:28:19 AM >>> I disabled IPv6 in Firefox and response time is the same... >>> [EMAIL PROTECTED] 12/19/2005 6:03:21 PM >>> Matt Weston wrote: >I ha

Re: [EMAIL PROTECTED] LDAP and Firefox

2005-12-20 Thread Matt Weston
I disabled IPv6 in Firefox and response time is the same... >>> [EMAIL PROTECTED] 12/19/2005 6:03:21 PM >>> Matt Weston wrote: >I have configured LDAP authentication for a particular section of our website >and when I try to access this page in FireFox it tends to take

[EMAIL PROTECTED] LDAP and Firefox

2005-12-19 Thread Matt Weston
I have configured LDAP authentication for a particular section of our website and when I try to access this page in FireFox it tends to take quite a bit longer to load than when you use IE or Opera with the same website. Does anyone know a good reason and/or fix for this? -