Closed rsaple closed 6 years ago
@rsaple, can you please test it with docker image hlavki/g-suite-identity-sync:issue-10
. It should create user entry with CN=email
instead of UID=email
I will close this issue due inactivity. If you have any questions feel free to reopen or add new issue.
Hi @hlavki, i meet same issue , any solution for this case? i cant register my gsuite to ldap because its cn not uid format.
@dimasdjs, @rsaple could you please have a look on issue #53
I finally installed this utility after some initial glitches. However, I get an LDAP error when I create an LDAP account. Here's the error
Guess it's because I'm using Samba as my LDAP Server which uses a Windows LDAP Schema(CN and not uid as for Unix systems) for interoperability reasons. Is there a way I can map uid to cn when making an entry into the ldap. Also CN stores usernames instead of email-ids. How do I make this app reflect this change? Thanks.