SenderMustExist/LookupUserInExternalDatabase?

Are these currently implemented in RT? If so, where are they
used?

grep -r SenderMustExistInExternalDatabase lib/ share/

grep -r LookupSenderInExternalDatabase lib/ share/

try that grep as teh root user. i’m seeing it in etc/RT_SiteConfig.pm which
is only readable by root user.-----Original Message-----
From: rt-users-bounces@lists.bestpractical.com
[mailto:rt-users-bounces@lists.bestpractical.com]On Behalf Of Todd
Chapman
Sent: Wednesday, March 17, 2004 2:00 PM
To: rt-users@lists.bestpractical.com
Subject: [rt-users] SenderMustExist/LookupUserInExternalDatabase?

Are these currently implemented in RT? If so, where are they
used?

grep -r SenderMustExistInExternalDatabase lib/ share/

grep -r LookupSenderInExternalDatabase lib/ share/

rt-users mailing list
rt-users@lists.bestpractical.com
http://lists.bestpractical.com/mailman/listinfo/rt-users

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm

This message contains information which may be confidential and privileged.
Unless you are the intended recipient (or authorized to receive this message
for the intended recipient), you may not use, copy, disseminate or disclose
to anyone the message or any information contained in the message. If you
have received the message in error, please advise the sender by reply
e-mail, and delete the message. Thank you very much.

Are these currently implemented in RT? If so, where are they
used?

grep -r SenderMustExistInExternalDatabase lib/ share/

grep -r LookupSenderInExternalDatabase lib/ share/

There is no official bestpractical-blessed collection of possible
external database methods, AFAIK.

There exists at least one external patch for both methods to use in
conjunction with LDAP databases. The archives should be full of links
if You search for ldap integration.

You probably need to write Your own if You want to lookup against other
databases.

Regards,
Harald