-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group # / member #1: No matching user name found for group attribute " member" #25
Comments
Looks like you've got an extra space before the attribute name there. Check your "config.yml" to ensure this isn't the case. |
I am sure that no extra space before "member", here is part of my config
I think this config have some problem, but they can get right size for group and user in groups. |
Are you using Active Directory? I think you'll need your "userUniqueAttribute" setting to be the default "uid", not "cn". For example on my Active Directory the contents of my object's "uid" field is what I type as my username to login. The other possibility would be "sAMAccountName". This would also mean that your "groupMemberAttribute" setting would likely need to be "memberUid" instead of "member". I say "think" because I've never used this tool against Active Directory, I primarily use it with 389-DS. |
yep, I use AD , BUT when I use "memberUid" that no user will out. " member" can get right size of user. and could you show me a pic about the right running status. I wanna have an example of the tool. |
and |
Hi, Adam, |
That was very unexpected. Do you not record an email address with your users at all? If that's the case I can modify the tool to ignore such users, because Gitlab wouldn't accept them anyway. |
yep, you are right, gitlab must have email, so I ask ldap department for this attribute, anyway thks a lot. |
I've not intentionally put in a limit of ~1000 users, though Gitlab may impose this without enterprise licensing. If you've hit a specific error in that regard and think it's in this took I'd request you file this as a separate issue. |
hi,
I have some problems when I run
problem 1:
php bin/console ldap:sync -vvv
the console show that
Group # / member #1: No matching user name found for group attribute " member"
but the number of groups is true, and the number of user in groups also right, but I can not see any user's information, like name or NO.
problem 2:
when I run
php bin/console ldap:sync -vvv
in the end show that
[ error] Gitlab failure: 403 Forbidden
but there has already connected gitlab and can get gitlab user.
The text was updated successfully, but these errors were encountered: