LDAP (AD) and GLPI Link

Solved
antoine -  
 M@M0 -
Hello,

I am currently working on setting up GLPI. After 3 days of reading forums and testing, my problem is still not resolved.

My domain: entreprise.lan
My users are in Dossiers
I am using version 0.78 of GLPI.
I have configured LDAP on GLPI:

Name: toto
Server: AD IP
Basedn: OU=Dossiers,DC=entreprise,DC=lan
Port: 389
rootdn: CN admin,CN=Users,DC=entreprise,DC=lan
identifier field: samaccountname
use TLS: NO
filter = (&(objectClass=user)(objectCategory=person))

The connection is successful, I can import groups, but I am unable to import users.

I was able to import one user that I had just created in AD and that's it (there is no filter on the user creation date).

Thank you, and I hope someone can point me in the right direction.

Configuration: Windows 7 / Firefox 3.6.13

4 answers

  1. antoine
     
    So I need to add scope=sub to my filter, which gives the filter:
    (&(scope=sub)(&(objectClass=user)(objectCategory=person)))
    Is that right?
    2