mrelliot69

Results 32 comments of mrelliot69

@stevebauman please help me asap

> Hi @mrelliot69, I need the details that are requested from you when you create an issue: > > * Laravel Version: > * Adldap2-Laravel Version: > * PHP Version:...

> Hey @mrelliot69, no problem. > > Your configuration looks okay besides your `sync_attributes`. It appears you're using a `username` instead of `email` field, so it should be: > >...

update i get the log: [2019-05-13 09:41:36] local.INFO: LDAP (ldap://ip) - Connection: - Operation: Adldap\Auth\Events\Binding - Username: [2019-05-13 09:41:36] local.INFO: LDAP (ldap://ip) - Connection: - Operation: Adldap\Auth\Events\Bound - Username: [2019-05-13...

> Hi @mrelliot69, > > I see in your config you have an OU specified here: `'OU=.something,DC=something,DC=local'`. > > Is the user you're trying to login with contained inside this...

Done, also i have this on my .env file: ` LDAP_SCHEMA=ActiveDirectory LDAP_HOSTS=ip LDAP_BASE_DN=DC=something,DC=local LDAP_USER_ATTRIBUTE=samaccountname LDAP_USER_FORMAT=samaccountname=%s,dc=something,dc=local LDAP_CONNECTION=default ` My login controller looks like this: `

> I'm not sure where these env keys came from? > > ``` > LDAP_SCHEMA=ActiveDirectory > LDAP_USER_FORMAT=samaccountname=%s,dc=something,dc=local > ``` > > These keys don't exist in any of the Adldap2...

also, the login controller what is the method that should I put to validate the login?

> Okay that looks good as well. > > > also, the login controller what is the method that should I put to validate the login? > > The changes...

> ally no :(, only that ones. i don't run the php artisan adlap/import because i allways get no users found