How to match user with VSA

Hi,
It is the first time we are trying to intgrate to ACS 5 and we having some diffeculties we didn't have in the freewares.
We found where to declare the RADIUS VSA. But we are unbale to understand in the creation of a user how we makes this VSA part of his attributes.
Can somebody help?

Hi Itmar,
In ACS 5 you need to define Authorization profiles where you will include the VSAs you want for that specific profile.
Then, on the Authorization part of the Access Services you can create rules/conditions that the user must match and select the Authorization Profile you created to be applied to that user. These attributes contained on the Authorization Profile will be sent on the Access-Accept packet.
Hope this helps.
Thanks,
Tiago

Similar Messages

  • I have an iMac and iPhone 4s i also have ringtones as an app i am also an match user with the cloud how can i get a ringtone to appear in my library to use on my phone

    i have an iMac and iPhone 4s i also have ringtones as an app i am also an match user with the cloud how can i get a ringtone to appear in my library to use on my phone

    Oh nice, there's a PassKeeper application for the iPhone and iPad.  Simply install it and it should talk you through steps, otherwise their website is probably a great place to check.
    http://itunes.apple.com/us/app/passkeeper/id405021740?mt=8
    I really like the application 1Password, and it works across all the products, Mac, PC, iPad, iPhone.

  • How to match BSIM with MSEG (match FI entries to MM entries)

    Hello,
    I have to make a custom report calculating opening, closing stock - its value and quantities (with respect to begin and end date) however taking into consideration only certain movement types. I need to neglect those entries from BSIM which have other movement types than the ones specified as a parameter but there is no BWART field in BSIM.
    How can I match FI document entries(BSIM / BSEG) to MM document entries(MSEG) ?
    Thanks.

    Assuming its true ( 1MM doc = 1FI doc ), the question is how to match FI document item with MM document item ?
    is it a rule that entries in fi docs are in the same order as entries in mm doc?
    therefore a formula    (MM_entry * 2) = FI_entry would work but I'm kinda sceptical to assume that
    Edited by: Bartosz Bijak on Jan 18, 2010 1:31 PM

  • How to match invoice with credit together

    I am new to this forum. In EnterpriseOne Accounts Payable function, is it possible to bring up both invoice and credit memo, to match the net quantity in the receipt?
    For example, invoice charges 5 pcs, then credits back -2 pcs, the receipt has the net 3 pcs.
    How do I bring up both invoice and credit to show the net charge of 3pcs, to match the receipt of 3?
    Thanks!

    Pls refer note: How Are Match Basis and PO Line Type Related for Invoice Matching? [ID 428303.1]
    regards,

  • How delete a user with a blank username?

    Hi,
    I am trying to perform an user audit in my EBP system, but it failes because I have an user with a blank username.
    I can´t find it in SU01 - but it exist in table USR02. Unfortunately it is a basis table, so I can´t make any changes to that table.
    Please advise.
    Kind regards
    Susanne

    Susanne Lejon wrote:
    >
    > I can´t find it in SU01 - but it exist in table USR02. Unfortunately it is a basis table, so I can´t make any changes to that table.
    >
    > Susanne
    Why not?  If you know the entry is in there erroneously, just delete it via DB back-end.

  • How to validate users with Novell Directory Server

    Hi all, with iAS 6.0 SP3, how i can validate users stored in Novell
    Directory Sever?
    Thanks

    Hi
    I believe iAS is designed to work with iDS which is bundled along
    with the SP3 download. Also the directory server which is working with
    iAS must be Nortel LDAP Schema compatible and I'm not sure if NDS(Novell
    Directory Server) is compatible. What I'm trying to understand is if you
    have already registered iAS with NDS and you are having trouble in
    accessing the users or if you are having trouble in the installation.
    Raj
    Josep Maria Camps Riba wrote:
    Hi all, with iAS 6.0 SP3, how i can validate users stored in Novell
    Directory Sever?
    Thanks

  • How to create users with i18n characters in SunONE directory server?

    Was trying to create users and groups with i18n characters in SunONE directory server
    1. Started LDAP console using -l option
    2. Chaged the Locale to Japanese
    3. Entered few japanese character as username (meaning internationalization user name)
    4. However, I could not able to type the password using the "soft keyboard" that comes with Japanese Locale
    5. to overcome with #4, for now, I typed english chars as the password
    6. Click OK to save the above username/pwd
    7. It says "netscape.ldap.LDAPException: error result (19); value of attribute "uid" contains extended (8-bit) characters"
    Has anyone ever created i18n user names in SunONE Directory Provider? Please help...

    Hi LostLad,
    Soryy for my ignorance...Could you please be elaborate on how to remove "uid attribute from 7-bit ASCII plugin?
    Thanks in advance..

  • How to associate users with views

    Hi,
    We are working on SRM 5.0 and CCM 2.0, and we have created views for the procurement catalog and have published the catalog.
    Problem: When we click on the procurement catalog in SRM we want the view associated to the logged in user to show up.
    Kindly suggest how to achieve the same.
    Thanks,
    Swetha

    Hi Swetha,
    In the user master (SU01) under the Personalisation tab, there's a task called "Assign Catalog Views to Roles". Click on the "/CCM/VIEW_ASSIGNMENTS" and you will see the views you created in CCM2.0. There you can select the appropriate view for your user.
    Regards,
    Paula.

  • How to add user with admin priviledges to  multiple machines

    Hi all,
    I would like to be able to create a local ARD user on each machine on the network, with admin privileges on the machine. Is this possible?
    The custom client installer seems to only allow adding standard users. Is there away I can create a Unix command that I could send to each machine, to add an administrator user? Your advice would be greatly appreciated.

    Since machines ship with ARD 2 already installed, rather than go through the hassle of creating a Client package and having to edit that, you can simply run a shell script to take care of everything.
    We utilze a BASH script to create the ARD user, set the password of the user, hide it in the login window, add the user to the sudoers file (just to make sure the user can sudo), and add the path to kickstart to the PATH variable in the default .profile (/etc/profile) so that you can use kickstart without having to type the entire path.
    Script follows:
    #!/bin/bash
    # add kickstart to path
    echo "PATH="\"/bin:/sbin:/usr/bin:/usr/sbin:/System/Library/CoreServices/RemoteManag ement/ARDAgent.app/Contents/Resources:/Developer/Tools"\"" >> /etc/profile
    export path
    # add ARD user
    niutil -create . /users/arduser
    niutil -createprop . /users/arduser gid 499
    niutil -createprop . /users/arduser uid 499
    niutil -createprop . /users/arduser shell /bin/bash
    niutil -createprop . /users/arduser home /private/var
    niutil -createprop . /users/arduser realname ard
    niutil -createprop . /users/arduser shadowpasswd
    niutil -appendprop . /groups/admin users arduser
    # now set the passwd for the ard user
    dscl . -passwd /Users/arduser ardpass
    # now add to the sudoers file
    echo "arduser ALL=(ALL) ALL" >> /etc/sudoers
    # now hide the ARD user from the loginwindow process
    mkdir /var/temp/
    cp /Library/Preferences/com.apple.loginwindow.plist /var/temp/com.apple.loginwindow.bak
    defaults write /Library/Preferences/com.apple.loginwindow HiddenUsersList -array-add arduser
    /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/ki ckstart -configure -users arduser -access -on -privs -all
    exit 0
    Just copy that into a text file, chmod it to 755 and you can then run it on the machine. We will put it at the root of the hard drive, run it, and then remove it. If you want the script to delete itself, just put the following before "exit 0":
    rm $0
    That will delete the file.
    Hope that helps out.
    Steve
    XServe G5, XServe RAID (1TB), MacBook Pro Mac OS X (10.4.6)

  • JCS: how to load users with csv file into Identity Console

    In my Java Cloud Service: When I go to Identity Console I have a function "Load users" under "Manage Users".
    How should this CSV file look like?
    How can I add roles to the users?
    I loaded yesterday a file and I still get the message "Maximum number of simultaneous uploads per identity domain exceeded. No more uploads will be accepted at this time. Select UTF-8 encoded CSV file you wish to upload. Maximum file size is 256 KB."
    When will this file be process? Can I cancel this process? How do I get notified about a result?
    kind regards
    Robert

    see http://docs.oracle.com/cloud/131/trial_paid_subscriptions/CSGSG/cloud-manage-user-accounts.htm#BCFDAIJA  Adding a Batch of User Accounts
    file has to have a header:
    First Name,Last Name,Email,User Login

  • How to uplode user with more roles by Users_gen?

    Hi, everyone,
         I can uplode users by user_gen ,but only one role,  I don't know what format to more roles.
         anyone  tells me ,I will give points to reward.
    the format with one role:
    C00213452,Benali,50000001,dd'@'dd.com,CN,SAP_EC_BBP_BIDDER
    Best regards!
    Jesse

    Hi,Nanaji.V
    I know the way that you say.   I think it still cann't solve my question. could you please explain your way detailed?
    Best regards
    Jesse

  • How to register user with developer rights in Netweaver 2004s

    Dear all,
    I have installed net 2004s on my laptop i want to use bw system in default client 001.
    for that that i created a new user in 001 client
    but that user is not registerd as developer .
    can you suggest a way .
    Regards,
    gaurav.

    Hi,
    You have IDES version running,here some default user id and corresponding access key will be stored in table DEVACCESS.In real case there will be no entry initially.You have to get it from service marketplace as mentioned by Juan.When a developer will give the key that entry will be updated in the table  DEVACCESS.
    so I said try to see if any access key entry is there in table DEVACCESS.If so create a user id (from the table entry) and assign the key.
    Regards
    Ashok

  • How to advise user with sapadmin ?

    Hi guru ,
    I have installed sapadmin front-end setup manager 6.40 and it work correctily.
    I create a packadge to deploy but it don't advise the user about what it is doing ( for example a popup like " your sapgui is being uninstalled" ).
    I see in Sapadmin , in the packet, 3 events :
         . OnUninstall
         . OnbeginInstall
         . OnEndInstall
    ' >>> Insert your event handling code here <<<
    Whath I have to write ? ?
    Thank's, Antonio.

    No answer to this question for long time.
    So i close this topic

  • How does family users (with multiple devices) set-up email in iCloud?

    Husband and wife, two iPhones, an iMac, and a Macbook pro.  How do you set-up email in iCloud?  We want two @icloud.com addresses and would prefer two separate calenders.  We could share an address book.

    It is always good practice to have separate logins if more than one person is using a computer. This allows to have separate e-mail accounts, calendars etc. and share only required information.
    iCloud services are part of OS X Mountain Lion, therefore you would loose comfort as well as part of functionality if you need to switch/reconfigure iCloud accounts every time you need to access your personal information.

  • Users with license data

    Hi All,
    I have to make a report. I have to find users which are using only EP. I think i have to search them through license data. Can you please tell me how to search users with license data.
    I have tried SUIM. There is no field for license data. There is a report RSUSR080. But its kind of empty. it is not executed
    Please help me this.
    Thanks,
    Tajinder

    Hi,
    Actually the licencing thing you have to maintain while vraeting the user in the Licence Data tab . You can do this in su10 or su01.If this data is entered  during user creation, the table usr06 will display the same in the LIC_TYPE field.
    Pl refer Tcodes license_admin,  USMM etc for measuring users licence data. For details on licence pl refer the documents at https://websmp106.sap-ag.de/licenseauditing.
    Hope this helps.
    Pl award suitably.
    Regards

Maybe you are looking for

  • Invalid XIMailAdapter

    Hi All, I'm trying file to mail scenario, I'm encountering the following error: "Mail: error occured: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error: invalid XIMailAdapter channel" More over can you tell me as what is the

  • LED light or whatever

    so my led or whatever is not working and ive had multiple problems with it lately. For example it would go off and i would press the lock and menu button a bunch of times and after a while it would work but now it wont work at all but i can still see

  • Why does my iphone 4 turn off when i remove from the charger?

    I have no signal. The message pops up "restore needed" iphone cannot receive or make calls. It will not connect to my iTunes either! Any help on how to resolve this issue??? Thanks!!!

  • Apple ID not eligible

    it keeps saying my apple ID is not currently eligible to purchase gift certificates. what the heck???

  • DELETING CONTACTS OFF MY ZEN MI

    I can't delete any of the contacts off my zen imcro i have followed all insturctions but they still appear there HELP ME SOMEONE PLEASE, ITS DRIVING ME MAD