IS possible to "overwrite" a function in RT3?

Hello,
i’m trying to implement a diferent IsPassword function on RT3, is
possible to put a .pm file somewhere the rt3 directories, so instead of
use IsPassword from User_Overlay.pm use the one i code?
i need this since my current RT2 authenticate against a Windows2000 AD
and not local passwords and i don’t want to be patching all releases
until 3.0 final :slight_smile:

Thanks in advance.

Marcelo Bartsch
mbartsch@netglobalis.net
www.netglobalis.net

PGP Fingerprint :
877E 3A56 F523 B44A 3260 8F83 8916 E158 6100 F721

so. if you perldoc User.pm it should tell you ennough about how to
create User_Local.pm to get you started.On Thu, Feb 06, 2003 at 05:52:59PM -0300, Marcelo Bartsch wrote:

Hello,
i’m trying to implement a diferent IsPassword function on RT3, is
possible to put a .pm file somewhere the rt3 directories, so instead of
use IsPassword from User_Overlay.pm use the one i code?
i need this since my current RT2 authenticate against a Windows2000 AD
and not local passwords and i don’t want to be patching all releases
until 3.0 final :slight_smile:

Thanks in advance.


Marcelo Bartsch
mbartsch@netglobalis.net
www.netglobalis.net

PGP Fingerprint :
877E 3A56 F523 B44A 3260 8F83 8916 E158 6100 F721


rt-devel mailing list
rt-devel@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-devel

»|« Request Tracker... So much more than a help desk — Best Practical Solutions – Trouble Ticketing. Free.

grin thanks! mmh i need to culturize myself more on perl :slight_smile:

Thanks a lot!

so. if you perldoc User.pm it should tell you ennough about how to
create User_Local.pm to get you started.

Hello,
i’m trying to implement a diferent IsPassword function on RT3, is
possible to put a .pm file somewhere the rt3 directories, so instead of
use IsPassword from User_Overlay.pm use the one i code?
i need this since my current RT2 authenticate against a Windows2000 AD
and not local passwords and i don’t want to be patching all releases
until 3.0 final :slight_smile:

Thanks in advance.


Marcelo Bartsch
mbartsch@netglobalis.net
www.netglobalis.net

PGP Fingerprint :
877E 3A56 F523 B44A 3260 8F83 8916 E158 6100 F721


rt-devel mailing list
rt-devel@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-devel

Marcelo Bartsch
mbartsch@netglobalis.net
www.netglobalis.net

PGP Fingerprint :
877E 3A56 F523 B44A 3260 8F83 8916 E158 6100 F721