search for: old_passwords

Displaying 20 results from an estimated 29 matches for "old_passwords".

Did you mean: old_password
2005 Oct 13
2
Re: mySQL command line within rails - access denied? [solved]
--- Alex Young <alex-qV/boFbD8Meu8LGVeLuP/g@public.gmane.org> wrote: ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> > Have you
2005 Jan 31
2
MySql 4.1.9, passwords, Rails
After spending a lot of time today trying to get CocoaMySQL connecting to a remote MySQL 4.1.9 server via ssh tunnel and then experiencing the password hashing issue locally when I put in passwords on my local Mysql server, I started wondering about Rails compatibility. Will rails now hash passwords correctly when connecting to MySql 4.1.7+, or should I stick with using old_password() when
2006 Feb 06
0
dovecot-cvs/mysql-5.0.18 OLD/PASSWORD problem
i use openbsd/i386, dovecot-cvs(today), mysql-5.0.18 today, i change the mysql_dbuser_password form OLD_PASSWORD to PASSWORD then dovecot can't connect to mysql-server shell$> mysql -u root -p mysql$> SET PASSWORD FOR 'db_user'@'localhost' = PASSWORD('db_pw'); now, dovecot CAN NOT connect to mysql-server shell$> mysql -u root -p mysql$> SET PASSWORD FOR
2008 Jul 01
2
"select NULL as password..." failing after upgrade to dovecot-1.1
Hi, I've upgraded mail server to dovecot-1.1, on solaris-10 with mysql user database. I used sql query "SELECT NULL as password, login as user, concat('/mail/var/dovecot/',login) AS userdb_home, 501 AS userdb_uid, 501 AS userdb_gid FROM users WHERE login='%n' AND password=old_password('%w')" with dovecot-1.0.15 and it worked perfectly. But since upgrade
2009 Sep 12
1
mysql query logging
Nothing I have done so far seems to work # cat /etc/my.cnf [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql # Default to using old password format for compatibility with mysql 3.x # clients (those using the mysqlclient10 compatibility package). old_passwords=1 max_allowed_packet=2MB [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid log-query=/var/log/mysql-query.log empty and then I added to /etc/init.d/mysqld get_mysql_option mysqld_safe log "/var/log/mysqld-query.log" querylogfile="$result" -and-...
2008 Jan 02
0
why does rails keep prompting me for post?
Hi, was tryin to do a restful method to allow users to change password. This is what i did: 1) use restful authentication plugin. 2) use the code here http://www.railslodge.com/plugins/75-restful-authentication/documentations/1-change-password 3) realise that no1. i am using something funny like /v1/users/:permalink/ change_password and not just /change_password no2. i cant use html.erb for
2005 Jun 09
1
astGUIclient installation problem
Hello, This issue was just handled Monday on the astguiclient-users list: http://sourceforge.net/mailarchive/forum.php?thread_id=7448401&forum_id=4358 6 You just need to use OLD_PASSWORD in the SET PASSWORD for your mysql server to get the auth method for that account back to the pre 4.1.12 version default method of login authentication. Also, consider joining the astguiclient-users list, a
2006 Oct 10
2
Moving Mysql data directory denied by selinux?
...b_t tclass=lnk_file Ok, I guess it doesnt like following symlinks so instead I edited /etc/my.cnf to [mysqld] datadir=/home/mysql socket=/home/mysql/mysql.sock # Default to using old password format for compatibility with mysql 3.x # clients (those using the mysqlclient10 compatibility package). old_passwords=1 [mysql.server] user=mysql basedir=/home Now SELinux complains with Oct 10 22:04:27 intspare kernel: audit(1160481867.663:2): avc: denied { search } for pid=3073 comm="mysqld" name="/" dev=dm-1 ino=2 scontext=user_u:system_r:mysqld_t tcontext=system_u:object_r:home_root...
2006 Feb 08
5
Mysql::Error: Lost connection to MySQL server during query:
Hi, I am having Mysql connection problem for my first AddressBook application (which I took it from http://www-128.ibm.com/developerworks/linux/library/l-rubyrails/) I have gem installed the latest ruby, rails, lighttpd, fastcgi, mysql-4.1.14 on linux. Everything looks good. When I do: mysql -h localhost -u test -ptest -D AddressBook mysql> SELECT COUNT(*) FROM contacts; +----------+ |
2020 Oct 13
2
[Fwd: Joining AD - wrong DNS name, wrong keytab]
Hello, I noticed within last Centos7 samba (4.10) issues with joining computers to AD. Which was no problem in previous versions (and is working with samba present in Ubuntu 16.04 - 4.3) I'm joining my clients to Active directory for example domain.org, with DNS subdomain base.domain.org The issue is that the client is joined and keytab generated for FQDN: client.domain.org instead of
2005 Feb 02
1
Error when changing from AR 1.0.1 to 1.6
Hello, I have the following output when changing form Active Record 1.0.1 to ActiveRecord 1.6: [error] C:/dev/ruby/lib/ruby/gems/1.8/gems/actionpack-1.4.0/lib/action_controller/support/dependencies.rb:24:in `depend_on'': uninitialized constant ActiveRecord::Mixins (ScriptError)\r [error] \tfrom
2005 Aug 26
0
portsentry and proftpd RPMs available
...tches from FreshRPMS, updated to apply with the latest known version 1.2. I have noticed no problems in it's operation on a production server, it's detecting portscans and dropping IPs as expected. ProFTPd has a backport of a patch applied that makes it work with the default MySQL 'old_passwords=1' setting found in RHEL4/CentOS4 default installs (proftpd bug #2644). If you don't want ProFTPd MySQL support in CentOS4, simply rebuild the SRPM without any commandline options. Both packages SRPMs should cleanly rebuild on CentOS3/RHEL3, but untested by me. -te -- Troy Engel | Sy...
2006 Feb 20
0
Problems with authentication
Hi there. I've got a running qmail+vpopmail+mysql5 server on FreeBSD and I would like to give IMAP access to it (both for user's sake and to have a decent webmail), so I decided to install dovecot (it certainly does its work on my home box). Problem is: I haven't had success with authentication. At first I tried the most obvious: using the vpopmail backend. Unfortunately I received
2007 May 31
1
Form Change Old Password
Hello there, I want my users to be able to change their password. I wrote the code below but I need help to add error if the old password he posted did not match the current password he have. In the controller I have: def my_profile_password return true unless request.post? @user = current_user if @user.check_password(params[:old_password]) @user.update_attributes(params[:user])
2006 Jan 15
2
Please help - Rails hanging on mysql connection
Trying to get Rails and mysql running on OS X, and I''m a Nuby. Everything ran smoothly when I first installed, but after rebooting things were out of whack. I finally got back into mysql after re-installing, and at first when I tried to connect with Rails/Ruby I got a message that my client was not up to date. So after reading some info online, I set my mysql passwords with
2006 Jul 04
1
mysql_adapter.rb help please
I am an experienced systems programmer (20+ years) trying to get RoR working on a Centos server with WHM, Cpanel, etc. Everything seems OK and I am able to run the hello world apps however I am having major problems when I enable some database access ala the cookbook tutorials. Whether I run mongrel or webrick I am getting seg faults and/or traps in mysql_adapter.rb when I submit a form of
2009 Dec 23
8
Where did this value in a form come from?
Newb here. I have a form and a value that is being displayed ... and I have no idea where the value came from. I have done a <%= debugger; '''' %> in the form and, indeed, the debugger stops at the statement. I have tried to trace through the code to see where the value came from ... and I gave up. So ... what in Rails initializes the fields of a form? -- Posted via
2006 Oct 31
1
mysql won't start
...l Or maybe I'm trying to run mysql as the wrong user? [root at urquell2 ~]# cat /etc/my.cnf [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Default to using old password format for compatibility with mysql 3.x # clients (those using the mysqlclient10 compatibility package). old_passwords=1 [mysql.server] user=mysql basedir=/var/lib [mysqld_safe] err-log=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid ...so clearly mysql is trying to tell me something but can't use the right words to describe the problem. In the highly unlikely event that someone knows what mysql is...
2005 Oct 30
2
Dovecot 30.10.2005 CVS Snapshot: cannot connect to MySQL
Hello, I've compiled nightly CVS snapshot and set it up to work with MySQL database: [...] auth default { mechanisms = plain user = root passdb sql { args = /usr/local/dovecot/etc/sql.conf } userdb sql { args = /usr/local/dovecot/etc/sql.conf } } sql.conf contains next line: connect = host=localhost
2005 Jan 22
6
Still having config problems
Hi, Having completely failed to sort out my apache 500 error, I thought I would work through the "Rolling with Ruby on Rails" tutorial at http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html I am using webrick, not apache - and still getting 500 errors. When I get to page 4 where http://127.0.0.1:3000/recipe/new should give me a data entry screen, instead I get...