NAC Active Directory Single Sign On using more than one domain

Hello

Can someone help me to know if it is possible to configure several areas for example. XX.COM and YY.COM for NAC ADSSO and how to do it.

Kind regards

Sybille.

Hello

Well, it is not something that you can on the side of the NAC.

On the CASE, you can only configure a domain, however, it is possible to authenticate users in different domains, so there is a relationship of trust between the domains, for example, if you have XX.COM and configure the AC with XX.COM, you can authenticate users YY.COM, YY.COM and XX.COM have the relationship of trust between them.

HTH,
Tiago

--

If this helps you or answers to your question if it you please mark it as 'responded' or write it down, if other users can easily find it.

Tags: Cisco Security

Similar Questions

  • Can I use more than one flash drive to ready boost on Satellite L650/0ed

    Hello

    I have a toshiba Satellite L650/0ed, it's good if I use more than one drive 8 GB flash for "ready boost" - what is the maximum number of using flash-drives can devote to the "ready-boost.

    In addition, if I use a 16 gb flash drive, will this affect more memory "ready boost".

    Why the 3.5 drive seagate expansion 1 TB is not compatible for ready-boost.

    Thank you
    -Brent907

    Hi mate

    Please check this Microsoft page that describes the ReadyBosst
    http://Windows.Microsoft.com/en-us/Windows7/products/features/ReadyBoost

    There, you can find this statement:
    + ReadyBoost works with storage devices more flash. In Windows 7, it can handle more memory and even multiple devices * eight *, for a maximum of 256 GB of additional memory. +

    I hope this can be useful!

  • Single - row subquery returns more than one line.

    Hi Experts

    I am faced with error

    ORA-01427: single - row subquery returns more than one line.

    MyQuery is:

    select
       TO_CHAR(T.MR_REG_DATE,'DD')                     "DATE"
       ,CASE  
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) between 0 and 1 THEN ' 01'||'  - ('||'0 - 1 Month)'
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02'||'  - ('||'2 - 12 Months)'
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03'||'  - ('||'1 - 5 Years)'
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04'||'  - ('||'5 - 10 Years)'
         WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) > 120 then ' 05'||'  - ('||'> 10 Years)'
        END age
      ,count(T.Mr_Code) No_of_Patient
      ,(  SELECT count(x.mr_code) mr_code
             FROM HMIS_MRINFO X
             where X.mr_reg_date between &FRM_DATE AND &TO_DATE
               and X.mr_code NOT in (select Y.mr_code from hmis_pat_add_dis_detail Y
                                      WHERE Y.mr_reg_date between &FRM_DATE AND &TO_DATE
                                    )
            GROUP BY CASE  
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) between 0 and 1 THEN ' 01'||'  - ('||'0 - 1 Month)'
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02'||'  - ('||'2 - 12 Months)'
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03'||'  - ('||'1 - 5 Years)'
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04'||'  - ('||'5 - 10 Years)'
                       WHEN trunc((MONTHS_BETWEEN(X.MR_REG_DATE,X.MR_DOB))) > 120 then ' 05'||'  - ('||'> 10 Years)'
                      END 
      ) Missing_MR
    from hmis_mrinfo T,hmis_pat_add_dis_detail M
    where T.mr_code = M.mr_code(+)
      and T.mr_reg_date between &FRM_DATE AND &TO_DATE
      &AGE_GRP
    GROUP BY T.MR_REG_DATE
             ,CASE  
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) between 0 and 1 THEN ' 01'||'  - ('||'0 - 1 Month)'
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02'||'  - ('||'2 - 12 Months)'
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03'||'  - ('||'1 - 5 Years)'
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04'||'  - ('||'5 - 10 Years)'
               WHEN trunc((MONTHS_BETWEEN(T.MR_REG_DATE,T.MR_DOB))) > 120 then ' 05'||'  - ('||'> 10 Years)'
              END 
    ORDER BY T.MR_REG_DATE;
    

    Please give some advice / solution.

    I think this might do it for you

    Select

    TO_CHAR (T.MR_REG_DATE, 'DD') "DATE."

    CASE

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) between 0 and 1 THEN ' 01' |'.  - ('||' 0-1 month)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02' |'.  - ('||' 2-12 months)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03' |'.  - ('||' 1-5 years)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04' |'.  - ('||' 5-10 years)'

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) > 120 then ' 05' |'.  ' - ('| ' > 10 years).

    Age of the END

    count (T.Mr_Code) No_of_Patient

    , count (case when t.mr_code NOT in (select Y.mr_code from hmis_pat_add_dis_detail Y))

    WHERE Y.mr_reg_date between & FRM_DATE AND & TO_DATE)

    then t.mr_code

    (end) Missing_MR

    of hmis_mrinfo T, hmis_pat_add_dis_detail M

    where T.mr_code = M.mr_code (+)

    and between T.mr_reg_date & FRM_DATE AND & TO_DATE

    & AGE_GRP

    T.MR_REG_DATE GROUP

    CASE

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) between 0 and 1 THEN ' 01' |'.  - ('||' 0-1 month)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 2 AND 12 THEN ' 02' |'.  - ('||' 2-12 months)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 13 AND 60 THEN ' 03' |'.  - ('||' 1-5 years)"

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) BETWEEN 61 AND 120 THEN ' 04' |'.  - ('||' 5-10 years)'

    WHEN trunc ((MONTHS_BETWEEN (T.MR_REG_DATE, T.MR_DOB))) > 120 then ' 05' |'.  ' - ('| ' > 10 years).

    END

    ORDER BY T.MR_REG_DATE;

  • How do I avoid the accumulation of color / opacity where two brush strokes overlap?  In other words, I want to use more than one path with the Paintbrush tool, but see no additive effect where strokes overlap.  What Miss me?

    How do I avoid the accumulation of color / opacity where two brush strokes overlap?  In other words, I want to use more than one path with the Paintbrush tool, but see no additive effect where strokes overlap. 5 Lightroom

    I use it all the time. Turn your opacity, density and traffic all 100%.

    Benjamin

  • How to use more than one address at the same time?

    The Adobe server page that allows entry of a recipients address should not inform users how to add another address?  We separate them by semicolons? Commas?  Or is it still possible to use more than one address?

    Hi orison123,

    You talk about Adobe send? If Yes, you are absolutely right. Who should be written somewhere I had to double check and was able to send to multiple email addresses separated by commas or semicolons.

    Best,

    Sara

  • How to use more than one condition set?

    Dear Sir

    I want to define more than one type of condition and use it together for all objects on the page, for example, page element, button page and etc.

    Is it possible to manage in "PL/SQL tends" to condition type? ("for example = >"Request = Expression'and'current page! = 1 Expression',..) If no response, is please tell me otherwise.

    Kind regards

    Saeed.

    Hi Saeed,

    Saeed reports says:

    I would like to know the conditions CGI and browsers. Can I view the document or essay on the condition type in pl/sql?

    Yes, you can also view the conditions of CGI Environment Variables and browser in "PL/SQL Expression.

    For example:

    • "The condition type" cgi_env SERVER_NAME = Expression 1 "can be transformed into" PL/SQL Expression"as:
    OWA_UTIL.GET_CGI_ENV('SERVER_NAME') = 'MyServer'
    
    • The condition type for browser condtions can be can be transformed into "PL/SQL Expression" as:
    instr(upper(OWA_UTIL.GET_CGI_ENV('HTTP_USER_AGENT')),upper('Firefox/37.0')) > 0
    

    The following is old, but complete documentation on the Types of conditions:

    https://docs.Oracle.com/CD/E14373_01/AppDev.32/e11838/condition.htm#HTMDB25942

    I hope this helps!

    Kind regards

    Kiran

  • Can I use more than one html5/js animation produced with Flash/createjs in a Web site?

    Hi, I produce animations with Flash which will be delivered in createjs html5/js hollow. The problem is that after including the first animation in my html Web site, the rest of the animations are crushed with the first, that is why, if I attempt to insert a second animation in my site, in fact, it will replace the first animation, I had already placed...

    I already tried the following:

    -change the default canvasID to another

    -Change the resources and namespaces Javascript in Createjs export settings

    -manually change the name of the functions (lib, img, syc) in the Javacript file

    None of them seem to solve the problem. So I'm now wondering if it is actually possible to insert more than one animation in a Web site...

    I would appreciate a quick response because I am working on a project with a very tight schedule and really need to address this question right.

    Thank you very much in advance for the help.

    Then, you have made a mistake.

    Start with the two different FLAS.  one with a red rectangle on the stage and the other with a blue onstage rectangle and nothing else.  publish your html and js files.

    combine the two into one and, if you have a problem, the postcode of your a single html file and two js files.

  • How to use more than one page to design a report of similar form?

    Hello
    I'm designing a report of similar shape. and expand the extensible framework to contain the entire page or window like this page:
    Image:! http://up1.m5zn.com/photo/2008/12/21/07/e728mos12.jpg/jpg!

    Now, there is no space in the window to complete the design of the report.
    How the extensible framework to contain more than one page or a single window to complete the design of the report?

    Replace the panels vertical by Page 2 (or more if necessary) for the main page layout model.

  • If you use more than one Extension Native on Flash develop

    Hi, I got two DONKEY, one for and an AdMob and a Vibration (the example of Adobe) if I have both, activate one of them stops working (Vibration) if they are tested separately work correctly. The debugger does not match in native code. I tried to add the SWC in several ways: (including external selling library and library) but I can not make applications run more than a DONKEY... What can I do?

    Hello:

    Which is the platform you are targeted?

    the name of the methods of the initializer and finalizer (mentioned in extension.xml) ENA must be different for all native extensions that an application uses.

    You can check the values by extracting extension.xml of. DONKEY (you can rename it to .zip and unzip)

    Library must always be external (mention the CFC as external library)

  • In Windows 7 Professional, Firefox has suddenly started using more than one symbol in the taskbar... Why?

    After you install Firefox it placed a symbol in the toolbar to launch. When you move the mouse over this symbol it would display then also the tabs that were open in the browser. Then, the program was launched and operating within this Firefox ONE symbol on the task bar... it was never (to a point), more of a symbol.

    Now suddenly he started to open a second Firefox symbol in the toolbar in which the browser really runs and displays the open tabs. In other words, I now have a Firefox symbol in the taskbar to launch the browser and the other, the second symbol in which the browser is running. I don't want because it takes too much space on the taskbar. How can I return to keep Firefox limited to a single symbol in the taskbar at all times?

    The first icon is "pinned" to the Windows 7 taskbar in an earlier version? Could you try unpinning and repinning Firefox and see if that helps?

    (I think someone has posted this same question yesterday, but I can't find the thread at the moment).

  • Can I use more than one USB-6008 in the same program?

    I'm working on a project that may require up to six modules USB-6008.  Before I buy more I need to know if I can use all six at once in the same Lab View program.  Can anyone help?

    Hello Nick,

    LabVIEW is capable of handel that the number of data acquisition tasks quite easily, but you have to remember that USB has a maximum bandwidth. Therefore, you have to make sure you have enough on your PC USB hubs. In general there are between two to four USB slots by hub and each of them will have a maximum flow rate which will be divided between all devices connected to this hub. So even if you can get four USB DAQ devices attached to four USB ports if they are on the same hub, you might notice significantly reduced rates of data transfer. I would say rather than buying six or more USB 6008, why not buy a PCI card that is able to handel a lot more entries with greater bandwidth.

  • Use more than one source in Olivier

    Hi, Guru

    Is it possible to use several sources in obi? I want to create a report, the data source is essbase and description source (alias) is the relational table.

    Thanks for the tips.

    It may be 2 ways using different reserve are creating a report and use in another report

    On the criteria tab

    you see "combine with a similar request.

    Column-> filter-> filter based on the results of another application

    and there are 1 or...

    2nd joining the two sources in SPR

    Thank you

  • VMFusion5.0.3:Why I can't use more than one processor in Win8

    I ran Win8 in VMware fusion 5.0.3 I put the CPU to use 2 CPUs Win8 but Win8 uses only 1, see the screenshot below. Is this a bug? Thanks for any answer!

    Win8InVMFusion5.jpg

    This is just the default presentation in Windows 8, 2012. You can change it by clicking on the graph and selecting ' change the chart of "->"logical processors.

    André

  • Why Flash uses more than one gigabyte of RAM?

    He did this forever, and I just kept ignore him, cause I did not have enough.

    Now, it's boring.

    Simple example: load articles and videos from www.cracked.com, nothing major, just open say things of top 5 or 6 new ones that have been published in the last day or so.

    Flash going NUTS, ends up using on a gig of RAM and everything do stutter, videos buffer correctly, I can't yet scroll without jumping in front of half a page, instead of a few lines.

    One way around this, is of two clo0se the browser and re-open it, which is annoying to say the least. Or, to open the Task Manager and end the process there. Of course causing everything from videos to the crash of the ads, and I need to reload the page in any case.

    So, uh, why? and how he stop? There is no reason to Flash must be not only to help, but cling to a gig of RAM... it does not take much to load a stupid video.

    He started doing this at the time of Flash Player 10 is out, I think, and I use Firefox.

    Actually I have no idea why this program is running at all; It does not work on my machine.

    Flash Player on my system runs in the process of plugin - container.exe.

    Since you have a 64 bit system, can you try to run a 64-bit as Pale Moon or Waterfox browser?

  • Using more than one locale in Flash Builder 4.7

    Is there a known problem in FB4.7 adding several locales in the compiler arguments?

    I'm working on:

    -locale en_US, fr_FR

    .. .but looks like FB is trying to find a single place with the name 'en_GB, en_US' rather than the pair:

    Could not open "/ Applications/Adobe Flash Builder 4.7/sdks/4.10.0/frameworks/locale/fr_FR,en_US.

    Thank you

    Simon

    Oh! Fix with this syntax:

    {- local = en_GB, en_US-source-path ./locale/{locale}

    Simon

Maybe you are looking for