Forum Discussion

igorzhuk's avatar
igorzhuk
Icon for Altostratus rankAltostratus
Aug 01, 2019

APM vce query all AD not specific user

I want try think how i can deploy that:

 

When client connect to APM VS 

He will get logging page , in this logging page client need write only his phone number, apm will check if the number existing on AD he well check all AD or specific group it’s not relevant 

If yes permits traffic

 

Maybe if you says that its not possible i can’t query all the ad for searching mobile att 

 

How i will do that via data group 

I will add all phones in AD to datagroup

1 Reply

  • Hi,

     

    I think you can use the following searchfilter in your AD query: (homephone=%{session.logon.last.username}) or use mobile instead of homephone (depending on where the phone number is entered in the user properties.

     

    And create a branch rule with the expression: expr { [mcget {session.ad.last.queryresult}] == 1 }

     

    Cheers,

     

    Kees