cancel
Showing results for 
Search instead for 
Did you mean: 

use of regular expresions in User Name Template of cert auth server possible?

T.Beuger_
New Contributor

use of regular expresions in User Name Template of cert auth server possible?

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

5 REPLIES 5
michael.saw_
Regular Contributor

Re: use of regular expresions in User Name Template of cert auth server possible?

What would be some of the common templates for vasco?

Here's a link to the user guide (Page 164):
http://www.juniper.net/techpubs/en_US/sa7.3/information-products/internal-collections/Junos-Pulse-Se...



Thanks!

Michael
JNCIA-JUNOS, JNCIS-ENT/SEC, JNCIP-ENT
(CCNA, ACMP, ACFE, CISE)
"http://www.thechampioncommunity.com/"
CONNECT EVERYTHING. EMPOWER EVERYONE.
Share & Learn. Knowledge is Power.

"If there's a will, there's a way!"
zanyterp_
Respected Contributor

Re: use of regular expresions in User Name Template of cert auth server possible?

No, regular expressions are not supported for this.
Unless you can get the information in the certificate as an attribute, no, it can't be done automatically and users will need to put in information
T.Beuger_
New Contributor

Re: use of regular expresions in User Name Template of cert auth server possible?

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

zanyterp_
Respected Contributor

Re: use of regular expresions in User Name Template of cert auth server possible?

Glad to hear 7.2 worked successfully for you
ybenari_
New Contributor

Re: use of regular expresions in User Name Template of cert auth server possible?

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 Smiley Very Happy