Ldap overlay auth methods

Hello,

I’m using the LDAP overlay and having trouble with getting RT to
autocreate new users.

The user creation is working now, but now LDAP users are able to login
using both their LDAP passwords, and the previously used RT passwords.
My AuthMethods are:

Set($AuthMethods, [‘LDAP’, ‘Internal’]);

I would expect that if a user existed in ldap, but entered the wrong
password, it wouldnt then try internal authentication, but that doesnt
seem the case.

Should I be disabling the existing RT accounts in the database?

Thanks,

  • Chris