Displaying 20 results from an estimated 34 matches for "my_password".
2010 Jan 12
1
FW: Problems connecting with MySQL using odbcDriverConnect (RODBC package) on Linux
...R
Note that R has inherited environment variable
> Sys.getenv("ODBCSYSINI")
ODBCSYSINI
"/home/jmarcus"
(4) Try to connect to the MySQL server
> conn <-
odbcDriverConnect(connection="Driver={MySQL};Server=my-server;Database=m
y_database;Uid=my_username;Pwd=my_password")
This generates following:
Warning messages:
1: In odbcDriverConnect(connection =
"Driver={MySQL};Server=my-server;Database=my_database;Uid=my_username;Pw
d=my_password") :
[RODBC] ERROR: state IM002, code 0, message [unixODBC][Driver
Manager]Data source name not found, and no d...
2004 Feb 26
0
Problem Authenticating on Windows NT-Domain via winbind
...unt. but when i double click the account it states: Access denied.
i started samba and winbind and uses the winbind -t command. everything is ok. winbind -u and winbind -g also works as expected. but when i try to authenticate myself with winbind -a it doesn't work.
i tried:
winbind -a my_user%my_password
winbind -a PORTA#001-NT\my_user%my_password
winbind -a PORTA#001-NT\\my_user%my_password
winbind -a PORTA#001-NT/my_user%my_password
nothing works.
another thing is that i can't see/access my shares on the linux box from a windows box but i think that has to do with my previous questions.
eve...
2006 Jun 19
2
MS Exchange SMTP Login problem
...uth(default_with_listener): client in: AUTH 5 login
service=smtp resp=bXlfdXNlcm5hbWU= //(resp=my_username)
Info: auth(default_with_listener): client out: CONT 5
VXNlcm5hbWU6 //(Username:)
Info: auth(default_with_listener): client in: CONT 5
bXlfcGFzc3dvcmQ= //(my_password)
Info: auth(default_with_listener): client out: CONT 5
UGFzc3dvcmQ6 //(Password:)
Info: auth(default_with_listener): client in: CONT 5
bXlfcGFzc3dvcmQ= //(my_password)
Info: auth(default_with_listener): sql(my_user): query: SELECT user,
password FROM users WHERE us...
2012 Jul 06
3
Access denied for user 'dashboard'@'localhost' to database 'dashboard_production'
followed the instruction for installing dashboard, and created user
mysql -pmy_password -e "CREATE DATABASE dashboard CHARACTER SET utf8;CREATE
USER ''dashboard''@''localhost'' IDENTIFIED BY ''my_password''; GRANT ALL
PRIVILEGES ON dashboard.* TO ''dashboard''@''localhost'';"
however, I keep g...
2009 Jul 28
6
how to set smpt server for our rails applicaion
...e in config/environment.rb file
ActionMailer::Base.delivery_method:smpt
ActionMailer::Base.smpt_settings = {
:address => "localhost",
:port => 25,
:authentication=> :login,
:user_name => "my_username",
:password => "my_password"
}
but when i try to run the server it gives the following errors
G:\my\MyMovies>ruby script/server
=> Booting Mongrel
=> Rails 2.3.3 application starting on http://0.0.0.0:3000
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependenci
es.rb:443:in `load_mis...
2010 Jan 12
0
Problems connecting with MySQL using odbcDriverConnect (RODBC package) on Linux
...R
Note that R has inherited environment variable
> Sys.getenv("ODBCSYSINI")
ODBCSYSINI
"/home/jmarcus"
(4) Try to connect to the MySQL server
> conn <-
odbcDriverConnect(connection="Driver={MySQL};Server=my-server;Database=m
y_database;Uid=my_username;Pwd=my_password")
This generates following:
Warning messages:
1: In odbcDriverConnect(connection =
"Driver={MySQL};Server=my-server;Database=my_database;Uid=my_username;Pw
d=my_password") :
[RODBC] ERROR: state IM002, code 0, message [unixODBC][Driver
Manager]Data source name not found, and no d...
2004 Sep 13
0
Arrgh, Broadvoice, SIP.conf
>
> I've tried setting up my sip.conf in two ways:
>
>
> ------------------------------------------------------
> register => [240xxxxxxx]:[my_password]@sip.broadvoice.com
>
>
> [Broadvoice]
> type=peer
> username=[240xxxxxxx]
> fromuser=[240xxxxxxx]
> secret=[my_password]
> host=sip.broadvoice.com
> context=incoming
> fromdomain=sip.broadvoice.com
> nat=no
> canreinvite=no
> dtmfmode=inband
> ----------...
2019 May 13
2
dovecot 2.2.36 and wforce
...ccessfully send queries from
remote systems to wforce via curl
For dovecot I configured in /etc/dovecot/conf.d/95-wforce.conf
> auth_policy_server_url = http://REMOTE_IP:8084/
> auth_policy_hash_nonce = my_random
> auth_policy_server_api_header = Authorization: Basic <BASE64 of
wforce:my_password>
> auth_policy_request_attributes = login=%{requested_username}
pwhash=%{hashed_password} remote=%{rip} device_id=%{client_id} protocol=%s
restarted dovecot without errors, but upon testing via imap I cannot see
just one single tcp paket leaving direction REMOTE_IP on port 8084. It
looks lik...
2009 Aug 12
1
In odbcDriverConnect ODBC connection failed
...quot;) :
ODBC connection failed
I don't really know whether this is the right syntax. I copy-paste files "odbc.ini" and "odbcinst.ini":
## file odbc.ini
[ORACLE]
Driver = ORACLE
Database = //IP_address:PORT/MAGNUS
User = my_username
Password = my_password
METADATA_ID = 0
ENABLE_USER_CATALOG = 1
ENABLE_SYNONYMS = 1
## file odbcinst.ini
[ORACLE]
Description = Easysoft ODBC Oracle Driver
Driver = /usr/local/easysoft/oracle/libesoracle.so
Setup = /usr/local/easysoft/oracle/libesoraclesetup.so
DontDLClose...
2008 Aug 15
1
dbConnect
Hi everybody,
I'm having a problem with connecting to my MySQL database.
Each time I try to connect
library(RMySQL)
m <- dbDriver("MySQL")
con <- dbConnect (m, host="my_host",username="my_username",
password="my_password", dbname="name_of_db")
it says
Fehler in mysqlNewConnection(drv, ...) :
RS-DBI driver: (could not connect my_host on dbname "name_of_db"
Error:Can't connect to MySQL server on 'my_host' (60)
I access the database via https. Might this be the problem?
(I ha...
2005 Aug 09
6
Failed authentication to a mysql database (bug or PEBKAC?)
....)
dovecot: auth-worker(default): mysql: Connect failed to localhost
(my_dbname): Access denied for user 'my_user'@'localhost' (using
password: YES) - waiting for 1 seconds before retry
My connect string is as follows:
connect = host=/var/lib/mysql/mysql.sock user=my_user
password=my_password dbname=my_dbname
Both versions are compiled with the following settings:
./configure --prefix=/usr --localstatedir=/var --libexecdir=/usr/lib
--sysconfdir=/etc/dovecot --enable-ipv6 --with-rawlog --with-ssl=openssl
--with-pop3d --with-mysql
"make" runs cleanly. Then I use "checkins...
2011 Apr 28
2
Problem Authenticating with Master User
...o, imapsync (the tool I need to use to migrate over
emails from Dovecot to other mail server) won't work because of this.
$ telnet mail01.server.com 143
Trying 10.10.10.12...
Connected to mail01.server.com.
Escape character is '^]'.
* OK Dovecot ready.
1 login user at server.com*master my_password
1 NO Authentication failed.
1 login user at server.com*master my_password
1 OK Logged in.
2011 Apr 29
2
Problem Authenticating with Master User
...;s and the pass=yes since it doesn't work with PAM but I'm still not having any luck. Any suggestions? I'm open.
$ telnet mail01.server.com 143
Trying 10.10.10.12...
Connected to mail01.server.com.
Escape character is '^]'.
* OK Dovecot ready.
1 login user at server.com*master my_password
1 NO Authentication failed.
1 login user at server.com*master my_password
1 OK Logged in.
# dovecot -n
# 1.1.20: /etc/dovecot.conf
# OS: Linux 2.6.18-8.el5xen x86_64 CentOS release 5.2 (Final) ext3
protocols: imaps imap
listen: *
ssl_ca_file: /etc/ssl/ca/ca-bundle.crt
ssl_cert_file: /etc/ssl/crt/...
2011 Apr 28
2
Problem Authenticating with Master User
# dovecot -n
# 1.1.20: /etc/dovecot.conf
# OS: Linux 2.6.18-8.el5xen x86_64 CentOS release 5.2 (Final) ext3
protocols: imaps imap
listen: *
ssl_ca_file: /etc/ssl/ca/ca-bundle.crt
ssl_cert_file: /etc/ssl/crt/server.crt
ssl_key_file: /etc/ssl/key/server.key
login_dir: /var/run/dovecot/login
login_executable: /usr/libexec/dovecot/imap-login
login_processes_count: 64
login_max_processes_count: 2048
2007 Nov 02
3
tumblr-0.0.1
...as ''key=val'' pairs, values may be read from files using the
syntax ''key=file=val'' or ''key==val''
you should first cache your login info to avoid having to pass
it everytime
cfp: ~> tumblr setup --email=my_email --password=my_password --
name=drawohara
/Users/ahoward/.tumblr.yml
you can post
cfp: ~> tumblr write regular title=testing body=rock_on
you can post from files
cfp: ~> tumblr write regular title=slurp body==./post.html
you can read
cfp: ~> tumblr read start=42 n...
2006 Aug 13
1
Can''t setup Capistrano. Failed Authentication
...loading configuration ./config/deploy.rb
* executing task setup
* executing "mkdir -p -m 775 /home/uname/app/releases
/home/uname/app/shared/system &&\n mkdir -p -m 777
/home/uname/app/shared/log"
servers: ["myapp.com", "mysql.myapp.com"]
Password: MY_PASSWORD
/opt/local/lib/ruby/gems/1.8/gems/net-ssh-1.0.9/lib/net/ssh/session.rb:129:in
`initialize'': uname (Net::SSH::AuthenticationFailed)
from
/opt/local/lib/ruby/gems/1.8/gems/net-ssh-1.0.9/lib/net/ssh.rb:47:in
`start''
the shared host is dreamhost if anyone has had a simmil...
2019 May 13
0
dovecot 2.2.36 and wforce
...systems to wforce via curl
>
> For dovecot I configured in /etc/dovecot/conf.d/95-wforce.conf
>
> > auth_policy_server_url = http://REMOTE_IP:8084/
> > auth_policy_hash_nonce = my_random
> > auth_policy_server_api_header = Authorization: Basic <BASE64 of
> wforce:my_password>
> > auth_policy_request_attributes = login=%{requested_username}
> pwhash=%{hashed_password} remote=%{rip} device_id=%{client_id} protocol=%s
>
> restarted dovecot without errors, but upon testing via imap I cannot see
> just one single tcp paket leaving direction REMOTE_IP o...
2006 Apr 25
0
IMAP disconnect method broken?
...version is almost identical to
the example on page 701 of "Programming Ruby". Should I be calling
some other method?
require ''net/imap''
require ''openssl''
server, login, password = ''imap.server'',''my_login'',''my_password''
imap = Net::IMAP::new(server, 993, true)
imap.login(login,password)
imap.examine(''INBOX'')
puts "Message count: #{ imap.responses["EXISTS"]}"
imap.search(["To", "Me"]).each do |message_id|
envelope = imap.fetch(message_id, "E...
2010 May 31
0
testing my asterisk 1.6.2.8-rc1 with gtalk (and JACK) - please help
....conf ***
*** jabber.conf ***
[general]
debug=yes ;;Turn on debugging by default.
autoprune=no ;;Auto remove users from buddy list.
autoregister=yes ;;Auto register users from buddy list.
[gtalk_account]
type=client
serverhost=talk.google.com
username=myself at googlemail.com/Talk
secret=my_password
port=5222
usetls=yes
usesasl=yes
buddy=user1
buddy=user2
buddy=myself
statusmessage="Asterisk for Gtalk..."
timezone=100
*** end of jabber.conf ***
Thanks for reading through this! I very much appreciate this!
Kindly yours
Julien
--------
Music was my first love and it...
2002 Oct 23
0
Unable to connect MS Lan Manager Client for DOS to SAMBA
...r DOS 6.22.
During the client`s installation the option 'Basic' was picked up. SAMBA
is running in share level security. Now I can only connect to SAMBA
shares which are 'guest ok' even when I specify password with the 'net use'
command (e.g. net use \\my_serwer\my_share my_password). Connection
attempts to shares which are not 'guest ok' always return an error. This
is my smb.conf configuration file:
[global]
workgroup = my_workgroup
nam resolve order = host
preferred master = yes
os level = 65
security = share
restrict anonymous = yes
follow symlinks = no
wide li...