LDAP users failing to login

Recently I changed the account creation to be unprivledged.

Also I just Installed RTFM 2.4.3

Whan an LDAP user who doesn’t have an account yet in RT logs in they receive
this error

Can’t coerce array into hash at
/opt/rt3/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth.pm
line 124.

Thanks

Also the pod introduction file was exactly what I wa slooking for on the Wiki

Vance Walsh
Network and Systems Administrator
Concord Academy - Concord, Mass.

Recently I changed the account creation to be unprivledged.
Whan an LDAP user who doesn’t have an account yet in RT logs in they receive this error
Can’t coerce array into hash at
/opt/rt3/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth.pm line 124.

Looks like you changed the account creation incorrectly (meaning you
set $AutoCreate wrong)

-kevin