[rt-users] rt3 - LookupExternalUserInfo and LDAP auth
Harald Wagener
hwagener at hamburg.fcb.com
Wed Mar 19 04:44:09 EST 2003
Am Montag, 17.03.03 um 06:54 Uhr schrieb Stewart James:
>
> Attached is a file User_Local.pm Drop is it to yout /opt/rt3/lib/RT
> directory, read the top of the file.
Hello Stewart,
with rt-3.0.0rc3, I get the following error when trying to log in as
root:
System error
error: RT::User::Privileged Unimplemented in RT::CurrentUser.
(/opt/rt3/lib/RT/CurrentUser.pm line 283)
context:
...
277: }
278:
279: # All errors returned from this routine will be in exception form.
280: local $SIG{'__DIE__'} = sub {
281: rethrow_exception( $_[0] );
282: };
283:
284: #
285: # $m is a dynamically scoped global containing this
...
code stack: /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm:281
/usr/lib/perl5/site_perl/5.8.0/DBIx/SearchBuilder/Record.pm:458
/opt/rt3/lib/RT/CurrentUser.pm:283
/opt/rt3/share/html/autohandler:139
and the following when trying to log in as a user who exists locally
and in the database:
(local password)
error: RT::User::PrincipalObj Unimplemented in RT::User.
(/opt/rt3/lib/RT/User_Local.pm line 29)
context:
...
277: }
278:
279: # All errors returned from this routine will be in exception form.
280: local $SIG{'__DIE__'} = sub {
281: rethrow_exception( $_[0] );
282: };
283:
284: #
285: # $m is a dynamically scoped global containing this
...
code stack: /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm:281
/usr/lib/perl5/site_perl/5.8.0/DBIx/SearchBuilder/Record.pm:458
/opt/rt3/lib/RT/User_Local.pm:29
/opt/rt3/lib/RT/CurrentUser.pm:267
/opt/rt3/share/html/autohandler:121
(ldap password)
System error
error: RT::User::Privileged Unimplemented in RT::CurrentUser.
(/opt/rt3/lib/RT/CurrentUser.pm line 283)
context:
...
277: }
278:
279: # All errors returned from this routine will be in exception form.
280: local $SIG{'__DIE__'} = sub {
281: rethrow_exception( $_[0] );
282: };
283:
284: #
285: # $m is a dynamically scoped global containing this
...
code stack: /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm:281
/usr/lib/perl5/site_perl/5.8.0/DBIx/SearchBuilder/Record.pm:458
/opt/rt3/lib/RT/CurrentUser.pm:283
/opt/rt3/share/html/autohandler:139
any hints?
Regards,
Harald
--
Harald Wagener * FCB/Wilkens * An der Alster 42 * 20099 Hamburg
More information about the rt-users
mailing list