Steve Bauman

Results 406 comments of Steve Bauman

Thanks for the report @ModestasV! I'll take a look at this tonight 🙏 Do your results change if you enable the header to be shown via `showHeader => true`?

Hey @frankmichel, appreciate the PR! I'm really hesitant on this -- as we're hijacking the typical `eloquent` auth driver registration built into Laravel. I'd really rather not do this and...

Hey @frankmichel, appreciate the detailed replies here, and the sponsorship ❤️ I don't think this is really making this library compatible with Nova though, as it's just returning the standard...

Hi @jorgelloret, You must update your application with the necessary adjustments to be compatible with LDAP users. These adjustment cannot be done by LdapRecord Laravel. I'll mark this as a...

Thanks @acharseth, apologies for the long reply here. Yes I agree, the emulator is the one not working properly. The query builder is working as expected. I'm able to reproduce...

Hi @oliverbj! You may be able to do this by marking the job as gated inside of the job via `$this->step()->markAsGated()`: ```php public function handle() { if ($this->document->classification === 'other')...

@Braunson > Somewhat related, this edge-case may be not actually relevant to this MR but: > > 1. User A impersonates User B > 2. User B impersonates User C...

> This is an existing feature in ldaprecord so how is this NOT a bug? Not having documentation for a specific use-case is not a bug. > The feature is...

Hi @Christiazz! Could you elaborate on what you found inaccessible or difficult to follow? I would definitely like to make it as accessible as possible, so your feedback on this...

Hey @FrancescoD3V, > I remember reading in the documentation that when the users are inserted for the first time in the database, the password field is generated with a "fake"...