You can use:
$wgLDAPLowerCaseUsername = array( "AI" => true );
This setting will make the wiki use an all lowercase username when searching. It isn't optimal, since it won't work if your usernames have case in them anywhere, but if your users are all lowercase, it'll work.