flartet
flartet
I am currently experiencing the same problem. In the EntrustRoleTrait, there is a Config call like this: `Config::get('auth.model')` and the install documentation is not setting this parameter unless I don't...
I didn't answer to your invitation but going further into your package, I think that for OpenLDAP, where Schemas are more customizable, the Schema part of the module should be...
Ah, I see, a new one ;) Doing a quite custom way in Adldap I feel the limits because of SchemaInterface and Adldap\User model. On the other side I created...
I think I have something for you. https://github.com/Adldap2/Adldap2/pull/723 I had the same problem but I guess you solved it doing something similar.
But I doesn't solve it ... because there is no sub() method that could be doing the opposite of add() UserAccountControl should be reinstantiated, it's a bit confusing. Or for...
> $ac->accountIsNormal() > ->accountIsNormal() > ->accountIsNormal(); Sure, that's fine. > No it won't. You can test this yourself (I have tests that cover this as well): If you're doing a...
No, it's not from admin rights. I have the bad practice to have superuser rights by default and I also tried as you said with "as administrator". On the thread...
Good feeling, I removed my env variables and ``` C:\ProgrammesFixes\ruby_ship>bin\ruby_ship.bat tools\implementation_tests.rb Test success: 1 Test success: 2 Test success: 3 Test success: 4 -----------RESULTS----------- All tests succeeded. Ruby ship is...