DonutsNL

Results 142 comments of DonutsNL

As i expected, its is not performing the update action. Im not sure why. ![image](https://user-images.githubusercontent.com/97617761/204027099-1ecfd30b-38f4-4155-83b5-c4a01211b5a3.png)

A hook is performed on the plugin's ruleright.class.php method executeActions($output, $params, array $input = []) { }, it seems that we need to implement the updates our self's.

@derricksmith, I am sure I am missing something important 😅 The rules that need to be applied are getting lost during the 'doHook()' thats being called in the rule.php->process method....

Added todo in phpsaml.class.php glpiLogin (method calling the JIT method if user doesnt exist, that might include a field validation for changes on existing users and perform an update if...

I am making it configurable in a new version of the plugin. I am also adressing some structural stuff to adopt composer and psr4 namespaces.

Thats still a work in progress. Finished working on the main config and got basic crud working. Keep an eye out on my repo, ill be posting updates there. In...

I will post some instructions in the repo. Basically it requires you to manually download it and place it inside the marketplace folder in a folder named "glpisaml." Make sure...

I will dive into this comming weekend. If you can share logging and the exact version you are using... that would be instrumental. Rgrds

Please use the latest version from my repository. That version is way ahead of this one and has various bugfixes. Derrick has been away for some time yet and had...

Yes the column check indicates that for what ever reason an older version of the database schema is present. it is not updated correctly. This is a known bug that...