Non FQDN and IP based access

We have SharePoint 2013 published through UAG and everything works fine using FQDN http://site.company.com.  In addition to this we would like to make http://shortname and http://1.2.3.4 (IP address) available to users as well but this must also run
through UAG.
Is there any way to accomplish this?  I cant seem to figure out how to tell UAG to also respond on other names (or plain IP) for a given trunk.
Seems like a simple thing, I am clearly missing something?

Hi jb,
There are several problems with your scenario:
1. In general, UAG supports only one "Public Host Name" - this is because as part of the authentication phase, the UAG needs to do some redirects and those redirects use absolutes links with the public hostname.
2. The UAG is most cases use SSL, when using SSL, you need to place a certificate that will match the public hostname, so if the certificate is set for the fqdn and the user type IP address - they will get an SSL warning claiming the site they are trying
to access have a certificate for a wrong host name ...
3. Specifically for SharePoint (and other applications with a public hostname) the UAG require to use a domain cookie. This is well described in the beginning of the following old IAG kb (AAM used to be the name for "Application Specific hostname" in
the old IAG):
http://support.microsoft.com/kb/975491
Hope this clarify the issue..
Ophir.

Similar Messages

  • Benefits Declaring Smoker Non Smoker and Rates Based on Choice

    We have requirements from out Benefits department as follows: have an affidavit on the Open Enrollment page on which an employee declares non-tobacco user, tobacco user, or tobacco user but signing up for cessation program. There will be one set of rates for non-user and signing up for a cessation program, and another set of rates for tobacco use. Has anyone configured the system for the same or similar requirements? How did you do it? We use Self Service for Open Enrollment. We have no problem configuring different rates, but want to know options for configuring something to use to declare smoker and non-smoker and the mechanism for displaying only the correct set of rates depending on the choice. Thanks in advance for any ideas.
    Gay

    We can set up different rates based on this criteria and if the business agrees to provide the data before we process Opne we have no problem. But, this is not ideal for them. My question is has anyone set up a field (what field if you have?), put it on a self service page before the enrollments page and then triggered the Open life event to reprocess based on updating this field? If so, how have you done this? Are there any other ways of allowing employees to choose smoker/non smoker before they get to the enrollment page but during the self service window for Open, and then having the enrollment page reflect only the rates based on their choice? Thanks again for your help.
    Gay

  • Portal and role based access

    We have a requirement to provide role based access to our portal. Employees require full portal access, partners require access to specific applications and resources, while guests should be provided access only to the Internet. People suggested SSL VPN from vendors like Array Networks, Juniper, Portwise etc.
    We are trying to kind of use our portal as a web VPN. Also we wanted to use strong access control.... Are there any ideas other than using SSL VPN's.
    -thanks

    1. You can configure your portal on HTTPS (SSL). That keeps it on secure SSL layer.
    2. Have SSO to distinguish between authenticated_users (logged in users like your employees, partners, etc) and un-authenticated_users (Guest).
    3. Use Groups for translating roles for your users. i.e., Make Groups for your users based on what you called as roles in your message.
    4. Assign access privileges available in portals for pages and portal objects according to your needs to these Groups.
    I dont think VPN will be needed when you are having an extranet-portal (as you hinted internet for guests).
    You can have a darn strong access control using this mechanism.
    hope that helps!
    AMN

  • AAA and Role based access (NPS)

    Hi
    I authenticate all my cisco switches and routers with AAA + NPS + AD
    A server runs NPS service with cisco attribute shell:priv-lvl=15 or 5, depending of AD group.
    But I'd like configure role based with IOS view.
    When I issue the enable view command,  I get
    Password:
    I tried with my AD password, enable configurated password, and always gets
    % Authentication failed
    Mi line vty config
    line vty 0 4
    authorization exec VTY-AAA
    login authentication VTY-AAA
    transport input ssh

    Have you gone through the below listed parser view configuration example. Please check here
    View authentication is performed by an external authentication server via the new attribute "cli-view-name" so you need to use cisco-av-pair as cli-view-name=xxxx
    AAA authentication associates only one view name to a particular user; that is, only one view name can be configured for a user in an authentication server.
    In case you still have any issues, run debug parser view and share the output, I'll try to help.
    ~BR
    Jatin Katyal
    **Do rate helpful posts**

  • Exchange 2010 activesync, Personal archive access from Mobile devices like Iphone,IPAD and Android based Phones

    Hi,
    As of what i have found from different blogs is that all the activesync devices including IPhone , IPAD and  Android based phones cannot access online archive/Personal archive in exchange 2010.
    Is there any third party app in the market for the above devices which can support access of Online archive?
    Thanks in Adavance

    There must be a way! Since you can view the online archive through webmail with supported browsers on PC(IE, Firefox, Safari OSx) (so activeX is no must).
    All it takes is a browser that can set a different 'agent' and that can interact with the webmail(OWA) website just like Safari on OSx.
    I tried different browsers on the iPad, they all display the Online archive, but the navigation is broken. (scrolling by sliding your fingers does not work correct) The result is that you can not open(read) any mail in your online archive.
    The browsers we tested and show the online archive but where the navigation doesn't work are:
    On iPad:
    - Kissmyagent
    - Atomnic(the free AND payd version)
    On android:
    app: 'OWA for Android' (does not show the online Archive)
    Maybe someone can come up with a browser and/or app that can show the online archive!

  • User Name- and Password-Based Mutual Authentication

    Hi,
    The J2EE 1.4 Tutorial Update 1 shows an example of Client-Certificate Authentication over HTTP/SSL with JAX-RPC, but no User Name- and Password-Based Mutual Authentication example.
    Does this work the same? Does the client need a certificate for User Name- and Password-Based Mutual Authentication?
    I created my own self-signed certificate and imported it using the keytool. When I use my client to connect to my JAX-RPC web service, I get the following error: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found.
    It seems that no trusted certificate is found... on the client side?! How do I specify the client certificate at the client side? I created a client certificate and added it to the keystore in the application server...
    If somebody should have an example of User Name- and Password-Based Mutual Authentication, I'd really apreciate it.
    Thanks, d3m0.

    Hi,
    I've almost the same problem.In an application based on Java Web Start, i try to attack a web service through HTTPS. Before the call of the web services, the client have discussed with the server through HTTPS, so the user have already accept the certificate (i use self-signed certificate too), i get the same exception.
    At the begining i've used classes from axis. I've found that axis doesn't want to support non trusted certificate. Some workaround were that the client access the private key of the server ... not really secure. So i've tried to use the JAX-RPC classes, always the exception.
    For the moment , we don't want to use trusted certificate and don't want to install on each user workstation the server certificate. I continue to investigate, if someone have some solution ? What i don't understand is why i've this exception altough i'm in a secure environment (JWS + user accepts the untrusted certificate).
    Sorry, i've never work on User Name- and Password-Based Mutual Authentication, but i think your exception come because of self-signed certificate.
    Regard,
    Pierre.

  • Finder won't open and couldn't access any of my files, Help!

    MacBook Air (13-inch, Mid 2013)
    Processor 1.3 GHz Intel Core i5
    Memory 4 GB 1600 MHz DDR3
    Storage 120GB (and remaining space 11GB)
    OS X Yosemite Version 10.10.2
    Hi there,
    Listing my issues below,
    Since yesterday,
    1. I couldn't open my Finder (the color ball is always rotating)
    2. I witness slightly excess heating than usual on the top left corner of the laptop
    3. My desktop files are all missing
    4. I couldn't access any file even when I use Spotlight (it won't respond to open any file selected)
    5. Safari and other browsers work
    6. I have Parallel Desktop with Windows and I can access files which are available in Windows
    I sincerely appreciate your contribution to sort this problem at the earliest.
    Many thanks,
    Kart.

    Dear Mr. Linc,
    1. I don't have backup of my files
    2. I couldn't see or open finder to see all my documents to copy and backup them
    3. Below is the terminal result of normal login
    Start time: 01:41:21 03/30/15
    Revision: 1308
    Model Identifier: MacBookAir6,2
    System Version: OS X 10.10.2 (14C1514)
    Kernel Version: Darwin 14.1.0
    Time since boot: 3:19
    UID: 501
    Activity
        CPU: user 25%, system 0%
    CPU usage (%)
        Finder (UID 501): 100.0
    Energy (lifetime)
        Finder (UID 501): 99.62
        WindowServer (UID 88): 16.80
        com.apple.WebKit.WebContent (UID 501): 6.64
    Energy (sampled)
        Finder (UID 501): 99.94
    Firewall: On
    Wi-Fi
        Security: WPA Personal
        Transmit Rate: 11
    System caches/logs
        1.9 GiB: /System/Library/Caches/com.apple.coresymbolicationd/data
    Diagnostic reports
        2015-02-27 com.apple.AmbientDisplayAgent crash
        2015-03-04 Safari hang
        2015-03-07 taskgated crash
        2015-03-22 iTunes hang
        2015-03-27 discoveryd crash
        2015-03-28 Finder hang
        2015-03-29 Finder hang x22
        2015-03-29 prl_client_app hang x2
    HID errors: 23
    Kernel log
        Mar 28 18:40:55 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
        Mar 28 18:40:55 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
        Mar 28 18:40:55 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
        Mar 28 18:40:55 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
        Mar 28 19:25:51 Limiting icmp unreach response from 312 to 250 packets per second
        Mar 28 19:35:01 vnic0: promiscuous mode enable failed
        Mar 28 19:35:01 vnic1: promiscuous mode enable failed
        Mar 28 23:10:52 /drv/ MacMem.cpp:856   Physical Address assertion failed, phys_addr = 11a27e000, ret_addr = 7f9a27e000
        Mar 28 23:10:52 /drv/ HypTest.c:132   HypTest Failure: HypMem Failed to MapPhyMem 11A27E
        Mar 28 23:10:54 vnic0: promiscuous mode enable failed
        Mar 28 23:10:54 vnic1: promiscuous mode enable failed
        Mar 29 02:54:14 PM notification timeout (pid 1076, Finder)
        Mar 29 02:54:44 PM notification timeout (pid 1076, Finder)
        Mar 29 09:35:23 AppleMultitouchTrackpadHIDEventDriver::_unleashDeviceGated() Failed to set device leash state. Error = 0xe00002ca
        Mar 29 12:34:06 considerRebuildOfPrelinkedKernel com.apple.kext.OSvKernDSPLib triggered rebuild
        Mar 29 12:58:59 vnic0: promiscuous mode enable failed
        Mar 29 12:58:59 vnic1: promiscuous mode enable failed
        Mar 29 17:37:47 /drv/ MacMem.cpp:856   Physical Address assertion failed, phys_addr = 11f655000, ret_addr = 7f9f655000
        Mar 29 17:37:47 /drv/ HypTest.c:132   HypTest Failure: HypMem Failed to MapPhyMem 11F655
        Mar 29 17:37:48 vnic0: promiscuous mode enable failed
        Mar 29 17:37:48 vnic1: promiscuous mode enable failed
        Mar 29 17:51:59 firefox (map: 0xffffff801279d690) triggered DYLD shared region unnest for map: 0xffffff801279d690, region 0x7fff88600000->0x7fff88800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Mar 29 19:43:47 firefox (map: 0xffffff801279d960) triggered DYLD shared region unnest for map: 0xffffff801279d960, region 0x7fff88600000->0x7fff88800000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Mar 29 22:17:19 CoreStorageFamily::commitFamilyProperties: lv_commit_properties returned 30
        Mar 29 22:25:15 considerRebuildOfPrelinkedKernel com.apple.kext.OSvKernDSPLib triggered rebuild
    System log
        Mar 29 22:21:58 WindowServer: WSSetWindowTransform: Singular matrix
        Mar 29 22:21:59 loginwindow: Login Window Started Security Agent
        Mar 29 22:21:59 UserEventAgent: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
        Mar 29 22:21:59 WiFiAgent:  securityd_message_with_reply_sync Failed to talk to secd after 4 attempts.
        Mar 29 22:22:00 _iconservices: Unable to resolve hostname(s)
        Mar 29 22:22:21 cloudd: Stream 0x7fab30e60330 is sending an event before being opened
        Mar 29 22:22:22 taskgated-helper: none of the 0 applicable provisioning profile(s) apply
        Mar 29 22:22:22 taskgated-helper: CPValidateProvisioningDictionaries returning NO with error: (null)
        Mar 29 22:23:53 spindump: [210] Not monitoring force quit since process is being debugged
        Mar 29 22:26:18 WindowServer: WSGetSurfaceInWindow : Invalid surface 696208782 for window 72
        Mar 29 22:33:47 com.apple.kextcache: IOBluetoothHostControllerUARTTransport.kext has no Info.plist file.
        Mar 29 22:33:47 com.apple.kextcache: IOBluetoothHostControllerUARTTransport.kext has no Info.plist file.
        Mar 29 22:33:47 com.apple.kextcache: IOBluetoothHostControllerUARTTransport.kext has no Info.plist file.
        Mar 29 22:33:48 com.apple.kextcache: IOBluetoothHostControllerUARTTransport.kext has no Info.plist file.
        Mar 29 22:33:58 com.apple.kextcache: IOBluetoothHostControllerUARTTransport.kext has no Info.plist file.
        Mar 29 22:33:59 com.apple.kextcache: kext file:///System/Library/Extensions/RIMBBUSB.kext/ is in hash exception list, allowing to load
        Mar 29 22:33:59 com.apple.kextcache: IOBluetoothHostControllerUARTTransport.kext has no Info.plist file.
        Mar 29 22:34:00 com.apple.kextcache: kext file:///System/Library/Extensions/JMicronATA.kext/ is in hash exception list, allowing to load
        Mar 29 22:35:14 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Mar 29 22:36:33 corestoraged: 0x7fff7c9b3300 __finishRevert_block_invoke: calling finishRevertVolume (DiskManagement) for lv UUID
        Mar 29 22:36:33 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Mar 29 22:36:43 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Mar 29 22:36:54 corestoraged: 0x7fff7c9b3300 -[CoreStorageDaemon dmAsyncFinishedForDisk:mainError:detailError:dictionary:]: got callback dmAsyncFinishedForDisk, inMainError is 0
        Mar 29 22:36:54 corestoraged: 0x7fff7c9b3300 -[CoreStorageDaemon csdDmcsSyncCall:withSession:withDmcsCallBlock:]: corestoraged: exiting csdDmcsSyncCall, err is 0
        Mar 29 22:36:54 corestoraged: 0x7fff7c9b3300 finishBackgroundConversionState: background conversion was successful for UUID
    launchd log
        Mar 28 18:43:32 com.apple.xpc.launchd.domain.system: Caller not allowed to perform action: open.635, action = service submission, code = 1: Operation not permitted, uid = 501, euid = 501, gid = 20, egid = 20, asid = 100000
        Mar 28 18:43:32 com.apple.xpc.launchd.domain.system: Caller not allowed to perform action: launchctl.641, action = start service, code = 1: Operation not permitted, uid = 501, euid = 501, gid = 20, egid = 20, asid = 100000
        Mar 28 18:43:33 com.apple.xpc.launchd.domain.system: Could not read path: path = //System/Library/LaunchAgents/com.apple.MDCrashReportd.plist, error = 2: No such file or directory
        Mar 28 18:43:33 com.apple.xpc.launchd.domain.system: Caller not allowed to perform action: launchctl.681, action = start service, code = 1: Operation not permitted, uid = 501, euid = 501, gid = 20, egid = 20, asid = 100000
        Mar 28 19:35:01 com.apple.xpc.launchd.user.501.100005.Aqua: Could not read path: path = /Library/LaunchAgents/com.parallels.vm.prl_pcproxy.plist, error = 2: No such file or directory
        Mar 28 22:54:52 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.174, service = com.fiplab.BatteryHealthHelper, error = 119: Service is disabled
        Mar 28 23:02:29 com.apple.xpc.launchd.domain.pid.Install Adobe Flash Player.419: Could not resolve origin of domain. XPC services in this domain's bundle will not be bootstrapped: error = 109: Invalid property list, taint = (null)
        Mar 28 23:10:54 com.apple.xpc.launchd.user.501.100005.Aqua: Could not read path: path = /Library/LaunchAgents/com.parallels.vm.prl_pcproxy.plist, error = 2: No such file or directory
        Mar 28 23:33:11 com.apple.xpc.launchd.user.501.100005.Aqua: Could not read path: path = /Library/LaunchAgents/com.parallels.vm.prl_pcproxy.plist, error = 2: No such file or directory
        Mar 28 23:46:15 com.apple.xpc.launchd.user.501.100005.Aqua: Could not read path: path = /Library/LaunchAgents/com.parallels.vm.prl_pcproxy.plist, error = 2: No such file or directory
        Mar 29 12:32:27 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.181, service = com.fiplab.BatteryHealthHelper, error = 119: Service is disabled
        Mar 29 12:58:59 com.apple.xpc.launchd.user.501.100005.Aqua: Could not read path: path = /Library/LaunchAgents/com.parallels.vm.prl_pcproxy.plist, error = 2: No such file or directory
        Mar 29 15:40:07 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.179, service = com.fiplab.BatteryHealthHelper, error = 119: Service is disabled
        Mar 29 16:58:04 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.180, service = com.fiplab.BatteryHealthHelper, error = 119: Service is disabled
        Mar 29 17:37:48 com.apple.xpc.launchd.user.501.100005.Aqua: Could not read path: path = /Library/LaunchAgents/com.parallels.vm.prl_pcproxy.plist, error = 2: No such file or directory
        Mar 29 21:23:45 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.174, service = com.fiplab.BatteryHealthHelper, error = 119: Service is disabled
        Mar 29 21:56:33 com.apple.xpc.launchd.user.501.100023.Aqua: Could not import service from caller: caller = otherbsd.572, service = com.fiplab.BatteryHealthHelper, error = 119: Service is disabled
        Mar 29 22:06:27 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.200, service = com.fiplab.BatteryHealthHelper, error = 119: Service is disabled
        Mar 29 22:13:50 com.apple.xpc.launchd.user.201.100005.Aqua: Could not read path: path = /Users/USER/Library/LaunchAgents, error = 2: No such file or directory
        Mar 29 22:13:50 MyListenerSocket: No PATH environment variable set. The application firewall will not work with this service.
        Mar 29 22:13:50 MyListenerSocket: No PATH environment variable set. The application firewall will not work with this service.
        Mar 29 22:13:50 com.apple.xpc.launchd.user.201.100005.Aqua: Could not import service from caller: caller = otherbsd.206, service = com.apple.photostream-agent, error = 119: Service is disabled
        Mar 29 22:13:50 com.apple.xpc.launchd.user.201.100005.Aqua: Could not import service from caller: caller = otherbsd.206, service = com.fiplab.BatteryHealthHelper, error = 119: Service is disabled
        Mar 29 22:15:46 com.apple.xpc.launchd.domain.user.0: Caller not allowed to perform action: loginwindow.65, action = query service enabled state, code = 1: Operation not permitted, uid = 0, euid = 201, gid = 201, egid = 201, asid = 100005
        Mar 29 22:22:16 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.201, service = com.fiplab.BatteryHealthHelper, error = 119: Service is disabled
    Console log
        Mar 29 12:32:27 fontd: Failed to open read-only database, regenerating DB
        Mar 29 22:22:16 fontd: Failed to open read-only database, regenerating DB
    Loaded kernel extensions
        com.rim.driver.BlackBerryUSBDriverInt (0.0.97)
    System services loaded
        com.adobe.fpsaud
        com.apple.spindump
        - status: 75
        com.apple.watchdogd
        com.google.keystone.daemon
        com.microsoft.office.licensing.helper
        com.rim.BBDaemon
    Login services loaded
        com.apple.Finder
        - status: -15
        com.google.keystone.system.agent
        com.rim.BBLaunchAgent
        com.rim.RimAlbumArtDaemon
    User login items
        iTunesHelper
        - /Applications/iTunes.app/Contents/MacOS/iTunesHelper.app
        Flux
        - /Users/USER/Applications/Flux.app
    Firefox extensions
        Greasemonkey
        Johan Sundström
    Widgets
        Calc Board
        calendarCountdown
    iCloud errors
        bird 638
        cloudd 38
        storedownloadd 2
    Continuity errors
        lsuseractivityd 32
        sharingd 15
    Restricted files: 1001
    Lockfiles: 15
    High file counts
        Desktop: 73
    Contents of /Library/LaunchAgents/com.rim.BBAlbumArtCacher.plist
        - mod date: Jun 25 22:00:22 2013
        - size (B): 524
        - checksum: 2868431736
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.rim.RimAlbumArtDaemon</string>
        <key>OnDemand</key>
        <false/>
        <key>Program</key>
        <string>/Library/Application Support/BlackBerry/RimAlbumArtDaemon</string>
        <key>ProgramArguments</key>
        <array>
        <string>RimAlbumArtDaemon</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.rim.BBLaunchAgent.plist
        - mod date: Feb 21 06:16:42 2013
        - size (B): 516
        - checksum: 908705504
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.rim.BBLaunchAgent</string>
        <key>OnDemand</key>
        <false/>
        <key>Program</key>
        <string>/Library/Application Support/BlackBerry/BBLaunchAgent.app</string>
        <key>ProgramArguments</key>
        <array>
        <string>BBLaunchAgent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.rim.BBDaemon.plist
        - mod date: Feb 21 06:16:42 2013
        - size (B): 748
        - checksum: 4059782046
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN
        http://www.apple.com/DTDs/PropertyList-1.0.dtd >
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.rim.BBDaemon</string>
        <key>Program</key>
        <string>/Library/Application Support/BlackBerry/BBDaemon</string>
        <key>ProgramArguments</key>
        <array>
        <string>BBDaemon</string>
        </array>
        <key>KeepAlive</key>
        <true/>
        <key>OnDemand</key>
        <false/>
        <key>RunAtLoad</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>Listeners</key>
        <dict>
        <key>SockType</key>
        <string>stream</string>
        ...and 8 more line(s)
    Contents of Library/LaunchAgents/com.apple.FolderActions.folders.plist
        - mod date: Mar 22 06:17:45 2015
        - size (B): 584
        - checksum: 2552160599
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.apple.FolderActions.folders</string>
        <key>Program</key>
        <string>/usr/bin/osascript</string>
        <key>ProgramArguments</key>
        <array>
        <string>osascript</string>
        <string>-e</string>
        <string>tell application "Folder Actions Dispatcher" to tick</string>
        </array>
        <key>WatchPaths</key>
        <array>
        <string>/Users/USER/Desktop/untitled folder</string>
        </array>
        </dict>
        </plist>
    Extensions
        /System/Library/Extensions/JMicronATA.kext
        - com.jmicron.JMicronATA
        /System/Library/Extensions/RIMBBUSB.kext
        - com.rim.driver.BlackBerryUSBDriverInt
        /System/Library/Extensions/RIMBBVSP.kext
        - com.rim.driver.BlackBerryUSBDriverVSP
    Applications
        /Applications/Adobe/Adobe Help.app
        - chc.UUID.1
        /Applications/CCleaner.app
        - com.piriform.ccleaner
        /Applications/Microsoft Communicator.app
        - com.microsoft.Communicator
        /Applications/Microsoft Messenger.app
        - com.microsoft.Messenger
        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
        - com.apple.ASApplication
        /Applications/Microsoft Office 2011/Office/Equation Editor.app
        - com.microsoft.EquationEditor
        /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app
        - com.microsoft.office.setupassistant
        /Applications/Microsoft Office 2011/Office/Microsoft Query
        - N/A
        /Applications/Remote Desktop Connection.app
        - com.microsoft.rdc
        /Applications/Utilities/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Applications/Utilities/Adobe AIR Uninstaller.app
        - com.adobe.air.Installer
        /Applications/iSkysoft Video Editor.app
        - com.iSkysoft.Video Editor
        /Library/Application Support/BlackBerry/BBLaunchAgent.app
        - N/A
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Adobe AIR Updater.app
        - com.adobe.air.Installer
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.Template
        /Library/PDF Services/Save as Adobe PDF.app
        - com.apple.automator.SaveasAdobePDF
        /Library/Printers/hp/Fax/fax.backend
        - com.hp.fax
        /Library/Printers/hp/Fax/rastertofax.filter
        - com.hp.rastertofax
        /Library/Printers/hp/filter/hpPreProcessing.filter
        - com.hp.print.cups.filter.hpPreProcessing
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/710_b042_multilanguage (1).exe.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/710_b042_multilanguage.exe.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/7z Setup SFX.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Accessibility On-Screen Keyboard.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Acrobat.com.exe.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Adobe Flash Player 17.0 r0.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Adobe Reader 9.4.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Adobe Reader and Acrobat Manager.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/BlackBerry Desktop Software.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Bridge.exe.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/CCleaner Installer.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/CCleaner.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Character Map.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Clip Organizer.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/ConfigWizards.exe.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Control Panel DLL.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Device Stage Platform Server.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Diagnostics Troubleshooting Wizard.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Disk Space Cleanup Manager for Windows.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Display Switch.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/ESET MSI Launcher.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/ESET Main GUI.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/ESET SysRescue Wizard.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Executable for FreeCell Game.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Executable for Hearts Game.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Executable for Minesweeper Game.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Executable for Purble Place Game.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Executable for Solitaire Game.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Executable for Spider Solitaire Game.app
        - com.parallels.winapp.UUID.UUID
        /Users/USER/Applications (Parallels)/{UUID} Applications.localized/Firefox [1].app
        - com.parallels.winapp.UUID.

  • Firefox 4 freezes after i open it (keeps loading the page non-stop and i cant click or do anything

    firefox 4 freezes after i open it (keeps loading the page non-stop and i cant click or do anything, plus there is no option to report an error so i cant even get this checked and this seems to be the case on 3 different computers i use all have windows 7 32bit.

    Hello,
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!
    Thank you.

  • How to configure CLI/DNIS based access restriction in 5.3 ?

    Hi,
    does anybody have an idea how the setting
    define CLI/DNIS-based access restrictions which is defined in ACS v. 4.2
    can be configured in acs 5.3 ?
    in v. 4 for every user in a group with 40 members  a different CLI is defined for each. How can I configure that in version 5.3 ?
    any help as always much appreciated!

    The equivalebt to NAR functionality can be found at:
    Policy Elements > Session Conditions > Network Conditions > End Station Filters
    Can then define an object with a set of CLI values
    These objects can then be used in policy conditions. So can create a condition with a set of CLI values and then match in authorization policy for values that are included in this set and set authorizations accoridngly
    Not sure if this is your use case but hopefully may be a start

  • Front End for BW 3.5 and Java based application

    We are trying to connect two systems; SAP based (through BW) and Non-SAP based (Sybase, Java based) applications. We are exploring BI Java SDK with UDDI or XI services to bring Non-SAP data to NetWeaver. We don't want to store all data from sybase to BW. We could use Front end of BW or any other GUI from SAP Portal. I have heard options like UI, GUI machine, net weaver developer studio, visual composer. Ideally, we would like to combine non-sap and sap data in Business explorer/BW web browser but any other front end suggestion within Net weaver frame work will help us keep our cost down. Please advise.
    Thanks.
    Vinay Karna

    We're in the middle of upgrading from 3.1 SP 22 BW w/6.20 SAPGUI. We've only upgraded a sandbox BW server at this point, but we have upgraded all BW team members with SAPGUI 6.40 FEP 5 and can successfully connect to our 3.5 and 3.1 BWs.

  • Role Based Access problem in forms

    This would be a long reading.
    I'm having a problem with forms Role Based Access.
    We have two databases, one in London and one in Zurich. We have installed
    application server and oracle forms on London database. We have implemented
    Role Based Access to forms. For this we have created a database role (say ZUR_USER)
    in both databases. The view FRM50_ENABLED_ROLES which is used by forms role based access control
    is also created in both databases with a 'grant select to public'.
    Our form system has a menu and forms under that menu. Both menu and the underlying forms have been
    assigned Menu Security/Item Roles to the above mentioned ZUR_USER role and the role is assigned
    to various users.
    Now a Zurich user is trying to login to Zurich database using the URL for forms installation
    in London server. He can login successfully and can see the menu heading in the main screen but
    when he clicks the menu he doesn't see the underlying forms list.
    When we try the same user id and database from London (using the same URL) we see all the forms.
    Any idea what are we missing. The Menu Security is setup at menu level as well as the form level under
    that menu. User can see the menu but not the form under that menu from Zurich. No such problem while
    login from London.

    I'm using the Forms 10g
    and yes the only difference is between login from Zurich and London.
    Problem definitely is due to Role Based Access setup.
    The user in Zurich can see the Menu but not the items under that menu.
    I have set the security set up at both menu and menu item(i.e. form name) level.

  • Role Based Access Control in Java

    Hi,
    we are designing a software solution that makes use of the Role Based Access Control pattern to control access of functions, EJBs, Servlets to certain users based on their "role".
    I have not been able to understand clearly how that pattern can be implemented in Java. In addition, I stumbled on the java.security.acl and I wondering how will the package work together with RBAC pattern (Or is the pattern already implemented in some package)?
    Does any1 have any comments on this? Thnx
    Dave

    Hi David,
    Permissions based on GUI components is a simple & neat idea. But is it rugged? Really secure? It might fall short of Grady Booch's idea of Responsibilities of objects. Also that your Roles and Access components are coupled well with Views!!!!!!!
    My suggestion regarding the Management Beans is only to do with the dynamic modification which our discussion was giong forward.
    If we go back to our fundamental objective of implementing a Role based access control,let me put some basic questions.
    We have taken the roles data from a static XML file during the start up of the container. The Roles or Access are wanted to be changed dynamically during the running of the container. You would scrutinize the changes of Roles and access before permission during the case of dynamic modification.
    Do you want this change to happen only for that particular session? Don't you want these changes to persist??? When the container is restarted, don't you want the changes to stay back?
    If the answer to the above is YES(yes I want to persist changes), how about doing a write operation(update role/access) of the XML file and continue your operation? After all, you can get the request to a web or session bean and keep going.
    If the answer to the above is NO(no, i don't want to persist), you can still get the change role request to a web or session bean and keep going.
    Either way, there is going to be an intense scrutiny of the operator before giving her permissions!!!
    One hurdle could be that how to get all neighbouring servers know about the changes in roles and access??? An MBean or App Server API could help you in this.
    May I request all who see this direction to pour in more comments/ideas ? I would like to hear from David, duffymo, komone and jschell.
    Rajesh

  • ADF UIX Role Based Access Control Implementation

    Hi,
    Can anybody suggest a detailed example or tutorials of how to implement a role based access control for my ADF UIX application.
    The application users can be dymanically added to specific roles (admin, Secretary, Guest). Based on the roles, they should be allowed to access only certain links or ADF entity/view operations. Can this be implemented in a centralized way.
    Can this be done using JAZN or JAAS. If so, Please provide me references to simple tutorial on how to do this.
    Thanks a lot.
    Sathya

    Brenden,
    I think you are following a valid approach. The default security in J2EE and JAAS (JAZN) is to configure roles and users in either static files (jazn-data.xml) or the Oracle Internet Directory and then use either jazn admin APIs or the OID APIs to programmatically access users, groups and Permissions (your role_functions are Permissions in a JAAS context).
    If you modelled your security infrastructure in OID than the database, an administrator would be able to use the Delegated Administration Service (DAS), as web based console in Oracle Application Server. To configure security this way, you would have two options:
    1. Use J2EE declarative security and configure all you .do access points in web.xml and constrain it by a role name (which is a user group name in OID). The benefit of this approach is that you can get Struts actions working dirctly with it because Struts actions have a roles attribute.
    The disadvantage is that you can't dynamically create new roles because they have to be mapped in web.xml
    2. Use JAAS and check Permissions on individual URLs. This allows you to perform finer grained and flexible access control, but also requires changes to Struts. Unlike the approach of subclassing the DataActionForward class, I would subclass the Struts RequestProcessor and change the processRoles method to evaluate JAAS permissions.
    The disadvantage of this approach is that it requires coding that should be done carefully not to lock you in to your own implementation of Struts so that you couldn't easily upgrade to newer versions.
    1 - 2 have the benefit of that the policies can be used by all applications in an enterprise that use Oracle Application Server and e.g. SSO.
    Your approach - as said - is valid and I think many customers will look for the database first when looking at implementing security (so would I).
    Two links that you might be interested in to read are:
    http://sourceforge.net/projects/jguard/ --> an open source JAAS based security framework that stores the user, roles and permissions in database tables similar to your approach
    http://www.oracle.com/technology/products/jdev/collateral/papers/10g/adfstrutsj2eesec.pdf --> a whitepaper I've written about J2EE security for Web applications written with Struts and JavaServer pages. You may not be able to use all of it, but its a good source of information.
    Frank

  • Reconciliation of  costing based COPA and account based COPA

    hi experts,
                 I want reconciliation statement of A/c based copa and costing based copa through SAP. we have not configured any account based copa reports. now we are manually doing the reconciliation. Please tell me the configuration.
    Thanks & regards
    jay

    HI
    Costing-based Profitability Analysis is the form of profitability analysis that groups costs and revenues according to value fields and costing-based valuation approaches, both of which you can define yourself. It guarantees you access at all times to a complete, short-term profitability report.
    Account-based Profitability Analysis is a form of profitability analysis organized in accounts and using an account-based valuation approach. The distinguishing characteristic of this form is its use of cost and revenue elements. It provides you with a profitability report that is permanently reconciled with financial accounting
    Regards,
    Vijayanand Sankaran

  • COPA Costed and Account based

    Hi Experts,
    I have running In BW, PA Costed based, and now I need activate PA accounted based extractor.
    a) does somebody have any doc or  how-to papers, specific about COPA Accounted?
    b) can will appear any issue or problem  about my current PA costed based loads?
    c) how can I see with pa model (costed or account based)  is running in the R/3 instalation?
    Thank you in adavance!

    Hi,
    Costing-based Profitability Analysis is the form of profitability analysis that groups costs and revenues according to value fields and costing-based valuation approaches, both of which you can define yourself. It guarantees you access at all times to a complete, short-term profitability report.
    Account-based Profitability Analysis is a form of profitability analysis organized in accounts and using an account-based valuation approach. The distinguishing characteristic of this form is its use of cost and revenue elements. It provides you with a profitability report that is permanently reconciled with financial accounting
    Hope this helps
    Regards,
    Aparna

Maybe you are looking for