RT3.5.3 errors on login

We’re able to log in fine to RT3.5.3 and all appears to be working well.
However, every login attempt whether successful or failed generates the
following in our rt.log:

[Tue Sep 20 16:31:23 2005] [err]: Couldn’t load from the users database.
(/usr/local/rt/lib/RT/CurrentUser.pm:146)
[Tue Sep 20 16:31:23 2005] [warning]: Use of uninitialized value in
concatenation (.) or string at /usr/local/rt/lib/RT/Principal_Overlay.pm
line 403. (/usr/local/rt/lib/RT.pm:287)

Anything to be concerned about?

Joe Micciche

We’re able to log in fine to RT3.5.3 and all appears to be working well.
However, every login attempt whether successful or failed generates the
following in our rt.log:

[Tue Sep 20 16:31:23 2005] [err]: Couldn’t load from the users database.
(/usr/local/rt/lib/RT/CurrentUser.pm:146)
[Tue Sep 20 16:31:23 2005] [warning]: Use of uninitialized value in
concatenation (.) or string at /usr/local/rt/lib/RT/Principal_Overlay.pm
line 403. (/usr/local/rt/lib/RT.pm:287)

IT’s nothing to worry about, but it would be useful if you’d add a stack
trace to that [err] in CurrentUser.pm to see what’s causing it. then we
can fix it up for you.

We’re able to log in fine to RT3.5.3 and all appears to be working
well.
However, every login attempt whether successful or failed generates the
following in our rt.log:

[Tue Sep 20 16:31:23 2005] [err]: Couldn’t load from the users
database.
(/usr/local/rt/lib/RT/CurrentUser.pm:146)
[Tue Sep 20 16:31:23 2005] [warning]: Use of uninitialized value in
concatenation (.) or string at
/usr/local/rt/lib/RT/Principal_Overlay.pm
line 403. (/usr/local/rt/lib/RT.pm:287)

IT’s nothing to worry about, but it would be useful if you’d add a stack
trace to that [err] in CurrentUser.pm to see what’s causing it. then we
can fix it up for you.

I’d be happy to apply something to this file, but I have no idea how to add
a stack trace to this file. If anyone on the list can offer some pointers
or explicit instructions, I’d appreciate it (total Perl n00b here).

joe