Skip to content
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

Fixed AD import #614

Merged
merged 3 commits into from Sep 26, 2018
Merged

Fixed AD import #614

merged 3 commits into from Sep 26, 2018

Conversation

marpozh
Copy link
Contributor

@marpozh marpozh commented Sep 26, 2018

Fixes #613

@@ -75,7 +76,7 @@ public DefaultUserImporter(@Autowired(required = false) ActiveDirectoryProvider
.map(user -> {
AtlasUserRoles atlasUser = new AtlasUserRoles();
atlasUser.setDisplayName(user.getDisplayName());
atlasUser.setLogin(user.getLogin());
atlasUser.setLogin(user.getLogin().toLowerCase());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UserUtils

@pavgra pavgra merged commit d1ac36e into master Sep 26, 2018
@anthonysena anthonysena added this to the Symposium 2018 Release milestone Oct 25, 2018
@anthonysena anthonysena deleted the ad-import-issues-master branch December 3, 2018 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants