You are not logged in.
Pages: 1
Good morning, I'm configuring ldap, test work fine, but when I try to get users it won't run
My version is 10.0.10 ( it's a new install, I use a guide found online )
My configuration is:
connection filter : (&(objectClass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
baseDN: DC=UCRF ( my domain )
server: I've tryed both ip address and server name
rootDN: UCRF\administrator
user: SamAccountName
sync: distinguishedname ( also objectguid ).
I've tryed a lot of configurations viewed surfing the net, but with no result.
Can you help me?
Offline
I'm pretty sure the Domain\User format for the RootDN field doesn't work. It has to be a DN (Distinguished Name). You should be able to get the DN for that account by viewing the attributes for the AD account or more simply in PowerShell:
"Get-ADUser administrator"
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
Hi, I've put the basedn from powershell and it's all fine.
Thanks.
Offline
Pages: 1