Reporter |
![]() |
---|---|
Created | Aug 7, 2013 4:49:34 PM |
Updated | Aug 7, 2013 5:53:40 PM |
Priority | Normal |
Type | Bug |
State | Open |
Assignee | yamaxim (mazine) |
Subsystem | LDAP |
Fix versions | No Fix versions |
Fixed in builds | No Fixed in build |
Affected versions | 5.0 |
Browser | Any Browser |
OS | Any OS |
Verified in build | Not verified |
Verified by | Nobody |
Reviewed by | No reviewed by |
Severity | Routine |
Hello, YouTrack team!
I integrates YouTrack and Active Directory through LDAP integration. When user authenticates for the first time via email (not login) YouTrack creates user but it incorrectly fills its properties.
For instance, Active Directory has user with following properties:
When user authenticates via 'vpupkin@domain.com' email for the first time YouTrack creates user with following properties:
When user authenticates via 'domain\vpupkin' login YouTrack creates another user but with correct properties:
My LDAP settings:
![]()
P.S. On this page I found a typo (sorry, for me isn't obvious where I can write about mistakes in documentation):
![]()
Kind regards,
Vladimir
I integrates YouTrack and Active Directory through LDAP integration. When user authenticates for the first time via email (not login) YouTrack creates user but it incorrectly fills its properties.
For instance, Active Directory has user with following properties:
- sAMAccountName: vpupkin;
- displayName: Vasya Pupkin;
- email: vpupkin@domain.com.
When user authenticates via 'vpupkin@domain.com' email for the first time YouTrack creates user with following properties:
- Login: vpupkin@domain.com;
- LDAP login: vpupkin@domain.com;
- Full name: vpupkin@domain.com;
- Email/Jabber: null.
When user authenticates via 'domain\vpupkin' login YouTrack creates another user but with correct properties:
- Login: vpupkin;
- LDAP login: vpupkin;
- Full name: Vasya Pupkin;
- Email/Jabber: vpupkin@domain.com.
My LDAP settings:

P.S. On this page I found a typo (sorry, for me isn't obvious where I can write about mistakes in documentation):

Kind regards,
Vladimir