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

Get Manager Distinguished Name #7

Open
wants to merge 9 commits into
base: tyler-mairose-sp-patch-1
Choose a base branch
from

Conversation

MCC1995
Copy link
Contributor

@MCC1995 MCC1995 commented Sep 23, 2024

The Get Manager Distinguished Name Transform pulls the data stored in the identities managers attribute "Distinguished Name", which should be set up to import the identities distinguishedName from Active Directory.

This way, the distinguishedName of a users manager will be populated in an identity attribute set up with this transform.

Allowing this identity attribute to be set up with attribute sync to "manager" in Active Directory.

Result: As a users manager is updated in IdentityNow, the users manager will also be updated in Active Directory automatically. If the user does not have a manager, this attribute will show as blank.

jordan-violet-sp and others added 9 commits October 9, 2023 11:21
This transform returns up to the first X characters of the specified string. This is useful for situations where the string may contain fewer characters than the specified length, which currently causes an error with the existing `substring` primitive.

To use, modify the attribute being referenced to point to the desired target, and update the $length value specified on Line 11 to reflect the desired length.
Pulls the data stored in the identities managers attribute "Distinguished Name", which should be set up to import the identities distinguishedName from Active Directory. 

This way, the distinguishedName of a users manager will be populated in an identity attribute set up with this transform. 

Allowing this identity attribute to be set up with attribute sync to "manager" Active Directory. 

Result: As a users manager is updated in IdentityNow, the users manager will also be updated in Active Directory automatically. If the user does not have a manager, this attribute will show as blank.
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.

5 participants