You are not logged in.
Pages: 1
Hello people, I have a question for you. I have my GLPI connected to the active directory and I work at the groups level, I directly export the groups but this does not bring me the users that the group has, is there a way to bring them? Because I check the ad and the users are loaded and everything is working normally, but it only brings me the group and not the users.
Version GLPI: 10.0.16 -
Plugins :Fields aditional 1.21.9 - Alerts 1.12.2 - GLPI Inventory 1.3.4 - Escalation 2.9.4 - Data Inyection 2.13.4 - Metabase - 1.3.3 - Ticketfilter 1.3.2 - Timeline of tickets -10.0+1.2 - YAGP 2.3.1 - Gapp Essentials 2.3.0 - Formcreator 2.13.9
Server :Ubuntu 22.04 LTS
Offline
Hello nikolaidys73,
in order to do that you need to sync the users too, not just the groups.
For LDAP(s) it should look like that:
(&(objectClass=user)(objectCategory=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
Regards
Server: GLPI 10.0.15 FreeBSD 13 NGINX
Plugins: Additional fields 1.21.8, News 1.12.2, Data injection 2.13.5, Form Creator 2.13.9, Glpisaml 1.1.6
Offline
Hello nikolaidys73,
in order to do that you need to sync the users too, not just the groups.
For LDAP(s) it should look like that:
(&(objectClass=user)(objectCategory=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))Regards
I have a task created that updates the users, but when I bring groups that are not in glpi it only brings me the group without the users
Version GLPI: 10.0.16 -
Plugins :Fields aditional 1.21.9 - Alerts 1.12.2 - GLPI Inventory 1.3.4 - Escalation 2.9.4 - Data Inyection 2.13.4 - Metabase - 1.3.3 - Ticketfilter 1.3.2 - Timeline of tickets -10.0+1.2 - YAGP 2.3.1 - Gapp Essentials 2.3.0 - Formcreator 2.13.9
Server :Ubuntu 22.04 LTS
Offline
For example, I have a group created with 6 users in the ad called "Managers" and when I pass it, it only takes me the group and not the people who are within it
Version GLPI: 10.0.16 -
Plugins :Fields aditional 1.21.9 - Alerts 1.12.2 - GLPI Inventory 1.3.4 - Escalation 2.9.4 - Data Inyection 2.13.4 - Metabase - 1.3.3 - Ticketfilter 1.3.2 - Timeline of tickets -10.0+1.2 - YAGP 2.3.1 - Gapp Essentials 2.3.0 - Formcreator 2.13.9
Server :Ubuntu 22.04 LTS
Offline
When I add a group over LDAP(s) i set the following attributes:
Attribute of the user containing its groups: memberof
Attribute Value: CN=NAME of the Group,OU=Location of the Group,OU=Your User OU,DC=YourDomain,DC=.com
Let me know if this works for you.
Last edited by ihkrt (2024-08-22 14:00:02)
Server: GLPI 10.0.15 FreeBSD 13 NGINX
Plugins: Additional fields 1.21.8, News 1.12.2, Data injection 2.13.5, Form Creator 2.13.9, Glpisaml 1.1.6
Offline
When I add a group over LDAP(s) i set the following attributes:
Attribute of the user containing its groups: memberof
Attribute Value: CN=NAME of the Group,OU=Location of the Group,OU=Your User OU,DC=YourDomain,DC=.comLet me know if this works for you.
you decide when you add directly in AD ?
Version GLPI: 10.0.16 -
Plugins :Fields aditional 1.21.9 - Alerts 1.12.2 - GLPI Inventory 1.3.4 - Escalation 2.9.4 - Data Inyection 2.13.4 - Metabase - 1.3.3 - Ticketfilter 1.3.2 - Timeline of tickets -10.0+1.2 - YAGP 2.3.1 - Gapp Essentials 2.3.0 - Formcreator 2.13.9
Server :Ubuntu 22.04 LTS
Offline
Sorry i don't understand this question
Server: GLPI 10.0.15 FreeBSD 13 NGINX
Plugins: Additional fields 1.21.8, News 1.12.2, Data injection 2.13.5, Form Creator 2.13.9, Glpisaml 1.1.6
Offline
Version GLPI: 10.0.16 -
Plugins :Fields aditional 1.21.9 - Alerts 1.12.2 - GLPI Inventory 1.3.4 - Escalation 2.9.4 - Data Inyection 2.13.4 - Metabase - 1.3.3 - Ticketfilter 1.3.2 - Timeline of tickets -10.0+1.2 - YAGP 2.3.1 - Gapp Essentials 2.3.0 - Formcreator 2.13.9
Server :Ubuntu 22.04 LTS
Offline
Pages: 1