cant login, and always back to login page #315
Replies: 2 comments
-
Hi @samsul96maarif, Yes that would likely be the cause. In this case, it looks like your model has the Create a new user model by executing the command namespace App\Ldap;
use LdapRecord\Models\OpenLDAP\User as BaseModel;
class User extends BaseModel
{
protected $guidKey = 'uid';
} Once you've done that, update your |
Beta Was this translation helpful? Give feedback.
-
I have a somehow similar problem. and if I use my created Ldap Model with I get the error: 'Attribute [uid] does not exist on LDAP model [App\Ldap\User]' and adding Any ideas anyone? |
Beta Was this translation helpful? Give feedback.
-
i have to give the correct credential, but i always getting back to login page, but when i
dd
my code, i can get my user, that why i know my credential was correct, here is my user datait is because my user data there is no "entryuuid" attribute?
Beta Was this translation helpful? Give feedback.
All reactions