Hi! We’re trying to get the distinguishedName of the manager of an identity. We’ve tried two ways: The first one is a simple tranfrom that gets it directly:
The problem of this transform is that it only works for identity attributes, not for account attributes. And the manager is an account attribute form the Active Directory account.
You can create an identity “userdn” and add users DN then create another attribute managerDN and here is the transform to get reference from userDN attribute -
The problem with your solution is that it only works with identity attributes. The attribute that we must get from the AD account is an accountAttribute only and that transform doesn’t work for this scenario. Please try to read carefully my post. We’re trying right now the second solution but we can’t get it to filter anything. Thank in advance.
The problem with your solution is that it only works with identity attributes. The attribute that we must get from the AD account is an accountAttribute only and that transform doesn’t work for this scenario. Please try to read carefully my post. We’re trying right now the second solution but we can’t get it to filter anything. Thank in advance.