search for: test1234

Displaying 14 results from an estimated 14 matches for "test1234".

Did you mean: test123
2017 Aug 15
3
migrating 2.1 to 3.x, sql pass scheme, pass value?
...DENTIFIED BY > PASSWORD(?yourpassword?); > > > or if you just want to see the hash: > > SELECT PASSWORD(?yourpassword?); Sami, thanks I'm running in circles here.. I thought it worked once, but, couldn't repeat it after OK, I've made user 'test' with pw 'test1234' using keyborad to enter test1234 I get: # mysql -u test -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 1377 Server version: 10.1.19-MariaDB MariaDB Server Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others. Typ...
2009 Apr 30
1
"--once" getting stuck
...the cmdline was never deleted from extlinux.sys. The vmware image used during testing has a virtual IDE disk (/deb/hda), the real system has SATA-AHCI (/dev/sda). Then I created a new vmware image with a SCSI disk (lsilogic) and the same issue came up. I'm using # extlinux --once="linux test1234" /boot/extlinux then I verify that test1234 shows up twice in extlinux.sys as it should, reboot, see that cmdline has test1234, but the string test1234 is still in extlinux.sys and so at the next reboot (and forever) the cmdline will contain test1234. I can reset the cmdline successfully with...
2010 Jul 01
4
Index of Character
Hi, I am a newbie to R and this may be too simple to ask. I am trying to find out a string function in R that returns the index of a character. For e.g. indexOf("Test1234", '4') would return 8. Is there a similar function in R. I tried searching the documentation and could find other useful string functions, but not the index function. Thanks in advance. Regards, Harsh Yadav [[alternative HTML version deleted]]
2017 Aug 14
3
migrating 2.1 to 3.x, sql pass scheme, pass value?
On Tue, August 15, 2017 8:54 am, Noel Butler wrote: > On 15/08/2017 08:18, voytek at sbt.net.au wrote: > Forget looking at dovecot at teh moment, your problem maybe mysql (I'd > hope you meant mariadb but either way...) > > use command line mysql as vmail user from your dovecot machine to test > password further BEFORE tinkering with dovecot. > > ~$ mysql -p -v vmail
2008 May 30
0
Version 3.2.0pre3-9.fc9 smbclient problem
...able contains the userid and password. smb_auth.sh in squid uses the USER environmental variable. Below are test results for Version 3.0.28a-0.fc8 and Version 3.2.0pre3-9.fc9. Note that typing in the password or putting it on the command line works for both versions. However, USER="smbauth%test1234" fails with Version 3.2.0pre3-9.fc9 [testuser@bhssrv01 ~]$ smbclient -V Version 3.0.28a-0.fc8 [testuser@bhssrv01 ~]$ USER="smbauth" [testuser@bhssrv01 ~]$ smbclient "//hssrv01/netlogon" -c "get proxyauth -" Password: Domain=[EGHSLIB] OS=[Unix] Server=[Samba...
2017 Aug 15
0
migrating 2.1 to 3.x, sql pass scheme, pass value?
...> PASSWORD('yourpassword'); > > or if you just want to see the hash: > > SELECT PASSWORD('yourpassword'); Sami, thanks I'm running in circles here.. I thought it worked once, but, couldn't repeat it after OK, I've made user 'test' with pw 'test1234' using keyborad to enter test1234 I get: # mysql -u test -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 1377 Server version: 10.1.19-MariaDB MariaDB Server Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others. Typ...
2017 Aug 15
0
migrating 2.1 to 3.x, sql pass scheme, pass value?
On Tue, August 15, 2017 9:31 pm, Ivan Warren wrote: > MariaDB [test]> GRANT SELECT on test to 'test'@'127.0.0.1' identified by > >> pasword('test1234'); ERROR 1064 (42000): You have an error in your SQL >> syntax; check the manual that corresponds to your MariaDB server version >> for the right syntax to use near 'pasword('test1234')' at line 1 MariaDB >> [test]> >> > A bit OT but... > > &g...
2017 Aug 15
2
migrating 2.1 to 3.x, sql pass scheme, pass value?
...t;> or if you just want to see the hash: >> >> SELECT PASSWORD('yourpassword'); > > Sami, thanks > > I'm running in circles here.. I thought it worked once, but, couldn't > repeat it after > > OK, I've made user 'test' with pw 'test1234' > > using keyborad to enter test1234 I get: > > # mysql -u test -p > Enter password: > Welcome to the MariaDB monitor. Commands end with ; or \g. > Your MariaDB connection id is 1377 > Server version: 10.1.19-MariaDB MariaDB Server > > Copyright (c) 2000, 201...
2009 Jan 16
12
running a ruby expression stored in a database
...lugin since I was having trouble passing variables stored in the database. When I try to call the code, it either outputs it as text, or doesn''t display it at all. It''s supposed to generate an image and display it. right now the code is stored in the database as: <%= barcode TEST1234, :encoding_format => Gbarcode::BARCODE_128 %> and in the View, I have this: <%= code.upc %> (where upc is the column name in the database) When I do this, nothing outputs in the view, but if I view the source, I can see the ruby expression. If I change the code stored in the data...
2006 Nov 03
1
In bound SIP context issue
...ified context, asterisk is using the context default from [general]? Any thoughts? I am sure that it is something simple I am missing. To recap, it is sending calls to the context default, not thecontext... [general] context=default srvlookup=yes [username1] type=peer username=username1 secret=test1234 host=dynamic dtmfmode=rfc2833 context=thecontext nat=no deny=0.0.0.0/0.0.0.0 permit=XXX.XXX.XXX.XXX/255.255.255.255 permit=XXX.XXX.XXX.XXX/255.255.255.255 permit=XXX.XXX.XXX.XXX/255.255.255.255 permit=XXX.XXX.XXX.XXX/255.255.255.0 permit=XXX.XXX.XXX.XXX/255.255.255.255 Thanks -------------- next p...
2013 Jul 19
0
Best practices for capybara's features spec?
...all technical details outside the scenario? --------------------------------------------------------------------- In some scenario, I can have this : create_home_page sign_in AdminUser.create!(email: ''admin-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org'', password: ''test1234'') #... my scenario This is not related to what the client want to have. It''s only implementation details. I know I can put it on a background but, if I have many scenarios, I should do one background per scenario. I think it''s not very clean. I like to have a clean f...
2006 Feb 16
1
Too Many Ace Entries for file
...r-- group::r-- mask::rwx other::rw- getfacl output: Samba version: Version 3.0.21b mount output: /dev/md0 on /home type ext3 (rw,acl) uname: 2.6.12-10-686 #1 Mon Jan 16 17:58:04 UTC 2006 i686 GNU/Linux Message from client Log: convert_canon_ace_to_posix_perms: Too many ACE entries for file test1234 to convert to posix perms. Directory Listing: - -rw-rwxr--+ 1 root root 0 Feb 16 10:53 testfile ldd output for smbd: ~ linux-gate.so.1 => (0xffffe000) ~ libcups.so.2 => /usr/lib/libcups.so.2 (0xb7f86000) ~ libssl.so.4 => /lib/libssl.so.4 (0xb7f52000) ~...
2017 Oct 07
3
RSAT Print Management won't show shared printers under the "Printers" section
...-------- samba-tool domain provision \ --use-rfc2307 \ --server-role=dc \ --dns-backend=BIND9_DLZ \ --realm="ad.example.com" \ --domain="example" \ --adminpass="Test1234" ------------ >8 -----------
2009 Jul 23
6
SSH attacks from china
...haron/password: 7 times shell!@#$/password: 7 times shell!@#/password: 7 times shop/password: 7 times stephen/password: 7 times test!@#!@#/password: 7 times test!@#$/password: 7 times test$#@!/password: 7 times test123/password: 7 times test1234/password: 7 times test4321/password: 7 times testtest!@#/password: 7 times testtest/password: 7 times user!@#$%^/password: 7 times user!@#$/password: 7 times user!@#/password: 7 times userftp/password: 7 times userroot!@#/password: 7 times...