tomolimo

Results 144 comments of tomolimo

Hello @EC2311, Could you post in English? Did you check the dropdowns for groups? Thank you Regards, Tomolimo

As shown, it was linked to a field with too long field name...

Hello @NoxWorld2660 Where did you get the field package? I mean was it from the repository or from the release page? Thank you, Regards, Tomolimo

Hello @skocdopolet To partially solve this isue, you may add the following line in inc/authldap.class.php file in the searchForUsers() function: `$values['basedn'] = Toolbox::stripslashes_deep($values['basedn']);` Here: ![image](https://user-images.githubusercontent.com/7569958/174069446-00f4433d-1acd-4be7-8d1d-d26923cda5e8.png) This will partially fix the...

Hello @skocdopolet A better solution would be to keep `inc/authldap.class.php` as it was and to modify `front/ldap_import.php` file Replace content of `front/ldap_import.php` by following code: ```

Hello @cconard96 Like explained, it has been tested, and it's giving the same wrong results :( ![image](https://user-images.githubusercontent.com/7569958/185367893-ca3aff2d-3852-4dd2-b268-e195570d4010.png) Thank you Regards, Tomolimo

Hello @cconard96 Just to give an example: Here is the search with the "AND + IS NOT" ![image](https://user-images.githubusercontent.com/7569958/187153310-6a224640-908d-4c85-aa3f-9f7816ee7695.png) And the SQL request: ``` SELECT DISTINCT `glpi_tickets`.`id` AS id, 'glpi' AS...

Hello @kofe88 Script tasks are not currently supported by the PM plugin, sorry. This is planned to implement them into the plugin, but I've no schedule to give you. You...

Hello @empereira In a near future :) Thank you, Regards, Tomolimo

Hello @empereira Did you try the current release which is compatible with GLPI 10.0.x? Thank you, Regards, Tomolimo