Hello,
I have installed cells on Debian 10 strictly following Install Cells on Debian/Ubuntu | Pydio (on premise, offline environment). Now I try to configure External Users. I created an External directory and get stuck on this error. All configuration and logs are confidental so I can’t copy or send anything. What I have set :
General Options: A directory “my.domain” with manual synchronisation
Server Connection: my.domain:636 SSL with a binding DN. No advanced options
Users Filter:
DN: “OU=Users,DC=my,DC=domain”
Filter: “(objectClass=user)”
Id Attribute Name: “sAMAccountName” or “mail”
Simple Mappings: Nothing
MemberOf Mappings: Nothing now. I tried, groups have been sync. I removed the configuration to try to sync users only.
The connection and lookup work, when I launch the sync job I got the following errors :
Comparing internal and external directory
Persisting modifications
Error while creating user Louis in store
# ... For all user we have in the OU
Error while creating user Pierre in store
Synchronisation complete
Error while running action action.auth.sync-users - { "id": "", "code": 0, "detail": "Empty path", "status": "" }
Do I miss something ?
Thank you for your help.