[rt-users] Re: problem with users and WebExternalAuth

seph seph at directionless.org
Mon Sep 15 13:10:55 EDT 2003


> As they already exist in my ldap database i would like to use it
> I have set the following value in my config file and it works  quite
> nice.                                                                               
> Set($WebExternalAuth,1);                                                                            Set($WebExternalAuto , 1);
>
> Nevertheless i have two little problems.
> All my user are privileged. How can i make rt create these users as
> non privileged?
> I would like to get some information from my ldap server to the rt
> database like the real name of user and the email adress.
>
> It would be nice if it was been at the creation of the account.

The WebExternalAuto function includes this feature. It's easy to
use. (though should probably be mentioned in the config file, oops)
The attributes new AutoCreated users are created with are defined by
Interface/Web.pm's WebExternalAutoInfo. You should be able to override
that function using the overlay system.

create a local/lib/Interface/Web_local.pm with your version of the
function. You might want to crib off the old one to see how it likes
it's hash. 

at least I think Interface/Web supports the overlay system.

seph



More information about the rt-users mailing list