tomolimo
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:  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 :(  Thank you Regards, Tomolimo
Hello @cconard96 Just to give an example: Here is the search with the "AND + IS NOT"  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