Namo
Namo
@jpliew Here are the results: # Test 1 Only reader 1 connected to pins 14/15 Reader 1 is a cheap 26-bit reader bought off Amazon ``` Ready... WG2 Bits=26 RAW...
Hello @stevebauman, I'll have to check - I'm pretty new to FreeIPA as well. From what I've tried there seems to be no editable "password" field to be modified through...
Based on what I could find [here](https://www.redhat.com/archives/freeipa-users/2014-November/msg00343.html) and what I've got from tinkering around is that there's a field called `userpassword`, which isn't present in attributes returned, but when set...
@stevebauman Sorry for the delay, but I tried re-running this code again: ``` $theUser = Adldap::search()->users()->where("uid", "=", Session::get("username"))->first(); $theUser->userpassword = $request->new_password; $theUser->save(); ``` And the result remains the same. The...