Adam Reece
Adam Reece
I wonder if this is a case sensitive issue. Does your directly have case sensitive attribute names? (E.g. are "uid" and "Uid" considered different. Usually .not.)
Interesting. I use `groupOfUniqueNames` too (from 389-DS) but I'm using `memberUid` instead of `uniqueMember` as the group member attribute. I should be in a position to test this and get...
That sounds like a problem with Gitlab or its API. Perhaps this can be worked around by transferring the group owner to the root user if there's only 1 member...
I guess this is for new users being created? Which version of Gitlab are you running? (I've not tried this tool on 12 yet.)
I just ran this against our updated Gitlab 12 instances today. A single new user needed to be created, and did so without any problems. Are you certain there are...
@beharbunjaku's change has been merged in if you'd like to try it out @frafra.
Hi @Natureshadow, Thank you for your interest in this tool. As you've noticed already this tool is largely designed around LDAP being the primary source of users and groups. I...
Regex shouldn't be hard to implement. I would have suggested that any strings in the array wrapped with `/` characters could be checked with `preg_match()` instead of a simple comparison,...
> HTTP 500 responses This is a CLI tool, not a web tool. You shouldn't be running this through a web server. Does your web server error log indicate any...
Ah ok, I'll [raise this issue with Gitlab](https://gitlab.com/gitlab-org/gitlab-ce/issues/63843) because none of the characters I've specified are non-ASCII, so shouldn't be a problem. The randomly used password is never used anyway....