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

Eric Doutreleau Eric.Doutreleau at int-evry.fr
Mon Sep 15 16:53:04 EDT 2003


Hi thanks for the tips

I can make it work if i edit the original source Web.pm

but i m not able to make it work through the overlay feature.
what path should i use for the file?

Le lun 15/09/2003 à 19:10, seph a écrit :
> > 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
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 
> Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm



More information about the rt-users mailing list