similar to: Client auth with mysql

Displaying 20 results from an estimated 300 matches similar to: "Client auth with mysql"

2004 Aug 06
0
Client auth with mysql
+-Le 14/05/2004 23:10 -0400, Amy Beam a dit : | I now understand your code much better after taking a day to look at it. I | am going to try and implement this over the weekend. | | I do have 1 question now that I hope you can point me in the correct | direction to. Maybe I overlooked it. But where would I determine if I | should open a new stream when someone logs in with the same user name if |
2004 Aug 06
2
Client auth with mysql
Hi, I have a customer (a small french music producer) who's putting up a "paid" radio, it's not really paid, because you don't buy an access, you just by a cd, and you get radio access. So, I needed to check access to the radio, in an intelligent manner :-) A collegue of mine started doing things, he ended up with scripts adding ip's to the server's firewall... I
2004 Aug 06
0
Client auth with mysql
Mathieu, This is a great idea, and I'm sure many people would like to take advantage of it. Since the release of 2.0.0, we've added an "authenticator" framework which allows us to create authentication modules for handling listener (client-based) authentication. We currently have one authentication module (htpasswd) which uses a simple file to store users and encrypted
2014 Sep 03
0
Assertion failed in sql_transaction_commit with pgsql driver
Hi! Next code from driver_pgsql_transaction_commit cause assertion failed in do_query function - i_assert(SQL_DB_IS_READY(&db->api)) } else { /* multiple queries, use a transaction */ ctx->refcount++; sql_query(_ctx->db, "BEGIN", transaction_begin_callback, ctx); <- first sql_query changes db state to SQL_DB_STATE_BUSY
2012 May 11
2
moving data from one frame to another
Hello, I am working with two different data frames, and I'd like to move data from one to the other. Here is the first frame: > head(five) Week Game.ID VTm VPts HTm HPts HDifferential VDifferential 1 1 NFL_20050908_OAK at NE OAK 20 NE 30 10 -10 2 1 NFL_20050911_ARI at NYG ARI 19 NYG 42 23 -23 3 1 NFL_20050911_CHI
2012 May 02
1
scanning a data set for strings
Hello, I'm looking for what I'm sure is a quick answer. I'm working with a data set that looks like this: Week Game.ID VTm VPts HTm HPts Differential HomeWin 1 1 NFL_20050908_OAK at NE OAK 20 NE 30 10 FALSE 2 1 NFL_20050911_ARI at NYG ARI 19 NYG 42 23 FALSE 3 1
2006 Apr 20
1
error on stpexec : ROR on Linux with SQLServer Connection
So I got my rails app to connect to the SQLServer via ODBC, and I can model/scaffold, yada yada.. but when I need to exec a stored proc using sql_server.rb I get undefined local variable or method `connection'' how can that be, if I can connect for everthing else? thanks -- Posted via http://www.ruby-forum.com/.
2018 Apr 03
2
Multi-architecture (ELF or other) loaders and dynamic linkers available?
Hi, I'm looking for some sort of "universal loader and dynamic linker", capable of loading in memory an executable (ELF or other, the format is not a requisite at this time) for any of the "major" architectures that have LLVM backends (namely: x86, x86_64, ARM, ARM64, PPC, PPC64, MIPS32, MIPS64), including also relocation, and loading of symbols from dynamic libraries that
2006 Jul 15
3
How bad is it to have 7 joins in my find_by_sql?
My question is whether there''s a more idiomatic rails way of structuring this query or of redoing the underlying models. First, the ugly find_by_sql code, which is the method to generate an atom feed: def atom items_per_feed = 15 sql_query = "SELECT activities.*, users.real_name AS real_name, accounts.last_scraped_at AS last_scraped_at,
2009 Jul 23
1
How can I paginate records find by using find_by_sql
Hello everyone, I forced to use @user = User.find_by_sql sql_query in a particular situation in my project. Now I want to paginate the records. How can I paginate the records? Please help me. Thanks in advance -- Posted via http://www.ruby-forum.com/.
2004 Aug 13
0
ACL Windows GUI to set permissions?
I am implementing Samba 3.05 (Suse Pro 8.2 Reiser File System) member server as a file server on a Windows NT4 network with one NT server (PDC). I am currently using WINS for name resolution on the network. Shortly after adding the Samba member server, I will upgrade NT 4.0 server to Windows 2000 (need samba server to alleviate some nasty disk space constraints). The Samba member server
2007 Oct 15
2
clipping off words inside a vector of strings
Hi, I have a vector of strings (class character) with 6 elements (length 6). I call it 'names'. "Graham Chapman" "John Cleese" "Terry Gilliam" "Eric Idle" "Terry Jones" "Michael Palin" And I want to turn it into another vector of strings called 'shortnames' with the same length. The new vector should look like:
2006 Jan 12
1
Multilevel models with mixed effects in R?
Group, I am new to R. In my work as a program evaluator, I am regularly asked to estimate effect sizes of prevention/intervention and educational programs on various student outcomes (e.g. academic achievement). In many cases, I have access to data over three or more time periods (e.g. growth in proficiency test scores). I usually have multiple independent and dependent variables in each
2010 Apr 13
3
Dovecot 2.0.beta4: auth-worker keeps crashing
Centos 5.4 x64, icc hg rev 11147 log: Apr 14 01:16:17 auth: Info: mysql: Connected to 127.0.0.1 (mail) Apr 14 01:16:25 imap-login: Info: Disconnected (auth failed, 2 attempts): user=<webmaster@>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured Apr 14 01:16:40 master: Error: service(auth-worker): child 8642 killed with signal 11 (core dumps disabled) Apr 14 01:16:40 auth: Error: auth
2006 Mar 22
2
habtm vs. has_many/belongs_to
In AWDWR David says (pg 232), "When a Join Wants to Be a Model: While a many-to-many relation with attributes can often seem like the obvious choice, it?s often a mirage for a missing domain model. When it is, it can be advantageous to convert this relationship into a real model and decorate it with a richer set of behavior. This lets you accompany the data with methods. As an example,
2002 Jun 28
2
ssh_rsa_verify: RSA_verify failed: error:
Host based authentication does not seem to be working for us after upgrading to openssh-3.4p1 (we were at openssh-3.1p1) (openssl is at 0.96d). Any time we try to connect from another unix box also running openssh-3.4p1, we get the following error (on the server side) and host based auth fails (it falls back to password prompt). sshd[15038]: error: ssh_rsa_verify: RSA_verify failed:
1999 May 17
2
DOS to UNIX Conversion
On 17 May 99, Axel Neumann <amn@cromemco.com> had questions about DOS to UNIX Conversion: > It seems that a lot of people hate Windoze in such a way that they only > accept solutions that are not coming from M$. Maybe that's because the M$ "solutions" are crap, and much better alternatives already exist. > If you want to view UNIX text files correctly on a W9x
1999 Sep 22
0
nmbd won't start on HP-UX 10.20 & strangeness
Hi folks, We're seeing an odd thing happening on about 8 out of 100 UNIX machines running Samba 1.9.18p7. Mostly on HU-UX 10.20 systems, but at least once on an IRIX 6.4 system. The scenario: - SAMBA up and running in this environment for about 2 years sharing UNIX home directories with NT boxes. - SAMBA set up to start via inetd. - Had a plant shutdown over a weekend a month ago, all
2011 Nov 03
0
Researcher (PostDoc)
****Job offer: Researcher (Postdoc)***** The /Department of Computational Landscape Ecology/ (www.ufz.de/cle) invites applications for an*Researcher (PostDoc) m/f* (code digit: 85/2011) to commence as soon as possible. The appointment is for an initial period of 3 years, an extension is aspired. Applicants for the post have a background in biology and ecology profound knowledge on ecosystem
2012 Feb 13
6
Dovecot v2.2 plans
Here's a list of things I've been thinking about implementing for Dovecot v2.2. Probably not all of them will make it, but I'm at least interested in working on these if I have time. Previously I've mostly been working on things that different companies were paying me to work on. This is the first time I have my own company, but the prioritization still works pretty much the same