Made ldap auth use the 'dn' if a 'uid' is not present.

Fixes #56
This commit is contained in:
Dan Brown
2016-02-08 19:45:01 +00:00
parent 105500e506
commit d32460070f
3 changed files with 28 additions and 4 deletions

View File

@ -28,4 +28,4 @@ class AddExternalAuthToUsers extends Migration
$table->dropColumn('external_auth_id');
});
}
}
}