gitlab-ce-ldap-sync icon indicating copy to clipboard operation
gitlab-ce-ldap-sync copied to clipboard

Synchronise users and groups (including group members) from an LDAP instance with Gitlab CE (and EE in free tier) self-hosted instance(s).

Results 21 gitlab-ce-ldap-sync issues
Sort by recently updated
recently updated
newest added

On EduGit.org, users and groups can come from different sources. One is our LDAP directory, others are omniauth identities and manually created namespaces (groups). It seems that this tool does...

enhancement

While creating various hundreds of users, I got HTTP 500 responses, so I had to run the tool multiple times. All the failing users had a random password with a...

bug
waiting on external

Passwords should not be set for LDAP users. GitLab API shows that password is an optional field: https://docs.gitlab.com/ce/api/users.html#user-creation

enhancement
waiting on external

Hi, First, thank you so much for taking the time to create this very useful solution to sync Gitlab against an LDAP server! I had a feature request: Would you...

enhancement
in progress

Would love to have this on docker hub. I wrote a little docker file that can probably be optimized, but works fine for me right now if you'd like to...

The Gitlab LDAP sync script tries to currently remove "bot users" that are created when adding an `access_token` from non-ldap groups. Maybe even from groups that are also present in...

need testing

Hello and thanks for the helpful tool. I'm not sure, but it seems to be a bug. When I add a user to the `userNamesToIgnore` list, he is removed from...

bug

I rebuilt the Dockerfile, and the new Docker can run independently and periodically execute the gitlab-ldap-sync task. In addition, I added a try...catch... block to line 1657 of LdapSyncCommand.php, so...

Hi, Great tool, thanks for the effort here. A great additional feature would be the ability to map an LDAP group name to a different group name in Gitlab. We...

enhancement

Sorry not an "issue" per se, but as an ignoramous... would like to know whether the gitlab-ce of 2024 supports standard LDAP auth and partially obsoletes the functionality offered here?...

question