search for: goodpass

Displaying 7 results from an estimated 7 matches for "goodpass".

Did you mean: goodness
2017 Nov 08
3
DC's are unavailable when PDC halted
....hu' DNS Update for open-client.core.mydomain.hu failed: ERROR_DNS_UPDATE_FAILED DNS update failed: NT_STATUS_UNSUCCESSFUL # wbinfo --ping-dc checking the NETLOGON for domain[CORE] dc connection to "open-ldap.core.mydomain.hu" succeeded # ntlm_auth --username=abc_airween --password=GOODPASS --domain=CORE --target-hostname=open-ldap2.core.mydomain.hu NT_STATUS_OK: Success (0x0) # ntlm_auth --username=abc_airween --password=GOODPASS --domain=CORE --target-hostname=open-ldap.core.mydomain.hu NT_STATUS_OK: Success (0x0) # ntlm_auth --username=abc_airween --password=WRONGPASS --domain=COR...
2017 Nov 08
0
DC's are unavailable when PDC halted
....core.mydomain.hu failed: > ERROR_DNS_UPDATE_FAILED DNS update failed: NT_STATUS_UNSUCCESSFUL > > # wbinfo --ping-dc > checking the NETLOGON for domain[CORE] dc connection to > "open-ldap.core.mydomain.hu" succeeded > > # ntlm_auth --username=abc_airween --password=GOODPASS --domain=CORE > --target-hostname=open-ldap2.core.mydomain.hu NT_STATUS_OK: Success > (0x0) # ntlm_auth --username=abc_airween --password=GOODPASS > --domain=CORE --target-hostname=open-ldap.core.mydomain.hu > NT_STATUS_OK: Success (0x0) > > # ntlm_auth --username=abc_airween --p...
2011 Feb 18
1
winbind stops working after first failed login
Here is my setup. samba+winbind on OpenSuse 11.3 (samba 3.5.4). Using winbind to auth to another samba+ldap server. Authentication works until first failed login: host:~ # wbinfo -a prod\\user%goodpass plaintext password authentication succeeded challenge/response password authentication succeeded host:~ # wbinfo -a prod\\user%badpass plaintext password authentication failed Could not authenticate user prod\user%badpass with plaintext password challenge/response password authentication failed er...
2007 Oct 11
2
Login testing ideas
...o, but as a new person to BDD/TDD, etc, I didn''t want to start teaching myself bad habits. So my thought was to do something like: Story "The saga of the login" do Scenario "Good login" do Given "a valid user/pass pair", "gooduser", "goodpass" do #my needed code end Then "User should login ok" do # more needed code end end Scenario "Bad login" do Given "a invalid user/pass pair", "baduser", "badpass" do #my needed code end The...
2017 Nov 08
4
DC's are unavailable when PDC halted
Hi Rowland, many thanks for your help, On Wed, Nov 08, 2017 at 11:00:59AM +0000, Rowland Penny wrote: > > On Wed, 8 Nov 2017 11:18:10 +0100 > Ervin Hegedüs <airween at gmail.com> wrote: > > > > ======== > > open-ldap: ... > > -------- > > /etc/resolv.conf > > search core.mydomain.hu > > nameserver 127.0.0.1 > > nameserver
2014 Apr 13
1
[Bug 10551] New: Daemon infinite loop when no matched user in secrets
...QAContact: rsync-qa at samba.org Created attachment 9850 --> https://bugzilla.samba.org/attachment.cgi?id=9850 Strace output of infinite loop Hello. Given a test module: [test-module] path = /tmp auth users = * secrets file = /tmp/rsyncd.secrets and secrets file: gooduser:goodpass and running a daemon, good user / good password and good user / bad password work as expected: $ RSYNC_PASSWORD=goodpass rsync rsync://gooduser at host/test-module/ drwxrwxrwt 12,288 2014/04/13 03:31:34 . $ RSYNC_PASSWORD=badpass rsync rsync://gooduser at host/test-module/ @ERROR: auth f...
2004 Oct 04
1
AD2003 +Squid NTLM Auth.
...2004/10/04 11:43:01, 1] nsswitch/winbindd_ads.c:ads_cached_connection(81) ads_connect for domain DOMAIN failed: Unknown error -1765328228 --------------------------------------------------------------------- ------------- wbinfo -a -------------------------------- host:~ # wbinfo -a gooduser%goodpass plaintext password authentication succeeded challenge/response password authentication succeeded ------------------------------------------------------------------------- --------------wbinfo -t------------------------ host:~ # wbinfo -t checking the trust secret via RPC calls succeeded ------...