search for: client_act

Displaying 2 results from an estimated 2 matches for "client_act".

Did you mean: client_ack
2007 Feb 19
2
NTLM oddities
...ON (a.userID= IF('John' LIKE '%@%.%',CONCAT(LCASE('John'),''),CONCAT(LCASE('John'),'@', p.host))) WHERE v.userID = IF('John' LIKE '%@%.%',CONCAT(LCASE('John'),''),CONCAT(LCASE('John'),'@',p.host)) AND v.client_active=1; dovecot: Feb 19 16:15:56 Info: auth(mail.infowest.com): password(John, 209.33.215.142): Credentials: 8447128CC04AD05D1CD15F0C2F17F136 dovecot: Feb 19 16:15:57 Info: auth(mail.infowest.com): client out: FAIL 1 user=John host=204.17.177.76 destuser= john at host.com*mast...
2008 Jan 14
6
RSpec stories introduction
...nt I am lost. Do I really need more than one step file, say one or more to create the test client with the necessary attributes and another to add the job and perhaps a third to create an authorized user login? Does that mean that new_job.rb should look like this: ---> with_steps_for :login, :client_active, :new_jobs_steps do run ''./new_job.txt'' end <--- Can someone show me how they would wire this together? and with what directories and file names that they would use? I am having a deal of trouble getting my head wrapped around this approach. -- *** E-Mail is...