Displaying 19 results from an estimated 19 matches for "testpassword".
Did you mean:
getpassword
2008 Aug 27
1
RCurl: using netrc with curlPerform
...the username is bob and password is
welcome. The .netrc file in the user's home directory contains the
following information:
machine www.omegahat.org
login bob
password welcome
I can successfully use the .netrc file with the getURL function:
> getURL("http://www.omegahat.org/RCurl/testPassword/index.html", netrc=1)
[1] "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML//EN\">\n<html>
<head>\n<title>Basic Password Test</title>\n</head>\n\n<body>\n<h1>Basic
Password Test</h1>\nThis is a test page.\nIf you can read it, you...
2008 Jun 21
0
One VOIP Provider Multiple registrations <to> multiple inbound contexts ?
...ng well except getting an
inbound call into a context that I choose.
So I've not provided any more detail showing that those actually exist
in the dialplan.. those work and I have working "s" and test extensions in
my dialplan contexts that work as well :-)
register => 7341112222:testpassword at sip.exampleprovider.net
; standard inbound to 's' in default inbound context
; would like to be able to direct that inbound call
; into context1 instead of common default defined
register => 7341113333:testpassword at sip.exampleprovider.net/100 at context2
;example of me trying to g...
2008 Oct 08
1
Update (IAX Trunking Help)
...out needed help with IAX trunking. I did some
more reading and made some more changes.
Here is what I have thus far:
Iax.conf on one server
[general]
bindport = 4569
bindaddr = 0.0.0.0
disallow=all
allow=ulaw
allow=alaw
allow=gsm
mailboxdetail=yes
[vvfarm]
type=friend
username=colo
secret=testpassword
auth=plaintext
host=64.194.211.170
context=iax-incoming
peercontext=vvfarm-extensions
qualify=yes
trunk=yes
Extensions.conf on the same server
[iax-incoming]
exten => _###,1,Dial(SIP/17${EXTEN}-1,20)
[remote-extensions]
exten => _1XXXX,1,Dial(SIP/17${EXTEN}-1,20)
exten => _1XXXX,n,Voi...
2008 Aug 28
1
RCurl: authentication when posting forms
Hi,
Has anyone successfully used RCurl for posting data to a
password-protected site? I
have tired using option netrc=1 with both postForm and curlPerform (with
postfields option) but can't authenticate.
I would happily provide more details if some one has had some experience
with this.
Thanks very much.
Valerie
2018 Nov 26
2
replication dropped imap flags
...have set up a simple 2 node setup to
reproduce and explain it:
Host adove.mpi-klsb.mpg.de and bdove.mpi-klsb.mpg.de (doveconf -n
attached) have dovecot-imapd (from repo.dovecot.org) installed on an
ext4 filesystem. They only have one account "test" via
/etc/dovecot/userdb ("test:testpassword:::Test User::/bin/bash:"). It's
mailbox contains one message, that is flagged with "$label1":
doveadm -f flow fetch -u test 'guid flags' ALL
guid=d1516a2b5c08fc5b541d00005a350039 flags=\Recent $label1
Now I simulate a node reinstall on adove by uninstalling dovecot,
r...
2016 Jun 27
2
unique index violation on objectSid
Hi all!
Today, after two years of production, I get this error:
samba-tool user create test20160627 testpassword
ERROR(ldb): Failed to add user 'test20160627': -
../lib/ldb/ldb_tdb/ldb_index.c:1216: Failed to re-index objectSid in
CN=test20160627,CN=Users,DC=ad... - ../lib/ldb/ldb_tdb/ldb_index.c:1148:
unique index violation on objectSid in CN=test20160627,CN=Users,DC=ad...
Help me please, how to f...
2018 Dec 10
0
replication dropped imap flags
...tup to
> reproduce and explain it:
>
> Host adove.mpi-klsb.mpg.de and bdove.mpi-klsb.mpg.de (doveconf -n
> attached) have dovecot-imapd (from repo.dovecot.org) installed on an
> ext4 filesystem. They only have one account "test" via
> /etc/dovecot/userdb ("test:testpassword:::Test User::/bin/bash:"). It's
> mailbox contains one message, that is flagged with "$label1":
>
> doveadm -f flow fetch -u test 'guid flags' ALL
> guid=d1516a2b5c08fc5b541d00005a350039 flags=\Recent $label1
>
> Now I simulate a node reinstall on ado...
2009 Mar 05
3
Connection Pooling on Rails 2.2.2 (Windows Vista)
Hi,
I''m trying to setup rails 2.2.2 pool connections to MySQL by
specifying the pool setting with 5 in database.yml but no hope.. It
doesn''t work.
My rails is running on webrick in the production mode and the webrick
is launched by RadRails.
Even though I send multiple requests to my app on rails at the same
time, it seemed only one connection is shared ( pooled ).
I also
2016 Jun 28
6
unique index violation on objectSid
.....
* Objects to be compared: 19
* Result for [DNSFOREST]: SUCCESS
>
> 2016-06-27 15:21 GMT+02:00 Zhuchenko Valery <zvn at belkam.com>:
>
>> Hi all!
>>
>> Today, after two years of production, I get this error:
>>
>> samba-tool user create test20160627 testpassword
>>
>> ERROR(ldb): Failed to add user 'test20160627': -
>> ../lib/ldb/ldb_tdb/ldb_index.c:1216: Failed to re-index objectSid in
>> CN=test20160627,CN=Users,DC=ad... - ../lib/ldb/ldb_tdb/ldb_index.c:1148:
>> unique index violation on objectSid in CN=test20160627...
2006 May 03
1
Test not Reseting
...te_victim = User.find(4)" bust
the setup class each time it comes around, even though that is in my
users.yml
class UserTest < Test::Unit::TestCase
fixtures :users
def setup
@chris_logged_in = User.new({:username => ''cwinslett'', :password
=> ''testpassword''})
@chris_logged_in = @chris_logged_in.try_to_login
@sherri = User.find(2)
@delete_victim = User.find(4)
end
# Replace this with your real tests.
def test_truth
assert_kind_of User, @chris_logged_in
assert_kind_of User, @sherri
assert_kin...
2011 May 04
0
Bug Report: Failure delay config is ignored
...og/dovecot
mail_location = maildir:~/Maildir
passdb {
args = /etc/dovecot/passwd
driver = passwd-file
}
protocols = " imap pop3"
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
driver = passwd
}
$ cat /etc/dovecot/passwd
testuser:{PLAIN}testpassword::::::nodelay=y
2013 Sep 09
1
Is dovecot locking properly?
Hello, I'm attempting to move form qpopper 4.1 to Dovecot 2.2.5 on
Linux. When a user checks POP mail qpopper seems to make a
.username.pop temporary file in the same /var/mail directory as the mbox
INBOX file. Watching what dovecot does I don't see this happening.
Is this .pop file a lock file or just a temporary file? If its a temp
file does dovecot do the same thing elsewhere?
2016 Jun 28
0
unique index violation on objectSid
...esult for [DNSFOREST]: SUCCESS
>
>>
>> 2016-06-27 15:21 GMT+02:00 Zhuchenko Valery <zvn at belkam.com>:
>>
>>> Hi all!
>>>
>>> Today, after two years of production, I get this error:
>>>
>>> samba-tool user create test20160627 testpassword
>>>
>>> ERROR(ldb): Failed to add user 'test20160627': -
>>> ../lib/ldb/ldb_tdb/ldb_index.c:1216: Failed to re-index objectSid in
>>> CN=test20160627,CN=Users,DC=ad... - ../lib/ldb/ldb_tdb/ldb_index.c:1148:
>>> unique index violation on objectSi...
2016 Jun 28
1
unique index violation on objectSid
...SUCCESS
>>
>>> 2016-06-27 15:21 GMT+02:00 Zhuchenko Valery <zvn at belkam.com>:
>>>
>>>> Hi all!
>>>>
>>>> Today, after two years of production, I get this error:
>>>>
>>>> samba-tool user create test20160627 testpassword
>>>>
>>>> ERROR(ldb): Failed to add user 'test20160627': -
>>>> ../lib/ldb/ldb_tdb/ldb_index.c:1216: Failed to re-index objectSid in
>>>> CN=test20160627,CN=Users,DC=ad... - ../lib/ldb/ldb_tdb/ldb_index.c:1148:
>>>> unique index v...
2016 Jun 28
1
unique index violation on objectSid
...; >>
> >> 2016-06-27 15:21 GMT+02:00 Zhuchenko Valery <zvn at belkam.com>:
> >>
> >>> Hi all!
> >>>
> >>> Today, after two years of production, I get this error:
> >>>
> >>> samba-tool user create test20160627 testpassword
> >>>
> >>> ERROR(ldb): Failed to add user 'test20160627': -
> >>> ../lib/ldb/ldb_tdb/ldb_index.c:1216: Failed to re-index objectSid in
> >>> CN=test20160627,CN=Users,DC=ad... -
> ../lib/ldb/ldb_tdb/ldb_index.c:1148:
> >>> uniq...
2014 Sep 19
1
dovecot doesn't see my mails ?
...CN = scibearspace, emailAddress = david.myers at scibearspace.org
verify return:1
[.... security stuff removed....]
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
IDLE AUTH=PLAIN AUTH=LOGIN AUTH=CRAM-MD5] Dovecot ready.
auth login "websales at exsportee.biz" "testPassword"
auth OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND
UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE
QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS
SPECIAL-USE]...
2007 Jan 31
0
Samba winbindd crash
...tarting Samba NMB daemon done
IDCSRV922:~ # rcwinbind start
Starting Samba WINBIND daemon done
IDCSRV922:~ # wbinfo -t
checking the trust secret via RPC calls succeeded
IDCSRV922:~ # wbinfo -a EU+tlabgouverneur%testpassword
plaintext password authentication succeeded
challenge/response password authentication succeeded
IDCSRV922:~ # wbinfo -m
INFLAB
EU
NA
RES
IDCSRV922:~ # wbinfo -g
Error looking up domain groups
IDCSRV922:~ # ps aux|grep winbind
IDCSRV922:~ #
>From here, winbind has crashed and her...
2019 May 31
0
Inconsistency with LANMAN1 and Samba 4.9
...-21-943193812-4018541947-3038954527-513
account_policy_get: name: password history, val: 0
mod_smbfilepwd_entry: opening file /etc/samba/smbpasswd
mod_smbfilepwd_entry: skipping comment or blank line
mod_smbfilepwd_entry: entry exists for user blah
Added user blah.
and the resulting smbpasswd with testpassword: testtest is
blah:1001:CEEB0FA9F240C200417EAF50CFAC29C3:3C99B8901B00758369F18B9DF72012C8:[U
]:LCT-5CF18E9D:
With the hash set correctly :)
*********************************************************************
2019 May 31
2
Inconsistency with LANMAN1 and Samba 4.9
On Fri, 2019-05-31 at 11:40 -0700, Jeremy Allison via samba wrote:
> On Fri, May 31, 2019 at 07:09:44PM +0200, Andreas Reichel wrote:
> > > > When adding me as the user with 'smbpasswd -a andreas', and entering a password,
> > > > no LANMAN hash is generated. The generated smbpasswd entry always contains 32 X as the first hash.
> > > >
> > >