Different attribute for UPN for specific SPN

Hi,
is it possible to use a different attribute in AD as the UPN for a specific SPN?
For example, if I access http://webserver.company.com and it has spnego (kerberos auth) configured it can use the default UPN attribute but if I browse to http://myspecialweserver.company.com (which also has spnego enabled) I want a different attribute to be
used for the UPN inside the kerberos ticket for example [email protected] The reason behind is that the webservers are not IIS servers so they have their own user store in which they look up the users to make sure they have a valid account.
Many thanks,
Edward

Hi,
Just want to confirm the current situations.
Please feel free to let us know if you need further assistance.
Regards.
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • How to get ACS3.2 to assign different attributes for multiples NAS's

    We are running ACS3.2 and have 3 different types of NAS for each group of users (two managed dial solutions and 1 home grown VPN concentrator solution).
    The problem is that the two dialup NAS's require different RADIUS attributes for the IP address assignment: one NAS uses a named pool, the other NAS assigns the pool based on an IP entry in attribute 8 (framed IP address). Users mapped to one ACS group must be able to use both dial services.
    Is it possible to configure ACS so that one type of attribute is used for one NAS and another type of attribute for the other for users belonging to the same group?
    Thanks,
    Matt

    Hmm, I thought you might say that:(
    I've done a bit of jiggery pokery and will be doing some testing tomorrow.
    I'll post back to this forum to let you know how it goes.
    Matt

  • How do you subtract different values for specific array elements?

    Hi LabVIEW Community,
    I am new to LabVIEW and Im working on my first application. One of my challenges that I am having problems solving is how to  subtract specific values from specific elements in an array.
    My aplication is to measure the distance between a sensor and a magnet, however the initial distance for each sensor  to magnet is different. I have converted the voltage to a distance using the Math Node for each element and now need to  correct these values by subtracting their individual initial value.
    The source is a 1D array of DBL64  consisting of 32 elements and each of these values needs to have a different value subtracted.
    eg:
    Element 1 - 5.557
    element 2  - 2,34
    element 3 - 7,654  and so on
    I have tried to seperate (index the array) and subtract the values from each element and then combine them again. This has not been effetive. I need to write these values to an .txt file and also use them in another calculation.
    I have attached my attemted sub VI.
    Any advise would be really apprecieated.
    Solved!
    Go to Solution.
    Attachments:
    Sub VI Split Array_Correct Distance.vi ‏36 KB

    You don't need to overthink it. There's a really simple method. Generate an array that contains all your offsets you want.  Then subtract it off.
    It's the same VI with this change:
    Attachments:
    Sub VI Split Array_Correct Distance_LV12_MOD.vi ‏24 KB

  • Need help on defining object-type dependent attributes for documents

    Hi everyone,
    I'm trying to define different attributes for documents (attachments), depending on document type.
    I performed customizing activities as specified in IMG notes (define structure and table for the attributes, attribute model, register attribute model with table and structure, map model to object type, map object type to document type)
    But I didn't find any new BOL in CM GenIL component with my attributes...
    I already have type-independent attributes defined, and I see them in the CMDocument BOL.
    I don't know how to use my attributes, nor in code niether in UI.
    Did I miss something?
    Thanks,
    Yulia

    return self.amount+self.depositamount;I counld not find any amount field in your type definitions
    if self.status='OPEN' thenIs it w_accountt.status ?? since there is no status field in accountmanager_t type
    return self.currentamount-self.withdrawalamount;same comments for currentamount
    member function deposit(d_accountt account_t,d_transno number default 1) return account_t asWhere as your return expression is a number??

  • After ios7 upgrade, I cannot select different ringtone for different phone #

    I had set up different ringtones for specific phone numbers but after ios7 upgrade, all the phone numbers ring with the default ringtone. The ringtones are still individually assigned correctly when I look in the addresses book. I have even tried changing an assigned ring tone to something else & heard the new ring tone when it was selected, but when the number was called, I just got the default ringtone.
    Any ideas or solutions?

    Hello ccrjon,
    Thank you for providing so much detail about the issue you are experiencing with Messages after upgrading to iOS 7.
    The first thing I recommend is quitting and relaunching the applications on your iPhone:
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    You can find the full article here:
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    If you are still seeing the same issue after quitting and relaunching the Messages app, I recommend restarting your phone and then resetting if it's still not working:
    Restarting your device
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider.
    Press and hold the Sleep/Wake button until the Apple logo appears.
    Note: Reset your device only if you are unable to restart it.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    You can find the full article here:
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    If the issue persists, the last thing I recommend is backing up and restoring your iPhone:
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    iTunes: Restoring iOS software
    http://support.apple.com/kb/HT1414
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Different GL needs to pickup when we do PGI for specific Customers

    Hi Team,
    our client is looking for scenario as below.
    when we do the PGI system will pickup the GL's from the OBYC settings based on the condition.
    i.e  COGS 123 a/c DR
             inventory A/c
    for all scenarios.
    now client is expecting when i creat SO for specific customer and if i do PGI system should pick  different COGS a/c not 123 considering above example.
    please help me out is there any exit or badi or enhancement spot for this.
    Regards,
    Raman

    Hi Subho da
    We cant change transaction type based on Customer
    One option is to create a Z movement type and assign a new modifier in OMJJ instead of VAX
    Usually, PGI is done from 601 movement type which triggers GBB VAX
    Create a Copy of 601 and change VAX to ZVX and assign another GL in GBB ZVX in OBYC
    Br. Ajay M

  • How can i give 2 different names for the same attribute in querypannelVC

    Hi
    I have a View criteria and exposing as a query panel.In the VC, we are using one VO attribute instance twice"FullName".We have a requirement of display 2 different names for this attribute in the query panel Ui.Attached the VC screenshot.
    Ex:Present in the Query panel Ui fields are displaying like
    FullName
    FullName
    Requirement:
    Owner
    Assignee
    Thanks in Advance,
    Naga

    Hi Thanks for the reply..So are you saying like add the same "FullName" attribute twice with different Alias Names(Owner,Assignee) ?But here we are having the FullName as common and depends upon role we are displaying "Owner" or "Assignee".If i create two instances for same attribute will it not be like redundancy ?

  • Specific attributes for IDM implementation

    I am trying to integrate webcenter with Oracle IDM environment, to do the same i required to know the specific attributes for oracle webcenter users
    the input is required for the IDM team to create the schemas,
    Can anybody enlighten me about the same,

    Read this link and around: http://docs.oracle.com/cd/E21764_01/webcenter.1111/e12405/wcadm_security_id_store.htm#CFHJEJID
    Note, that you will not integrate "WebCenter", but rather "its LDAP".

  • Need different but default Reply-to/From headers for specific mail accounts

    I just migrated to a rMBP-15 from a Windows/MS Outlook environment. I love it so far. Just to be sure, my OS is OSX Mountain Lion 10.8.3 and Mail is 6.2
    I am trying very hard to replicate below mail account setup scenario using Apple Mail. I have two issues.
    I have 3 Gmail accounts - lets call it G1, G2, and G3.
    Issue # 1:
    I need to setup corresponding accounts on Apple Mail (say AG1, AG2, AG3) such that when I reply to emails in AG1, the Reply-to and From address fields in  my outgoing emails should be G1, and when I reply to emails in AG2, the Reply-to and From address fields in my outgoing emails should be G2. In this scenario Apple Mail always seems to default to only G1 (or G2, or G3) depending on which one is at the top (default). Even if I set up corresponding SMTP servers with respective email addresses, outgoing emails do not get transmitted unless I choose the default SMTP server, thereby resulting in always a single Reply-To and From email address for all my Apple accounts.
    Issue # 2:
    I have a forwarding email address (lets call it FEA) issues by my grad school that I use to forward to G3. When I use AG3 on my Apple Mail, I like to have a Reply-to and From address of FEA.
    How can I resolve the above two issues? I was able to easily do this in Outlook. All my hours of online research points to only the Apple scripting command "defaults" that will change the Reply-to header for ALL my outgoing email, but not for specific accounts.
    I am happy to provide more details if required, but please any help is appreciated!!

    This is not possible with Apple Mail (although its possible with Outlook). So, with some additional research, I solved this by myself as follows:
    For the Mailbox needing a different Reply-to and From headers, I logged into corresponding Gmail account directly, and then
    1) Went to Settings
    2) Accounts and Imports
    3) Under Send Email As: I clicked on "Add another email address you own"
    4) In the popup, I entered the email address I really wanted in my Reply-to adn From headers
    5) Clicked on Next Step
    6) I chose "Send through <yourdomain> SMTP Server" and click Next Step
    7) Here I enter the details of my ISP SMTP server (smtp.verizion.net, Port 465, my userid/pwd)
    8) And then back on Goggle Settings->Account and Imports I choose this email as the Default (I will have to validate the email address by entering a code I get on that email)
    I am done.
    Now I can use Apple Mailbox with a Gmail account, and never have my Gmail address appear on ANY emial to/from this Mailbox account. I do not even have to choose "Reply-To" header everytime in my outgoing email.

  • Retrieve all attributes for a specific objectClass using ldapsearch

    Hi everybody,
    Question : is it possible to retrieve all attributes for a specific objectClass (by example person) using ldapsearch tool ?
    I tried something like that, but it doesn't work :
    ldapsearch -v -h XXX -p XXX -b "cn=schema" -s base "objectclass=person" attributetypes
    Thanks a lot,
    Franck

    Ok, Thanks for you help,
    But my question is : For a specific objectClass, by example, I would like to have all attributes for the objectClass called "inetOrgPerson"
    something like that :
    ldapsearch -D "cn=Directory Manager" -w pwd -h host ...objectClass="inetOrgPerson"
    and the response could be :
    audio || businessCategory || departmentNumber || displayName || givenName || initials || jpegPhoto || labeledUri || manager || mobile || pager || photo || preferredLanguage || mail || o || roomNumber || secretary || userPKCS12
    I dont't know how to do ????
    Thanks
    Franck

  • Set different System Prefs for specific projects?

    What I need to be able to do is to maintain everything about a client project in one place. We use a different drive for each client, that way everything is kept very orderly and we can easily manage it.
    But if I set the system prefs (like where to save render files, capture scratch, etc.) for one project, those settings are saved even when another project is opened and I have to remember to change them or I'll get render files from Client A saved to Client B's drive.
    And of course the problem is even worse with multiple projects open.
    So, is there any way to say: Save Everything about this project HERE and Everything about this other project over HERE? And not have to manually change system prefs every single time?
    Thanks!
    G5 Dual 2.0   Mac OS X (10.4.9)  

    I simply created three different users for three diffrent projects when specifically requested to meet such odd and onerous and unnecessary (in my view) requirements. That way each project could be assigned its own preferences for such things as targets for scratch etc. I find the FCP file management system more than adequate to quickly keep crucial original files in order without resorting to the log in/out user dance, but its the only thing I could come up with at the time. Maybe someone else has an easy cure.
    G4 Powermac Dual   Mac OS X (10.4.9)   1G RAM,200GB scratch int, FCPS, LaCie Ext FW DL DVDburner

  • Different dates for 2 Time Dependent Attributes

    I've got 1 time dependent attribute (TD1) within a query.  When executed, the query asks for a key date to be applied on this time dependent attribute.
    We've been asked to enhance our model adding a new time dependent attribute (TD2).
    Everything is OK so far.
    The problem arises when our user needs to enter a date for TD1 and a different date for TD2, as in the same query only one key date can be used.
    We're thinking about adding a Key Virtual Figure, but we know it makes the performance down. The cube is huge.
    Any other suggestions to sort this out?
    Thank you!

    Hi,
    The provided standard datasources for these don't have the valid date fields, so wouldn't you have to  enhance them after the config from R3?
    What an alternative way of doing the time dependent if ther R3 analysts won't change their config?
    Is this common practice and done often?

  • Retention policy for specific backupset

    Hi,
    Actually I am envolved in a Proof Of Concept for Exadata. My customer wants to set a specific rentention for one backupset. These are the steps followed and the problem:
    1. Perform a "backup as backupset" for database to disk.
    2. Perform a "backup backupset" to tape for the backup of step 1.
    3. Change the retention policy only for the backup of step 2 and set it to be kept until sysdate+x days.
    Does anyone know how can be this done?
    Best regards.

    You will need to create two different backup one to device type DISK with default retention and another backup to device type SBT_TAPE with specific retention.
    The SAME backup (backupset) cannot have two different retention (even if it's a copy). The copy of backupset belongs to a Backup which already has it own retention.
    see this example:
    RMAN> backup current controlfile ;
    Starting backup at 17-OCT-12
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=10 device type=DISK
    channel ORA_DISK_1: starting compressed full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    including current control file in backup set
    channel ORA_DISK_1: starting piece 1 at 17-OCT-12
    channel ORA_DISK_1: finished piece 1 at 17-OCT-12
    piece handle=/u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_10_17/o1_mf_ncnnf_TAG20121017T145951_87xwjrjn_.bkp tag=TAG20121017T145951 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:04
    Finished backup at 17-OCT-12
    RMAN> backup backupset from tag TAG20121017T145951 ;
    Starting backup at 17-OCT-12
    allocated channel: ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: SID=10 device type=SBT_TAPE
    channel ORA_SBT_TAPE_1: Data Protection for Oracle: version 5.5.1.0
    channel ORA_SBT_TAPE_1: input backup set: count=14735, stamp=796921191, piece=1
    channel ORA_SBT_TAPE_1: starting piece 1 at 17-OCT-12
    channel ORA_SBT_TAPE_1: backup piece /u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_10_17/o1_mf_ncnnf_TAG20121017T145951_87xwjrjn_.bkp
    piece handle=BKP_CONTROL_ORCL_14735_1_20121017_2 comment=API Version 2.0,MMS Version 5.5.1.0
    channel ORA_SBT_TAPE_1: finished piece 1 at 17-OCT-12
    channel ORA_SBT_TAPE_1: backup piece complete, elapsed time: 00:00:04
    Finished backup at 17-OCT-12
    RMAN> list backup;
    BS Key  Type LV Size
    14667   Full    1.11M
      Control File Included: Ckp SCN: 142367578    Ckp time: 17-OCT-12
      Backup Set Copy #1 of backup set 14667
      Device Type Elapsed Time Completion Time Compressed Tag
      DISK        00:00:02     17-OCT-12       YES        TAG20121017T145951
        List of Backup Pieces for backup set 14667 Copy #1
        BP Key  Pc# Status      Piece Name
        14667   1   AVAILABLE   /u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_10_17/o1_mf_ncnnf_TAG20121017T145951_87xwjrjn_.bkp
      Backup Set Copy #2 of backup set 14667
      Device Type Elapsed Time Completion Time Compressed Tag
      SBT_TAPE    00:00:02     17-OCT-12       YES        TAG20121017T145951
        List of Backup Pieces for backup set 14667 Copy #2
        BP Key  Pc# Status      Media                   Piece Name
        14668   1   AVAILABLE   44531                   BKP_CONTROL_ORCL_14735_1_20121017_2
    RMAN> change backuppiece 14668 keep forever logs;
    using channel ORA_DISK_1
    using channel ORA_SBT_TAPE_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of KEEP command at 10/17/2012 15:02:24
    RMAN-06528: CHANGE ... KEEP not supported for BACKUPPIECEIn example above the BACKUPSET 14667 have two BACKUPPIECE (14667,14668) if you change retention of BACKUPSET 14667 you will change retention of both BACKUPPIECE.
    I don't recommend do this ,but is a poor option:
    RMAN> delete backuppiece 14667;
    using channel ORA_DISK_1
    using channel ORA_SBT_TAPE_1
    List of Backup Pieces
    BP Key  BS Key  Pc# Cp# Status      Device Type Piece Name
    14667   14667   1   1   AVAILABLE   DISK        /u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_10_17/o1_mf_ncnnf_TAG20121017T145951_87xwjrjn_.bkp
    Do you really want to delete the above objects (enter YES or NO)? yes
    deleted backup piece
    backup piece handle=/u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_10_17/o1_mf_ncnnf_TAG20121017T145951_87xwjrjn_.bkp RECID=14667 STAMP=796921192
    Deleted 1 objects
    RMAN> list backup;
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    14667   Full    1.11M      SBT_TAPE    00:00:02     17-OCT-12
            BP Key: 14668   Status: AVAILABLE  Compressed: YES  Tag: TAG20121017T145951
            Handle: BKP_CONTROL_ORCL_14735_1_20121017_2   Media: 44531
      Control File Included: Ckp SCN: 142367578    Ckp time: 17-OCT-12
    RMAN> change backupset 14667   keep forever;
    using channel ORA_DISK_1
    using channel ORA_SBT_TAPE_1
    keep attributes for the backup are changed
    backup will never be obsolete
    backup set key=14667   RECID=14667 STAMP=796921193
    RMAN > list backup;
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    14667    Full    1.11M      SBT_TAPE    00:00:02     17-OCT-12
            BP Key: 14667   Status: AVAILABLE  Compressed: YES  Tag: TAG20121017T145951
            Handle: BKP_CONTROL_ORCL_14735_1_20121017_2   Media: 44531
            Keep: BACKUP_LOGS        Until: FOREVER
      Control File Included: Ckp SCN: 142367578    Ckp time: 17-OCT-12Edited by: Levi Pereira on Oct 17, 2012 4:02 PM

  • Define read-only authorization for specific field(s) on a form for 11.5.9

    Dear all,
    Can you pls let me know how is it possible to define read-only authorization access for specific field(s) per responsibility / user on a form in 11.5.9?
    For example I want to protect the item master file by assigning for example to users with responsibility buyer authorization to modify the buyer information but to have read-only only authorization on other sensitive fields such as make/buy flag, expense accounts, etc
    Through UI Modeller I have only managed to make specific fields on specific forms invisible, or whole tabs invisible, to specific responsibilities but this does not cover my needs as I want them to be able to view the data of the fields but to not be able to update them

    Arun,
    Almost but not quite.. The example you've given has the person VO at the top level which includes all the id's (City, State etc). My use case is slightly different.
    query 1
         select org_id, OrgName from x;
    query 2
         select emp_id, emp_name from y where org_id = x.org_id
    query 3
         multi-table join (approx 9 tables) to retrieve depts associated to employee
         where org_id = x.org_id
         and emp_id = y.emp_id
    Rather than using LOV's would it be better to create VO's and pass in the bind parameters at run time?

  • How to use different stylesheets for ChangeAttributeRequest workflow in OAM

    Hi,
    We have a requirement to invoke different change attribute request workflows (change password ,change email etc..) from external JSPs..
    I want to apply different stylesheets for each workflow. In the workflow URL if i enter style=stylesheet-name its not using that stylesheet. Always its using the same base stylesheet (wf_changeattr.xsl). How can i use different stylesheets? Any pointers on this is appreciated.
    Thanks inadvance..
    Regards,
    Srikanth

    Hi Colin,
    Thanks for your response. Now i am able to invoke different xsls for different workflows.
    I did a mistake by entering style=stylesheet-name. I verified the same with xsl=stylesheet-name.
    Its working fine now..
    Thanks & Regards,
    Srikanth

Maybe you are looking for

  • After taking a photo for a contact can I access the photonlater?

    I was adding a contact and I took a picture while in the app. I was wondering if I can access the photo. It's not in my photo app

  • Employee Increment

    As per our HR requirement, they need a new data entry screen .. for increment entry and approval. (We are using R12(12.0.4) - Oracle 10g) They will input employee number, then system should popup Name, basic + allowances , Last increment amount, date

  • PGI on reciept of inbound Idoc

    I would like to Post the goods issue as soon as the item is shipped. Currently we do a batch PGI job, I would like to get away from that and as soon as the item is shipped and the transaction flows to SAP via the WHSCON idoc I would like for it to PG

  • Anyconnect optimized gateway selection question

    Hello, I am in the process of evaluating Cisco Anyconnect VPN for my company. Can anyone please let me know what will happen to the client if optimized selected gateway is full? Thanks, Deepak

  • Java RE ver 6 update 30 error after installing

    i have 4 dell 14z machines that came preinstalled with java RE ver 6 update 27. all the laptops java crashes when an application calls on javare ver. 6 update 27. on one of the machines i tried upgrading overtop of the update ver 27 installed, but no