Hi All,
is it possible to use regular expressions to get the UPN prefix ?
What i want to do is the following.
first I try to authenticate users with smartcart.
in field for user name template i took <certAttr.altName.UPN>
Authorisation should go via an LDAP server to find the user the UPN prefix should be used.
This server is different to the Active Directory and contains different attributes for the users
As additional authenttication server the Active Directory via LDAP should be used.
Here the UPN prefix should also be used for the username.
Is this possible?
Thanks in advance
Thomas
Hi, many thanks for your response..
in 7.2R1 some new attributes are available :-)
<certAttr.altName.UPNUid> was exactly what i needed.
i think there is a little typo in adminguide for 7.2 on page 1094
there is UPNid instead of UPNUid to find
Cheers
Thomas
Thanks! I just found this attribute here which was exactly what I needed too, but it was not working due to the typo. You saved me