https://github.com/lldap/lldap logo
alessandro.txt - When I try to run the LDAP mig...
# troubleshooting
n
Note that the LLDAP migration tool can only import from another LDAP server, and it has only been tested with openLdap
That said, how are you running the tool?
(what command line?)
a
I'm trying to run it through an SSH connection on my Synology NAS, where my docker stack currently resides. Synology uses a "special" (ancient?) version of docker, e.g. docker compose command is docker-compose, so might very well be the OS / docker version's fault. I've tried different variants of
Copy code
docker exec -it ./migration-tool```but only got "no such file or directory", as well as ```docker run --rm -it --entrypoint ./migration-tool lldap/lldap
from https://github.com/lldap/lldap/issues/539 where I got the runtime error.
Afaik authentik does deply an LDAP server, which is just read-only, if I'm not mistaken?
n
Can you
ls
the files in that folder?
Docker exec -it ls
a
the files in /migration-tool?
oh yeah
n
I think the tool had been renamed since that issue
a
oooh, it's not ./migration_tool, but
Copy code
lldap_migration_tool`
n
lldap_migration_tool
a
yeah haha
sorry for the mixup
n
No problem!
a
Have a good weekend! 🙂
n
You too!
4 Views