Firstyear

Results 1097 comments of Firstyear

This is telling you that something about syncprov on openldap isn't loaded or configured correctly. You can test directly with: ``` ldapsearch -H ldaps:// -D -w -x -b -E\!sync=ro ```...

Did you end up getting to the cause of the problem? Did the test command help?

Okay, let's re-open this until we have a resolution, I'm curious about the outcome here as this could serve as a way to improve our documentation.

We use this because it allows openldap to send us "diffs" of only the entries that changed. that way overtime, you can maintain the sync connector to run both systems...

Also yes, it allows us to import passwords from openldap

`command="/opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-shell key-2",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPSCjr5JScHoX304vv1iceNa+R5im5gItjlwDmnWllV9 Vladimir Dronnikov (test-gitlab.example.com)` Was the full output. As a check, is that the "comment" on your ssh key, or is that gitlab injecting that? I think...

I'm curious what the key-2 means too? I think I need to read this command and what it's doing. I think there is more to this output than we are...

https://docs.gitlab.com/ee/development/gitlab_shell/ This may explain why it wasn't so simple - apparently this does extra stuff in background.

See also https://docs.gitlab.com/ee/development/gitlab_shell/gitlab_sshd.html