When connecting to website using sso, packet sniffing shows ntlm user is using {server name}\{user name} instead of {domain name}\{user name}

I moved to windows 7 and firefox 12 and my internal website via the servername (not FQN) is now prompting me for the username and password in firefox. I do not get prompted for a username and password when using IE9 to access the site via servername (not FQN).
packet sniffing shows IE9 is using my windows domain as the windows domain. packet sniffing shows Firefox is using the web servers servername as the domain.
If I use the fully qualified server name then firefox authenticates successfully. this is not a problem on my winxp workstation with firefox 12.

The only time it fails is in windows 7 and the address used of HTTP://servername. I updated the above post to show it works in XP with ff12.
There is no proxy server involved.
I am logged into the domain.
If I use the fully qualified servername as the address it works. Http://servername.domain.local

Similar Messages

  • I am unable to connect to websites using Firefox. I can connect to websites with Internet Explorer. Please advsie.

    I am unable to connect to websites using Firefox. I can connect to websites with Internet Explorer.
    Please advise.
    Thank you.

    see http://kb.mozillazine.org/Firewalls

  • TS2756 I'm trying to connect my ipad2 to my phones wifi hotspot. my phone says hotspot is activated and it shows up as an option on my ipad but when i hit that on the ipad it shows a page with a list of things like ip address, domain, url. what do i do no

    I'm trying to connect my ipad2 to my phones wifi hotspot. my phone says hotspot is activated and it shows up as an option on my ipad but when i hit that on the ipad it shows a page with a list of things like ip address, domain, url. what do i do now?

    iOS: Understanding Personal Hotspot
    http://support.apple.com/kb/HT4517
    Use Bluetooth to tether your iPhone, iPod touch, or iPad
    http://www.macworld.com/article/1159258/bluetooth_tethering.html
    How to Connect an iPad to an iPhone Via Bluetooth Tethering
    http://techtips.salon.com/connect-ipad-iphone-via-bluetooth-tethering-25472.html
     Cheers, Tom

  • How can I transfer photos from LG phone to mac notebook.  Phone appears in iPhoto when connected via USB but selection for download shows 0 photos

    How can I transfer photos from LG phone to mac notebook.  Phone appears in iPhoto when connected via USB but selection for download shows 0 photos

    Just open your LG volume up likes its an external HD and drag all photos onto a folder in your macbook Air.

  • Not able to connect to website using Wizard, please help!

    Hello All,
    I've been trying to connect to an existing website using the Connection Wizard, but I keep getting the "Your Secure FTP (SFTP) username or password is incorrect. Please check your connection information." I am able to connect to the site using WinSCP so I know my information is correct, and I sure I'm entering the data correct so I have no idea what the problem is. I do have a @ as one of my characters of my password, maybe Contribute has an issue with special chars in the password. Does anyone know if this is true or what the resolution maybe?
    Any help would be greatly appreciated.
    Thanks,
    -L
     

    When I have received that error, it was because the FTP user account permissions were too restrictive for Contribute.  At least with standard FTP, the user accounts needed to have access to all folders within our website.  Once that was changed, they were able to connect using the wizard.
    I hope that helps.
    Kathy

  • Video capture stops when connected to FCP using fire wire

    Captured video using Sony VX2000 using 48 khz and 16 bit audio stereo mode. Using Sony Premium miniDV tapes.
    Video plays back fine when not connected via firewire to G4 dual 867 with 2 GB Ram.
    Using default capture preset of 48 khz 16 bit, connect fire wire and video capture randomly stops stating it has lost connection or is missing capture data. If I switch to just plain capture using non controllable device, I have the same issue except the tape keeps playing but FCP stops capturing.
    Tried other tapes and no problem.
    Tried other fire wire cable and no problem.
    I am having problems only on this tape and when connected.
    When not connected it plays back on the camera with no stopping.
    Steve Bowers

    To answer your questions--
    Dumping preferences usually does not cause problems. More likely you updated some part of your system or are having other hardware issues.
    No updates or hardware issues. The original problem (discussed in another thread) was one where the video is skewed inward on the lower right corner. Apple instructed me to dump the preferences and start from scratch. That I did and now I am experiencing problems I did not have before. If it is hardware problems, then I guess it is just coincidental that FCP is just now presenting problems. However, the other problems I am having are software related and does not involve the camera.
    What software versions of FCP, OSX and QT are you running and have you updated any of them recently?
    FCP version-5.1.2
    OSX-10.4.8
    QT-7.1.3
    Is there anything special about the 'difficult' tape?
    No.
    Did you record it?
    Yes
    Was it the last of a bunch?
    Not sure. I buy bulk so this was one in a box of 5 that is was in a case of 50 boxes.
    Are you using the same camera as the playback device?
    Yes
    Does it work if you use another computer?
    Not sure what you mean. I have only one MAC G4.
    Was it recorded using another camera in a non-DV format?
    No. Playback is through same camera is was recorded on.

  • Get error when CONNECT BY PRIOR used by where

    Hi
    I get "No more data to read from socket" error when the result of CONNECT BY PRIOR used after where, is there anybody encounter this error?
    example SQL:
    select
    from table_A
    where exists
    (select 1 from table_b
    START WITH table_b.col1 = 'value'
    CONNECT BY PRIOR table_b.col1 = table_b.col2)
    The sql select 1 from table_b START WITH table_b.col1 = 'value' CONNECT BY PRIOR table_b.col1 = table_b.col2 can return 2 row correct, but the whole sql does not work.

    Hi! Rahul,
    Thank you for your reply first. Your method doesn't work in my case.  Can you tell me the steps of creating a new layout for added records and draft documents.  I have created a quotation layout which work with added records only, the steps has been show below and please comments, thanks.
    1. In Crystal Report > new blank report > create new connection > Choose "SAP Business One" > Select OQUT under "B1 Tables".
    2. Insert "CardName" field to report > Create DocKey@ parameter and  set it equal to DocEntry in select expert record function
    3. Click Add-ins > SAP Business One > Save > Choose company database and input manager password.
    Regards,
    Ivan

  • Connecting to website using URLConnection

    I can use the following type of code to connect to a ftp site, but I get a timeout when using an http site. What shoudl I be doing? thanks
    Paul
    String urlName="http://www.sun.com/index.html";
    URL url = new URL(urlName);
    URLConnection connection = url.openConnection();
    connection.connect();
    //then I use this to read the file
    BufferedReader in = new BufferedReader(new InputStreamReader(connection.getInputStream()));

    The only time it fails is in windows 7 and the address used of HTTP://servername. I updated the above post to show it works in XP with ff12.
    There is no proxy server involved.
    I am logged into the domain.
    If I use the fully qualified servername as the address it works. Http://servername.domain.local

  • Apache is throwing NLS_LANG error when connecting via HTTPS using a DAD

    Our Apache server is throwing this error
    [Wed May  6 11:53:52 2009] [alert] [client 69.246.251.48] [ecid: 223452213192,1] mod_plsql: Unable to issue alter session : alter session set nls_language= "AMERICAN" ""
    every time we connect to the server using HTTPS (the connection is using DAD -- see below for the DAD configuration).
    If we run the same connection using HTTP it works fine.
    Anyone know why this would happen and how we can correct it?
    DAD configuration:
    <Location /plshes>
    SetHandler pls_handler
    Order allow,deny
    Allow from All
    AllowOverride None
    PlsqlDatabaseUsername hes
    PlsqlDatabasePassword @<password here>=
    PlsqlDatabaseConnectString hpprd NetServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA_WE8ISO8859P1
    PlsqlAuthenticationMode PerPackageOwa
    PlsqlSessionStateManagement StatelessWithFastResetPackageState
    PlsqlErrorStyle ModPlsqlStyle
    PlsqlAlwaysDescribeProcedure Off
    </Location>

    @AMN -- I'm sort of in your camp in that I don't think I should have to remove that line (which I've not been able to test yet, by the way). It's possible removing the line might bypass the issue since the statement will never get issued in the first place, but I will know there is some sort of issue between HTTP and HTTPS that is throwing this error.
    To answer your questions:
    1. The portal database (IASDB) returns:
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CHARACTERSET WE8ISO8859P1
    2. What do you mean by "pls/hes"?
    3b. Which type of OAS? Can you clarify this question? OAS 10g (which means IASDB is version 9i). We run Apache using Webcache. This OAS serves up a custom application written largely in Forms and PL/SQL. Hmmm, maybe that's not what you mean by this question , though...
    3a. Explain our SSL configuration -- I'll try. I configfured this 4 to 5 years ago and haven't changed it at all other than to update the Oracle Wallet certificates every year or two. We have a single physical server that hosts our infrsastructure and mid-tier components and nothing more. As mentioned, Apache is our webserver and we run Oracle's Webcache. The twist in our configuration (and probably the source of this issue we are having is somewhere in this twist) is that we use one physical server and one Apache web server to serve up both HTTP and HTTPS using a virtual host within Apache and then we deifned multiple sites and origin servers with several redirects on various ports so we can handle SSL and non-SSL connections depending on whether they come to us externally (inTERnet) or internally (inTRAnet).
    Webcache sites (hes2 is the server name):
    Site Origin Server
    hes2:7778 hes2:7779
    www.OurWebSite.com:80 hes2:8000
    hes2:80 hes2:7779
    sso.OurWebSite.com:80 hes2:7777
    www.OurWebSite.com:443 hes2:4444
    Webcache origin servers:
    hes2:7777 HTTP
    hes2:7779 HTTP
    hes2:8000 HTTP
    www.OurWebSite.com:4444 HTTPS
    Webcache listen ports:
    443 HTTPS -- has Oracle wallet defined for it
    7778 HTTP
    80 HTTP
    Navigating to http://www.OurWebSite.com will redirect to hes2:8000, which is our virtual server (configuration below). Navigating to https://www.OurWebSite.com will redirect to hes2:4444.
    There is probably a little more I need to provide to answer the "SSL configuration" question, but I think that is enough for now as this is already a long response -- my apologies for that.
    Virtual host configuration in httpd.conf:
    <VirtualHost *:8000>
    ServerName www.OurWebsiteName.com
    ServerAdmin [email protected]
    Port 80
    DocumentRoot "/u01/app1/oracle/10gasm/Apache/Apache/htdocs"
    RewriteEngine on
    RewriteOptions inherit
    RewriteCond %{HTTP_HOST}!^www\.OurWebSite\.com [NC]
    RewriteRule ^/(.*) http://www.OurWebSite.com/$1 [L,R]
    OssoIpCheck off
    OssoConfigFile /u01/app1/oracle/10gasm/Apache/Apache/conf/osso/osso-www.conf
    <Location /portal>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Location /forms>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Location /discoverer>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Location>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/docs>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/images>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    <Directory /u01/app1/oracle/10gasm/Apache/Apache/htdocs/optiform>
    Order Deny,Allow
    Deny from all
    Allow from (list of allowed IP addresses)
    </Directory>
    LogLevel error
    ErrorLog "|/u01/app1/oracle/10gasm/Apache/Apache/logs/www_error_log 43200"
    </VirtualHost>

  • What happens to PSCredential obejct when connecting to O365 using Connect-MSOLService cmdlet

    Hello all,
    I've been trying to find this information on Google but I've come up short.
    Basically what I want to know is how the PSCredential object is treated when connecting to O365 via the Connect-MSOLService cmdlet.
    For example, running the following code creates a secure PSCredential object
    $cred = get-credential
    Now I can run the Connect-MSOLService cmdlet to connect to O365 like so:
    Connect-MsolService -Credential $cred
    My question is, how are the encrypted credentials treated when passed to O365 via the cmdlet? Are they decrypted at any point, or does O365 create a similar secure string and compare the hashes?

    Start here
    https://products.office.com/en-us/business/office-365-trust-center-cloud-computing-security
    You can also post in the security forum for more technical details.
    ¯\_(ツ)_/¯

  • Screensharing crashes on login when using server name

    I have three Macs, let's call them A, B, C, all running Snow Leopard. My main Mac is A. I have screen sharing set up on the other two Macs and until yesterday it worked fine. Now, I can still see B's screen from A as usual. But when I try to see C's screen using Go > Connect to Server and entering its name (C.local or vnc://C.local) or using Go > Home, clicking on C on the sidebar and choosing Share Screen, it does not work. The Screen Sharing app brings up a login dialog for C (which it has not done since I first connected to C long ago) and when I enter the correct login information, after a bit the Screen Sharing app crashes and leaves the login dialog hanging. I have to use Activity Monitor to quit NetAuthAgent to close the dialog.
    I can connect to C from B with no problem, and I can connect to C from A if I use C's IP address (vnc://xxx.xxx.xxx.xxx) but not if I use its name. I can also see C from A using Chicken of the VNC. And I can connect to disks on C.
    Of course, I have tried restarting A and C, and I have tried deleting the Screen Sharing prefs file (com.apple.ScreenSharing.plist) from my user Library on A (and restarting). I thought the problem might be with keychains, so I ran Keychain Access, and I noticed that there were vnc keychain entries for B but not for C. So I tried manually adding keychain entries for C. No differece. Then I deleted all keychain entries for C, which did not help.
    Something on A that is specific to screen sharing C by name got clobbered, but I am at a loss what it might be or how to fix it.

    The only time it fails is in windows 7 and the address used of HTTP://servername. I updated the above post to show it works in XP with ff12.
    There is no proxy server involved.
    I am logged into the domain.
    If I use the fully qualified servername as the address it works. Http://servername.domain.local

  • 5 second delay  when using server name instead of ip in JNLP codebase??

    Hello,
    can anyone think of why, in my jnlp file when I have codebase="http://www.mysite/..." my rmi app has an additional delay of 5 seconds when making RMI calls? If I replace www.mysite with 64.29.187.xxx (i.e the ip used to access the server form the internet) my app runs flawlessly, no 5 second delay.
    I am using java 6.0.
    Any ideas? Thanks in advance.
    SC

    Thanks for the tip Khumar... A few more questions:
    1) Why is it still using the DNS after it's loaded the jnlp. To access my RMI server I'm already using an IP address. In other words, this should resolve during the jnlp loading time. Why is it interfering with normal operations after the app is up?
    2) All the jars have already been loaded. There should be no further need to access a DNS, as there's nothing further to resolve
    3) Is there a way to cache the IP addy that the server name translates to?
    Thanks in advance,
    Sal C

  • WRT160N V2 - Web Browser unable to find home server using server name, IP address OK.

    Hi, I have just got a WRT160N V2, it is working fine apart from one irritating issue. I am unable to browse a web server running on my local network by the computers (servers) name. If I use the IP address it works fine. Viewing my shared files and folders  with Windows Explorer using servers name also works fine. The problem seems to be limited to web browsers, I have tried Internet Explorer and Chrome, neither can find the server using its name, using IP address they can. I have checked NetBIOS settings on all connected computers and they are ok. If I switch back to my old Netgear router the problem goes away. So, it seems it's something specific the the WRT160N. This isn't a huge issue as I can fix by adding a line in the Hosts file. I just wondered if this is a known issue?
    Many Thanks
    Ian

    The first thing that you can try is upgrading the firmware of the router..
    Reset the router for 30 sec , reconfigure the router again and then try to setup the web browser for the server.

  • Interconnect DB adapter Error when connecting to DB Using Oracle Wallet

    Hi all,
    I have installed multiple DB adapters on a unix m/c and when i am starting the DB adapter( name ex: B) i am getting the following error.
    when i Hash (#)the passwd in adapter.ini without using oracle wallet my DB adapter gets connected if the same is removed i am getting the following Error.
    "java.sql.SQLException: invalid arguments in call"
    Oracle Wallet password have been set correctly and works fine with one of the DB adapter( name ex: A) and the same setting of A has been used in B.
    Would be glad if someone could help to give solution to track oracle wallet and database connectivity.
    Oailog.txt
    ~~~~~~~~~~
    Initializing the Bridge oracle.oai.agent.adapter.database.DBBridge..
    Initializing connection to the Repository...
    Connected to the Repository.
    B could not connect to the database
    regards
    yenyes

    The issue was solved.The workaround involved synchronising the security folders the one below the /interconnect and one below /adapters.

  • Kernel panic when connecting picopix 2055 using picopixviewer 2

    is there anybody to help me connecting my philips picopix 2055 pocket projector
    to my macbook pro (OS X 10.8.4.)?
    the promised easy self-installing doesn't work at all, it is impossible to load the driver from the picopix.
    during all my attempts to get it work, there was a very, very  short episode I could see a
    projection of the desktop.
    on the philips- website I found a driver suitible to a mac  (picopix viewer 2).
    using it (and the picopix) each attempt causes a kernel panic.

    According to the website, the driver is compatible with OS X v10.6 and v10.7. No mention of v10.8.
    PPX2055/EU Philips PicoPix Pocket projector PPX2055 55 lumens for Notebooks - Philips Support

Maybe you are looking for