Steve Bauman

Results 406 comments of Steve Bauman

Hi @tylerherwig, > It reaches the else statement and it's throwing an exception. What exception is it throwing?

That's strange, using the `auth()->attempt()` method, exception are caught and should not be generated during this call. Warnings are also muted - as shown [here](https://github.com/Adldap2/Adldap2/blob/v10.0.11/src/Auth/Guard.php#L101). Are you setting any type...

Hi @lazka, thanks! This is was resolved in LdapRecord, but I'll patch it here as well: https://github.com/DirectoryTree/LdapRecord/blob/28e55acf804484e383f6f94b42669c5ba9df8b5b/src/Query/Cache.php#L54

Thanks @lazka! I've just patched this in the LdapRecord core: https://github.com/DirectoryTree/LdapRecord/commit/f56cda1a9dfd12c78e8fe239719899726992a6c7 I'll see if I can patch this into Adldap2 👍

Hi @vsc55, Have you configured your connection to use the `OpenLDAP` schema?

Hi @acacha, apologies for the long reply, I'm away until March 4th - but will have access to a computer daily for an hour or so. I definitely agree with...

Hi @rameshnaik5521, I'll add this setter/getter in. However, you can still modify this attribute manually: ```php $user = $provider->search()->users()->first(); $user->employeeType = 'Type'; $user->save(); ```

Hi @rameshnaik5521, Can you see if the correct modtype is being set for the batch modification by dumping any dying after setting the variable with an **existent** user? For example:...

Hi @JamieSlome, I've just pushed an update to the `readme.md` for security vulnerabilities (dad0b1d). You can contact me at [email protected]. Thanks!