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

Add displayName in directory structure #63

Merged
merged 1 commit into from
Jul 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tests/resources/ldap/directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"cn": ["Jango Fett", "Fett"],
"sn": "Fett",
"givenName": "Jango",
"displayName": "Jango Fett",
"uniqueIdentifier": "670002",
"mail": "[email protected]",
"objectClass": "Person",
Expand All @@ -26,6 +27,7 @@
"cn": ["Boba Fett", "Fett"],
"sn": "Fett",
"givenName": "Boba",
"displayName": "Boba Fett",
"uniqueIdentifier": "670001",
"mail": "[email protected]",
"objectClass": "Person",
Expand All @@ -47,6 +49,7 @@
"cn": ["Boba Fett", "Fett"],
"sn": "Fett",
"givenName": "Boba",
"displayName": "Boba Fett",
"uniqueIdentifier": "670001",
"mail": "[email protected]",
"objectClass": "Person",
Expand All @@ -68,6 +71,7 @@
"cn": ["Din Djarin", "Djarin"],
"sn": "Djarin",
"givenName": "Din",
"displayName": "Din Djarin",
"uniqueIdentifier": "670003",
"mail": "[email protected]",
"objectClass": "Person",
Expand All @@ -89,6 +93,7 @@
"cn": ["Din Grogu", "Grogu"],
"sn": "Grogu",
"givenName": "Din",
"displayName": "Din Grogu",
"uniqueIdentifier": "670005",
"mail": "[email protected]",
"objectClass": "Person",
Expand All @@ -110,6 +115,7 @@
"cn": ["Paz Vizsla", "Vizsla"],
"sn": "Vizsla",
"givenName": "Paz",
"displayName": "Paz Vizsla",
"uniqueIdentifier": "670004",
"mail": "[email protected]",
"objectClass": "Person",
Expand Down