Displaying 5 results from an estimated 5 matches for "some_password".
2011 Jun 16
2
Authlogic: Trying to login in my Cucumber test - Authlogic::Session::Activation::NotActivatedError
...tivate the Authlogic::Session::Base.controller with a
controller object before creating objects
(Authlogic::Session::Activation::NotActivatedError)
My code:
Given /^I am the logged in (.+) "(.+)"$/ do |role, login|
user = User.create!(
:login => login,
:password => "some_password",
:password_confirmation => "some_password",
:role => role,
:email => "some_email-oHC15RC7JGRl57MIdRCFDg@public.gmane.org"
)
#Authlogic::Session::Base.controller =
Authlogic::ControllerAdapters::RailsAdapter.new(self)
UserSession.create(
:logi...
2006 Mar 08
1
Overriding inbox location in passwd-like file
...use Maildir as inbox for the virtual users. (The reason
is that I am actually moving some accounts from another server that
already uses Maildir.) I'd like Dovecot to find Maildir in $HOME of my
virtual users as their inbox. So I tried to use the following in my
users.passwd file:
test:{PLAIN}some_password:30003:30003::/home/vmail/domain/test:/bin/false::maildir:%h/Maildir/:INBOX=maildir:%h/Maildir/
Unfortunatelly this doesn't work and dies with this message:
Mar 8 16:44:25 logout dovecot: imap(test): Ambiguous mail location
setting, don't know what to do with it:
/home/vmail/isc.cvut.cz/t...
2004 Aug 06
0
[shout/icecast] problem streaming
...d the stream via winamp on a windows machine in
the lan , then is there in the first 10 sec anything ok, but after this time
is the permanently drops for one sec
the mp3 files are in diferent bitrates , most of them in 192 kbs, some in
128 kbs.
[shout.conf]
server_name localhost
port 8001
password some_password
mount default
name RadioCity
desc RadioCity_-_The_Sound_of_CT
genre Misc
url http://radiocity.ctberlin.de
public yes
hort_titles yes
title_streaming yes
id3 no
autocorrect yes
playlist radiocity.pls
loop yes
shuffle yes
autodetect yes
default_bitrate 128000
force no
daemon yes
verbose yes
[ic...
2007 Feb 13
1
yum behinf authenticated proxy - Replay
Simply modify yum.conf, add
proxy=http://proxy.example.si:80/
proxy_username=some_username
proxy_password=some_password
work for me.
Bla? Bogataj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070213/04c947e3/attachment.html>
2010 Nov 16
1
Multiple MYSQL hosts as passdb backend
...re unavailable. Here is my passdb backend conf:
passdb {
driver = sql
args = /etc/dovecot/mysql.conf
}
and mysql.conf:
default_pass_scheme = PLAIN
driver = mysql
connect = host=10.0.0.3 host=10.0.0.4 dbname=some_database user=some_user
password=some_password
password_query = some_query
Everything works fine as long as 10.0.0.3 is up and running. However, when I
shutdown mysql server on 10.0.0.3, dovecot won't even try the other host
10.0.0.4 as it is told to do in the conf.
My dovecot verbose log says:
Nov 16 14:29:24 auth: Error: mysq...