[rt-users] Remove Auto Create User

2008-02-25 Thread Aaron Allard
I have spent about 4 hours trying to find out how to stop the auto creation of users. I need RT to only accept users that are specifically created through the administration of RT by an administrator. I have found one thread:

Re: [rt-users] Remove Auto Create User

2008-02-25 Thread Micah Gersten
Subject: [rt-users] Remove Auto Create User I have spent about 4 hours trying to find out how to stop the auto creation of users. I need RT to only accept users that are specifically created through the administration of RT by an administrator. I have found one thread: HYPERLINK http

Re: [rt-users] Remove Auto Create User

2008-02-25 Thread Kenneth Crocker
Aaron, From my little bit knowledge, I think turning off the following settings in RT_SiteConfig.pm would do it: Set($LookupSenderInExternalDatabase, 0); Set($SenderMustExistInExternalDatabase, 0); Set($LdapAutoCreateNonLdapUsers, 0); I'm sure there is