vatsake

Results 21 comments of vatsake

Extending from LdapRecord\User encodes password, but for some reason I get; `ldap_modify_batch(): Batch Modify: Server is unwilling to perform` If i encode manually and extend just 'model', it works... Code:...

Hey Yes, the password was set during account creation (just tried, logged in and such). Yeah I also remember reading that password has to be set AFTER account creation. Okay,...

Hey Something is still missing. The password is not getting SET during account creation.

Yeah, I am on the new version. I can even see unicodepwd `"modtype" => 1`

Extended LdapRecord Model, password encoded manually ``` array:15 [ 0 => array:3 [ "attrib" => "givenname" "modtype" => 1 "values" => array:1 [ 0 => "12312" ] ] 1 =>...

The password is correctly encoded with both custom and ActiveDirectory\User classes. ``` $user = (new User())->inside('...'); .... $user->unicodepwd = $request->input('password'); $user->pwdlastset = -1; ... $user->save(); $user->refresh(); ... $user->update(['userAccountControl' => 512,...

I'm not sure either. If i use the custom 'Model' class and encode my password with iconv like so ``` $user = (new User())->inside('...'); .... $user->unicodepwd = iconv('UTF-8', 'UTF-16LE', '"'...

> OTA will have issues if your 3.3Vdc power supply is not solid. Example flaky connections such as bread board and not enough amperage. The Wifi needs more power when...

Is there a way to get upload status? Maybe if I could call Update.end() when file aborted, the esp will function as normal. ``` else if(_authenticated && upload.status == UPLOAD_FILE_ABORTED){...

Can anyone else confirm this? I tried 5 different ESP8266s.