You are not logged in.
I am able to import an Open ldap group, but no ldap users who are members of the imported group are listed. I have the option to add users to the ldap group, but I want to import the group with the group members already there. Is this posible? Here is my Authentication config below: Thanks in advance!
Name ldap1
Server server.example.net LDAP Port (default=389)
Basedn dc=example,dc=net rootdn (for non anonymous binds) cn=manager,dc=example,dc=net
Pass (for non-anonymous binds) mypass Login Field uid
Connection filter (objectclass=inetOrgPerson)
Use TLS no Time zone GMT
How LDAP aliases should be handled
Belonging to groups Groups
Search type Groups User attribute containing its groups gidNumber
Filter to search in groups (objectclass=posixGroup) Group attribute containing its users memberUid
Use DN in the search Yes
GLPI/LDAP Links
Surname sn First name givenname
Comments E-Mail mail
Phone telephonenumber Phone 2
Mobile
Offline
Force synchronizing users by massive modification after groups imports
Xavier Caillaud
Blog GLPI Infotel
Offline
I am not sure what you mean? Make a mass change to my users in ldap or use the force ldap sync under users in glpi? I have imported one ldap group. I went into users and forced ldap sync of a user that I know is in the ldap group and that user in glpi is not displayed
Offline
3 was to synchronize users :
1/ user logs in : a new ldap request is performed, and right and group membership is automatically refreshed
2/ force synchronization : refresh user informations and group membership now
3/ use scripts/ldap_mass_synch to refresh all informations at specified period (you put it into the unix cron)
Offline