Previous Topic: CRITERIA Keyword—Additional Filter CriteriaNext Topic: CRITMAP Keyword—ACID to User Filter


Examples: CRITERIA keyword

In this example, the user whose subject's distinguished name matches the SDNFILTR is assigned NYDEPT2B or NYDEPT2R, depending upon what application was used to access the system. If access was gained through the BUSINESS application, NYDEPT2B is assigned to the user. If access was gained through the RETAIL application, NYDEPT2R is assigned.

TSS ADDTO(MULTIID) CERTMAP(NYMAP2)
                   LABLCMAP('NY Dept 2 Map')
                   TRUST
                   SDNFILTR('OU=Dept2.OU=NY.OU=Sales.O=ABC Co')
                   CRITERIA(CNFAPP=&CNFAPP)
TSS ADDTO(NYDEPT2B) CRITMAP(NYCRIT2B)
                    CNFAPP(BUSINESS)
TSS ADDTO(NYDEPT2R) CRITMAP(NYCRIT2R)
                    CNFAPP(RETAIL)