[rt-users] Making autocreated AD users into privileged users

Yan Seiner yan at seiner.com
Wed Sep 7 18:43:43 EDT 2011


On Wed, September 7, 2011 3:25 pm, Kevin Falcone wrote:
> On Wed, Sep 07, 2011 at 03:06:05PM -0700, April Rosenberg wrote:
>> Thanks for the tip, I hadn't tried searching since I had one user that
>> is
>> visible.  It is RT::Auth 0.08.  But I am now able to change my users to
>> privileged, so all is awesome!
>
> Great.
> I missed originally that you were creating the users by sending mail,
> but I'm pretty sure AutoCreate is only used by
> RT::Authen::ExternalAuth when logging in via the webui

Here's what I ended up doing to autocreate AD users as priveleged:

Set($AutoCreateNonExternalUsers, 1);
Set($AutoCreate, {Privileged => 1});

--Yan







More information about the rt-users mailing list