Getting users outside of RT database

Hello,

I’m trying to simplify the life of the staff people: they should be
able to use the same password for RT than for something else. And also
to simplify my life: when a new employee comes in, I just want to
create her an account once, including for RT.

I don’t find an easy way to do
so. URL:http://fsck.com/rtfm/article.html?id=4#32 is
empty. external-users in contrib seems to be something different.

Hello,

I’m trying to simplify the life of the staff people: they should be
able to use the same password for RT than for something else. And also
to simplify my life: when a new employee comes in, I just want to
create her an account once, including for RT.

I also failed to understand/get working the external authentication system,
however I have got a reasonable workaround.

When I create a new user, I always do it from our main server, using an
in-house script that calls AIX’s commands to create the user locally. It
then ssh’s to various other machines running similar scripts on those boxes,
thus creating an RT user, an email mailbox/alias etc.

The next step will be to write a script that will run daily to syncronize the
password on the users table inside RT to that on the AIX box (they both use
the standard crypt library).

This way, everyone uses the same username/password for RT as they do for
everything else. (AIX forces a password change every 30 days)

I don’t find an easy way to do
so. URL:http://fsck.com/rtfm/article.html?id=4#32 is
empty. external-users in contrib seems to be something different.


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

Gary Stainburn

This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000

Stephane Bortzmeyer bortzmeyer@netaktiv.com writes:

Hello,

I’m trying to simplify the life of the staff people: they should be
able to use the same password for RT than for something else. And also
to simplify my life: when a new employee comes in, I just want to
create her an account once, including for RT.

I don’t find an easy way to do
so. URL:http://fsck.com/rtfm/article.html?id=4#32 is
empty. external-users in contrib seems to be something different.

From config.pm:

If $WebExternalAuth is defined, RT will defer to the environment’s

REMOTE_USER variable.

$WebExternalAuth = 1;

Set this variable to use auth modules in Apache and configure your
apache accordingly (`require valid-user’, I think is the magic
phrase). We authenticate against our LDAP server here, for example

/Ian D
ian@assv.net