similar to: Basic authentication - maybe off topoc

Displaying 20 results from an estimated 20000 matches similar to: "Basic authentication - maybe off topoc"

2017 May 11
0
Basic authentication - maybe off topoc
>Is this a 'curl' question, a 'How do you write CGI?' question or a >general question about how HTTP works? Hi Jonathan, This was just a general question on why I'm not seeing what I expected. I'm using CentOS 7.3, I have written CGI for years (not using user & pass), I've used http for years - I was just hoping someone might be able to shed some light on
2020 Nov 02
4
Odd issue happening CentOS 7
So I have two CentOS 7 machines running. if I am on my server and I do "curl http://192.168.1.8" I get data. If I do "host devgeis.LayeredSolutionsInc.com" I get the correct address 192.168.1.8 if I goto another machine with CentOS 7. I do "curl http://192.168.1.8" I get data. I do "host devgeis.LayeredSolutionsInc.com" I get the correct address
2020 Nov 02
0
Odd issue happening CentOS 7
Did you notice the address ? It is not the same IP. Patrick Le 02/11/2020 ? 17:48, Jerry Geis a ?crit?: > So I have two CentOS 7 machines running. > > if I am on my server and I do "curl http://192.168.1.8" I get data. > If I do "host devgeis.LayeredSolutionsInc.com" I get the correct address > 192.168.1.8 > > if I goto another machine with CentOS 7.
2007 Mar 13
1
Fwd: Re: Basic authentication with Apache and Mongrel
There is a big difference if you are not running a pure rails site. I am doing auth apache-side because I serve static content, perl scripts via cgi and feed the mongrel pack from Apache. The REMOTE_USER variable value can be passed to rails using a technique described deep down in one of the informative pieces on the Mongrel website. Bill On Mon, 12 Mar 2007 17:54:07 -0700, Matte Edens wrote:
2017 Sep 29
2
Call for testing: OpenSSH 7.6
On 29 September 2017 at 11:05, Iain Morgan <imorgan+openssh at nas.nasa.gov> wrote: [...] > This is due to my shell being csh, which is pickier about undefined > variables than the Bourne-style shells. The attached patch fixes the > issue. Thanks for figuring this out. > - 'test -z "$SSH_USER_AUTH"' || fail "SSH_USER_AUTH present" > +
2007 Jul 01
3
Session WTF ?
Hi. How to use session in ruby on rails ? I try to make it work for hours, but it still doesn''t work... In my controller I have this: def identification @current_user = User.new(params[:user]) ok = false redir = ''login_failed'' @remote_user = User.find(:all) @remote_user.each do |r_user| if (r_user.login == @current_user.login and
2008 Jun 05
1
How to get REMOTE_USER in Rails?
Hi, I need to retrieve what''s stored in ''REMOTE_USER''. I''m looking around in "ActionController::AbstractRequest", but don''t have something to work with. I need this data to kick accesses that don''t have a valid ''REMOTE_USER''. Any help would be appreciated. -T --~--~---------~--~----~------------~-------~--~----~
2001 May 04
1
instaling needs printenv on solaris 2.7
To exicute 'make check' correctly there needs to be a printenv in the path. If you don't have /usr/ucb in your path you should probibly put it there. The errors: <..> collecting examples for package `base' ... make[5]: Entering directory `/apps/sm/SunOS/sun4u/5.7/data/stats/r/1.2.3/.src/R-1.2.3/src/library' >>> Building/Updating help pages for package
2006 May 22
2
finding out the remote users username ENV[REMOTE_USER] ?
I''m trying to set the modified_by in my user table from the remote user name. I have htaccess set up for the rails directory but I can''t seem to get it to read the remote users name. is ENV[REMOTE_USER] the correct syntax? I searched but I can''t seem to find a definitive answer. Thank you for any help! Charlie Bowman http://www.recentrambles.com -------------- next
2008 Jan 25
2
Apache, proxypass and REMOTE_USER
Hello, still trying to get things going. With proxypass the REMOTE_USER variable set by mod_auth_* is not passed to mongrel. I found another admin that has the same problem[1], but no solution. Did someone here solve this problem? [1]http://mail-archives.apache.org/mod_mbox/httpd-users/200610.mbox/<323a37200610021509k6142cb08q6e6b0642e3261c6d%40mail.gmail.com>
2011 Jan 20
4
No command 'rspec' found
I installed rspec on Linux Ubuntu 10.04, but no command ''rspec'' is found. Perhaps the PATH is wrong. What is the correct search path? The following was copied from my terminal. Thank you for taking a look: ~$ sudo gem install rspec --version 2.0.0 ~$ gem list --local *** LOCAL GEMS *** rspec (2.0.0) ~$ ls /var/lib/gems/1.8/gems rspec-2.0.0 ~$ printenv PATH
2020 Oct 31
5
dnsmasq centos 7
HI I setup dnsmasq on my computer. I tested with an entry in /etc/hosts for laptop.w530 I tested with "host laptop.w530" and I get unresolved (expected). If I add "nameserver 192.168.1.8" (my computer) to top of /etc/resolv.conf and do "host laptop.w530" I get 192.168.1.105 - so seems to be working. Then I goto another machine, add the "nameserver
2009 Jan 25
3
replacing a line in a file
I have a large file that has a line like: bindaddr=0.0.0.0 ; some other text I want to replace the 0.0.0.0 with my address 192.168.1.8 and remove everything else on the line to get: bindaddr=192.168.1.8 How can I do that? Thanks, jerry
2009 Sep 17
1
[PATCH server] oVirt server single network installer
Updates the installer to handle the scenario in which the guest and admin networks are the same by using an alternative httpd conf. Verified to work (eg oVirt managed vms are bootable) on the oVirt appliance so far. --- conf/ovirt-server.conf | 88 -------------------- installer/bin/ovirt-installer | 11 +--
2016 Oct 19
4
tcpenable
I am playing with tcpenable... on 13.11.2 so in sip.conf I have tcpenable=yes tcpbindaddr=192.168.1.8:5070 but when I "telnet localhost 5070" I get no connect. iptables -L -n -v | grep 5070 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:5070 firewall is good. Is my syntax not correct above to run on port 5070 for SIP over TCP?
2008 Mar 07
3
parsing /proc/cmdline
Hi - I am not an expert at shell script writing. If /proc/cmdline looks like option1 option2 ... ks=http://192.168.1.8/ks/ks.cfg option3 option 4 ... How can I get the 192.168.1.8 out of this cmdline. THanks, Jerry
2006 Jan 30
3
RMySQL install
I am having trouble installing RMySQL on a clean install of Fedora Core 4 64 bit on a dual dual core machine (that is, two dual core processors). Seems like the LD_LIBRARY_PATH is incorrect, but I don't seem to have it quite right yet. There are a few mentions of this problem in google, but thus far none of the "fixes" and fixed my problem. I've tried defining the
2000 Sep 13
2
auth-pam.c support for pam_chauthtok()
When we installed OpenSSH 2.1.1p4 on our Solaris systems, our users noticed that it did not honor password expiration consistently with other Solaris login services. The patch below is against OpenSSH 2.2.0p1 and adds support for PAM password changes on expiration via pam_chauthtok(). A brief summary of changes: auth-pam.c: * change declaration of pamh to "static pam_handle_t *pamh",
2017 Sep 29
3
Call for testing: OpenSSH 7.6
On Fri, 29 Sep 2017, Iain Morgan wrote: > Actually, according to OpenBSD's printenv(1) man page, it first appeared > in 2BSD. The man page on OS X claims it was BSD 3.0. However, it doesn't > appear to be part of any standard. > > Your suggestion ran into the same issue as the original test, but > escaping the evaluation by the user's shell appears to work: >
2008 Jul 21
3
what is the magic needed from upgrading from 1.4 to 1.6
I am upgrading a box from 1.4 to 1.6 and my console/dsp stopped working. I am getting a SIP/401 Unauthorized error and then a SIP/404 error. I changed nothing in the configs. Is there a particular parameter needed for 1.6 that 1.4 did not care about? If I drop back to 1.4 it starts working again. Thanks Jerry