You are not logged in.
Pages: 1
hola, estoy implementando glpi10.0.5 ubuntu server 22.05 . y no he podido iniciar escaneo de tareas como SNMP o NET discover porque al la hora de activar los modulos en Glpi inventory plugin dice:"no tienes permisos para realizar esta accion".
he añadido otro usuario SUPER-ADMIN añadiendole el perfil por defecto (con todas las casillas de todas las pestañas de permisos checked) y con usuarios LDAP igual.
no se que hacer. tengo todas mis rutas bien en los agentes y ya me ha descubierto los agentes que voy instalando manualmente.
pero las tareas no funcionana porque no puedo habilitar modulos.
¿es un problema de permisos de usuario de MARIADB?, es un problema de apache? es algun permiso que me falte?
Offline
Hola,
¿Tiene alguna entrada en el archivo "files/_log/access-errors.log" en el momento en que intentó realizar la acción?
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
"files/_log/access-errors.log"
WITH GLPI DEFAULT USER: SUPER-ADMIN PROFILE
2022-11-19 18:13:03 [2@glpi-server]
User ID: 2 tried to access or perform an action on /glpi/marketplace/glpiinventory/front/agentmodule.form.php with insufficient rights. Additional information: User is missing the 1 (READ) right for plugin_glpiinventory_agent
Stack Trace:
/var/www/glpi/src/Session.php:1027 displayRightError()
/var/www/glpi/marketplace/glpiinventory/front/agentmodule.form.php:44 checkRight()
---------------------------
WITH LDAP ADMIN USER:
2022-11-19 18:15:42 [9@glpi2]
User ID: 9 tried to access or perform an action on /glpi/marketplace/glpiinventory/front/agentmodule.form.php with insufficient rights. Additional information: User is missing the 1 (READ) right for plugin_glpiinventory_agent
Stack Trace:
/var/www/glpi/src/Session.php:1027 displayRightError()
/var/www/glpi/marketplace/glpiinventory/front/agentmodule.form.php:44 checkRight()
------------------------------
WITH ANOTHER USER ALSO SUPER-ADMIN PROFILE CREATED
2022-11-19 18:17:28 [7@glpi2]
User ID: 7 tried to access or perform an action on /glpi/marketplace/glpiinventory/front/agentmodule.form.php with insufficient rights. Additional information: User is missing the 1 (READ) right for plugin_glpiinventory_agent
Stack Trace:
/var/www/glpi/src/Session.php:1027 displayRightError()
/var/www/glpi/marketplace/glpiinventory/front/agentmodule.form.php:44 checkRight()
please any support
Last edited by andresIT (2022-11-19 19:18:56)
Offline
Hola:
Cuando agregas un plugin, normalmente se habilitan unos permisos para acceder a las nuevas funcionalidades.
GLPI "no es tan listo" como adivinar que quieres permitir o no, por eso, después de la instalación debes revisar los perfiles y habilitar esos permisos.
En:
User ID: 2 tried to access or perform an action on /glpi/marketplace/glpiinventory/front/agentmodule.form.php with insufficient rights. Additional information: User is missing the 1 (READ) right for plugin_glpiinventory_agent
Te está diciendo que el usuario 2 no tiene acceso de lectura así, que ya sabes. Dáselo
Saludos.
Offline
Pages: 1