Modify

Ticket #3277 (closed defect: fixed)

Opened 20 months ago

Last modified 20 months ago

Bug report from Zentyal Server

Reported by: sergio@… Owned by: jacalvo@…
Milestone: 2.2.X Component: base
Severity: normal Keywords:
Cc:

Description (last modified by jacalvo@…) (diff)

Cambio de contraseña del zentyal

Error

Error inserting data: INSERT INTO audit_actions ( temporal, value, model, event, username, timestamp, id, oldvalue, module) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?)
ERROR:  invalid input syntax for type boolean: '*' 
Values: $VAR1 = [
          '*',
          'incaser',
          'Auth',
          'action',
          'incaser',
          '2011-9-27 12:3:48',
          'Password changed',
          undef,
          'core'
        ];


Trace

Error inserting data: INSERT INTO audit_actions ( temporal, value, model, event, username, timestamp, id, oldvalue, module) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?)
ERROR:  invalid input syntax for type boolean: '*' 
Values: $VAR1 = [
          '*',
          'incaser',
          'Auth',
          'action',
          'incaser',
          '2011-9-27 12:3:48',
          'Password changed',
          undef,
          'core'
        ];

 at /usr/share/perl5/EBox/PgDBEngine.pm line 195
	EBox::PgDBEngine::unbufferedInsert('EBox::PgDBEngine=HASH(0x7f959ac34730)', 'audit_actions', 'HASH(0x7f959b2c2b98)') called at /usr/share/perl5/EBox/AuditLogging.pm line 260
	EBox::AuditLogging::_log('EBox::AuditLogging=HASH(0x7f9596b57ba8)', 'core', 'Auth', 'action', 'Password changed', 'incaser', undef, '*') called at /usr/share/perl5/EBox/AuditLogging.pm line 239
	EBox::AuditLogging::logAction('EBox::AuditLogging=HASH(0x7f9596b57ba8)', 'core', 'Auth', 'Password changed', 'incaser', '*', '*', 0) called at /usr/share/perl5/EBox/Auth.pm line 138
	EBox::Auth::setPassword('EBox::Auth', 'incaser', 'p@ssw0rd964255201') called at /usr/share/perl5/EBox/CGI/SysInfo/Password.pm line 70
	EBox::CGI::SysInfo::Password::_process('EBox::CGI::SysInfo::Password=HASH(0x7f959b29a640)') called at /usr/share/perl5/EBox/CGI/Base.pm line 275
	EBox::CGI::Base::run('EBox::CGI::SysInfo::Password=HASH(0x7f959b29a640)') called at /usr/share/perl5/EBox/CGI/Run.pm line 129
	EBox::CGI::Run::run('EBox::CGI::Run', 'SysInfo/Password', 'EBox') called at /usr/share/zentyal/cgi/ebox.cgi line 34
	ModPerl::ROOT::ModPerl::Registry::usr_share_zentyal_cgi_ebox_2ecgi::handler('Apache2::RequestRec=SCALAR(0x7f959b253ba8)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
	eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
	ModPerl::RegistryCooker::run('ModPerl::Registry=HASH(0x7f959b28a448)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170
	ModPerl::RegistryCooker::default_handler('ModPerl::Registry=HASH(0x7f959b28a448)') called at /usr/lib/perl5/ModPerl/Registry.pm line 31
	ModPerl::Registry::handler('ModPerl::Registry', 'Apache2::RequestRec=SCALAR(0x7f959b253ba8)') called at -e line 0
	eval {...} called at -e line 0

Attachments

zentyal.log Download (82.6 KB) - added by anonymous 20 months ago.
zentyal.log

Change History

Changed 20 months ago by anonymous

zentyal.log

comment:1 Changed 20 months ago by jacalvo@…

  • Description modified (diff)
  • Milestone changed from 2.2 to 2.2.X

Thanks for reporting, we have already fixed it.

comment:2 Changed 20 months ago by jacalvo@…

  • Status changed from new to closed
  • Resolution set to fixed

(In [23261]) NN: Removed duplicated and incorrect auding logging for password change (closes #3277)

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.