Displaying 20 results from an estimated 20000 matches similar to: "basic authentication"
2007 Dec 23
1
multiple scenarios problem
Hi all
I just recently started to use rspec and I''m having a problem using
multple scenarios in one story. These are the two scenarios, trying to
test my implemenation of the new http authentication in rails 2:
Scenario "user has to authenticate" do
Given "an anonymous user" do
end
When "visiting", "working_page" do |page|
2004 Apr 14
2
samba on distro...
Hi,
I have to setup a samba-server (and a bit intranet) for a school.
There are about 200 client-pc's for about 1000 people.
Now I wondered which OS would be best for us. Should we pay for a
distro, or would a free distro be enough? And which distro should we
use? Please keep in mind that schools like quality and don't like big
bills! ;-)
thanks in advance for any answer,
Ivo Dancet
2004 Feb 12
3
hardware question
I recently asked this question, but I didn't get an answer on this part
of my question:
What hardware would be able to do this with ease:
I must install a samba server as PDC for my school. The server would
authenticate users using openldap (on the same server). And if possible,
I would also run an intranet on it (apache, php, mysql).
There would be about a hundred (maybe 150 later on)
2009 Sep 14
1
64-bit OSX binary for 2.9.2
dear R wizards: I am looking for a binary package distribution of R 2.9.2
for OSX . Looking at http://r.research.att.com/ , there seems to be only a
binary for 2.9.0 . is the 2.9.2 version binary package available
somewhere? (at this point, would it make sense to elevate the 64-bit
version to a "standard recommended" rather than just a "boutique" version?)
sincerely, /iaw
2008 Jan 13
2
should_receive twice and arguments
Hi all, I have a method calling Klass.create! two times with different
arguments (this happens in a class reponsable for reading in a csv file)
I want to test those like this:
in one test: Klass.should_receive(:create!).with(:name => "foo").once
in another: Klass.should_receive(:create!).with(:name => "foo2").once
This doesn''t work because the
2004 Nov 21
1
confused basic updating
hi: I am totally confused here. this is the simplest application, and
I cannot figure out what I am doing wrong. could someone please clue me
in? help would be appreciated. regards, /iaw
$ rsync -avz remotehost:Finance/oosreview .
receiving file list ... done
sent 16 bytes received 5214 bytes 1494.29 bytes/sec
total size is 10050681 speedup is 1921.74
# we have pulled
2007 Oct 26
1
post_via_redirect - testing problem
I''ve got an integration test that''s failing but i can''t work out why:
Here''s the action being tested - in case anyone recognises it, it''s
based on the Depot app in Agile Web Dev with Rails.
def checkout
@in_checkout = true
#don''t let user checkout with an empty cart
if @cart.items.empty?
redirect_to_index("Your cart is
2008 Mar 05
14
[Stories] Login and subdomain
I''ve just begin using rspec stories, and i m encountering some
problems. In my application i have different subdomains in which
specific users can log in, for example an admin will go to
admin.myapp.com/authenticate/login, and an user belonging to a
specific company will log in company.myapp.com/authenticate/login, and
of course both have a different login process.
To perform some
2009 Sep 14
4
Location of Packages?
Sorry, one more: on OSX, I deleted my old 2.9.2 R.app, and installed the 64
bit version of 2.9.0. I then did an "install.packages("car")" under my new
2.9.0. It seems to have worked, but alas, I still get an error that package
'car' was built under R version 2.9.2 . Where exactly does R under OSX
install its packages? (is it a bug that another car is loaded?)
PS:
2004 Nov 21
1
sas vs. R
SAS
* better manuals.
* tech support for most universities contracted into the price, thus
for researchers.
* batch orientation. if you have to handle data sets that are as large
as your memory, SAS generally does it better. It seems to be an
"n-pass design." Years ago, when memory was expensive, I could not use
S/R even for simple problems. Just a few simple operations, and I
2008 Mar 20
1
stories with selenium and the db
Hi all
Tonight I wanted to test out selenium in a story to test some ajax
stuff on a page.
After struggling for an hour or two with disappearing database objects
I found the solution in a blog post by Kerry Buckley.
with the comment included it reads:
# Don''t add an ActiveRecordSafetyListener, or it''ll roll stuff back
class Spec::Story::Runner::ScenarioRunner
def
2007 May 28
0
Ices 0.4 and basic scripting
On 5/26/07, Geoff Shang <geoff@quitelikely.com> wrote:
> I have a strong recollection of basic scripting of the type found in Ices
> 2.x being added to Ices 0.x, but there's nothing in the documentation about
> it.
>
> Is it in Ices 0.4 or only in SVN? Or am I completely wrong about this?
I'm not sure about this, but if it was backported, it's probably
available
2004 Feb 27
1
Authentication problem when using LDAP
A colleague has seen a problem (with Samba 3.0), in using
LDAP.
A very simple version of the problem is as follows, where
he tries to authenticate a user "grw"
> > I am almost there... I get the following when I do a simple test to
> > find the user 'grw' by attempting to change the password (even
> > though I do not want Samba to change the pw, this
2008 Jan 21
3
Story runner "macros"
I''ve gotten quite a bit out of Pat Maddox''s screencast
http://evang.eli.st/blog/2007/10/8/story-runner-top-to-bottom-screencast
One thing I''m not sure of is the feature where he writes things like:
When "I POST to", "/articles", :post => {:title => "Title", :body
=> "Body") do | path, params|
post_via_redirect
2001 Sep 06
0
Antwort: Re: AIX openssh use of SRC control
Hi
I've finished and tested a patch to add src routines to openssh (based on the Redbook "Writing Reliable AIX Daemons")
Since a few days I have the O.K. to post it on the list, but I still want to splitt my patch file into logical parts
(SRC/Logging/Datatype fixes)
Frank
Datum: 06.09.2001 19:04
An: Denise Genty <genty at austin.ibm.com>
Kopie:
2007 Sep 26
0
[Story] passing a file using post
I''m trying to run a story for sample caboose that I created.
I haven''t changed any of the sample application code.
When I try to do the following:
When "creating a new asset named",
File.open(''/Users/multimedia/desktop/sample/assets/bridge.jpg'')
do |path|
post_via_redirect "/users/#{@user.login}/assets", :asset => {
:uploaded_data
2013 Jun 24
0
wrong number of arguments calling `request` (0 for 1) (ArgumentError)
Here is the scenario
Scenario: Successful login
Given an unauthenticated visitor
When visitor goes to /users/login
And fills in Email with: amitpandya
And fills in Password with: amitpandya
And clicks the Login button
Then amitpandya should be logged in
And page should include a notice with text: Welcome amitpandya
And amitpandya should see the home mypage page
2005 Mar 22
0
help with registration
I have a SIP account that I can successfully register with XTEN and a
Sipura-2000. I have yet to be able to get it to authorize with *.
My XTEN looks like:
Username: 001234
Password: xxxx
Authorization Username: 001234
Domain: domain.net
Register with domain:
2023 Jan 29
2
[REGRESSION] GM20B probe fails after commit 2541626cfb79
On Fri, 27 Jan 2023 at 20:42, Diogo Ivo <diogo.ivo at tecnico.ulisboa.pt> wrote:
>
> On Fri, Jan 27, 2023 at 04:00:59PM +1000, Ben Skeggs wrote:
> > On Fri, 20 Jan 2023 at 21:37, Diogo Ivo <diogo.ivo at tecnico.ulisboa.pt> wrote:
> > >
> > > On Wed, Jan 18, 2023 at 11:28:49AM +1000, Ben Skeggs wrote:
> > > > On Mon, 16 Jan 2023 at 22:27, Diogo
2004 Oct 29
1
winbind name service required for active directory (ADS) authentication and group-based authorization?
Hello Samba Gurus,
Is using the winbind name service required in order to get authentication AND authorization via ADS? I'll explain further.
Goal: create samba share for which clients are authenticated via native ADS and access is based on ADS group membership.
I've actually done this in the old Windows NT world. Worked okay. It's wasn't too hard, except for the winbind