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

support more chars for friendly name in Test-TppIdentityFormat #206

Merged
merged 1 commit into from
May 4, 2023

Conversation

gdbarron
Copy link
Collaborator

@gdbarron gdbarron commented May 3, 2023

fix #205

@gdbarron gdbarron self-assigned this May 3, 2023
@gdbarron gdbarron linked an issue May 3, 2023 that may be closed by this pull request
Copy link
Collaborator

@Saadi6 Saadi6 left a comment

Choose a reason for hiding this comment

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

Appear to work.

PS C:\temp\VSE_3> Get-VenafiIdentity -id "AD+BigSur.local:john.doe"

Name : john.doe
ID : AD+bigsur.local:27e54f90df7cb5448837f571f5955289
Path : CN=John Doe,OU=Users,OU=Maple,DC=BigSur,DC=local
FullName : AD+bigsur.local:john.doe
IsGroup : False

  •    : 
    

PS C:\temp\VSE_3> Get-VenafiIdentity -id "AD+bigsur.local:27e54f90df7cb5448837f571f5955289"

Name : john.doe
ID : AD+bigsur.local:27e54f90df7cb5448837f571f5955289
Path : CN=John Doe,OU=Users,OU=Maple,DC=BigSur,DC=local
FullName : AD+bigsur.local:john.doe
IsGroup : False

  •    : 
    

@gdbarron gdbarron merged commit cb6b969 into main May 4, 2023
@gdbarron gdbarron deleted the 205-domain-identities-with-period-not-supported branch May 4, 2023 12:26
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.

Domain Identities with period not supported
2 participants