New pluggable Authentication module changed Platform Settings

I installed IPS 3.0 SP 3a and the MAP provided along with it then I have written a new Pluggable Authentication Module and made required additions in iwtAuth.xml .I deleted the existing iwtAuth component using ipsadmin delete and then imported the modified XML. But after importing this XML the Platform Settings in admin Console such as "Client detection enabled" options etc got missing.(The check box is no longer there). Although there are entries relating to these options in XML that i imported but they are missing from admin console. Where did i go wrong ?
This is my modified iwtAuth:
<iwt:Component name="iwtAuth"
     ver="1.0"
     desc="Authentication"
     resB="iwtAuth"
     idx="">
<iwt:Att name="iwtAuth-authMenu"
     desc="Authentication Menu"
     type="multichoice"
     idx="a1"
     userConfigurable="TRUE">
     <Val>Radius</Val>
<Val>SecurID</Val>
<Val>SafeWord</Val>
<Val>SKey</Val>
<Val>Unix</Val>
<Val>Ldap</Val>
<Val>NT</Val>
<Val>Membership</Val>
<Val>customizeLogin</Val>
<Val>Anonymous</Val>
<Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
<Wperm>ADMIN</Wperm>
<CVal>Radius</CVal>
<CVal>SecurID</CVal>
<CVal>SafeWord</CVal>
<CVal>SKey</CVal>
<CVal>Unix</CVal>
<CVal>Ldap</CVal>
<CVal>NT</CVal>
<CVal>Membership</CVal>
<CVal>customizeLogin</CVal>
<CVal>Anonymous</CVal>
</iwt:Att>
<iwt:Att name="iwtAuth-profileRequired"
     desc="Authentication Requires Profile"
     type="boolean"
     idx="a2"
     userConfigurable="TRUE">
     <Val>false</Val>
     <Rperm>ADMIN</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-domainURL"
     desc="Domain URLs"
     type="stringlist"
     idx="a3"
     userConfigurable="TRUE">
     <Val>/test.com</Val> <Val>sun-lily.test.com</Val> <Val>sun-lily.test.com/test.com</Val> <Val>sun-lily.test.com/login</Val> <Val>157.227.246.30</Val> <Val>157.227.246.30/test.com</Val> <Val>157.227.246.30/login</Val>
     <Rperm>ADMIN</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-adminAuthModule"
     desc="Admin Authenticator"
     type="singlechoice"
     idx="a4"
     userConfigurable="TRUE">
     <Val>Unix</Val>
     <CVal>Radius</CVal>
<CVal>Simple</CVal>
<CVal>SecurID</CVal>
<CVal>SafeWord</CVal>
<CVal>SKey</CVal>
<CVal>Unix</CVal>
<CVal>Ldap</CVal>
<CVal>NT</CVal>
<CVal>Membership</CVal>
<CVal>customizeLogin</CVal>
<CVal>Anonymous</CVal>
     <Rperm>ADMIN</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-defaultRole"
     desc="Default Role"
     type="string"
     idx="a5"
     userConfigurable="TRUE">
     <Val>/test.com/defaultRole</Val>
     <Rperm>ADMIN</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-chainingModules"
desc="Authentication Chaining Modules"
type="string"
idx="a6"
userConfigurable="TRUE">
<Rperm>ADMIN</Rperm>
<Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-chainingEnabled"
desc="Authentication Chaining Enabled"
type="boolean"
idx="a7"
userConfigurable="TRUE">
<Val>false</Val>
<Rperm>ADMIN</Rperm>
<Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-unixConfigPort"
     desc="Unix Configuration Port"
     type="number"
     idx="X-Unix-x1"
     userConfigurable="FALSE">
     <Val>8946</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-unixHelperPort"
     desc="Unix Helper's Port"
     type="number"
     idx="X-Unix-x2"
     userConfigurable="FALSE">
     <Val>7946</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-unixTimeout"
     desc="Unix Timeout"
     type="number"
     idx="X-Unix-x3"
     userConfigurable="FALSE">
     <Val>3</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-unixThread"
     desc="Unix Threads"
     type="number"
     idx="X-Unix-x4"
     userConfigurable="FALSE">
     <Val>5</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-radiusConfigPort"
     desc="RADIUS Configuration Port"
     type="number"
     idx="X-Radius-x1"
     userConfigurable="FALSE">
     <Val>8944</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-radiusHelperPort"
     desc="RADIUS Helper's Port"
     type="number"
     idx="X-Radius-x2"
     userConfigurable="FALSE">
     <Val>7944</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-radiusTimeout"
     desc="RADIUS Timeout"
     type="number"
     idx="X-Radius-x3"
     userConfigurable="FALSE">
     <Val>3</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-radiusThread"
     desc="RADIUS Threads"
     type="number"
     idx="X-Radius-x4"
     userConfigurable="FALSE">
     <Val>5</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-skeyMaxLimit"
     desc="S/Key Maximum Passphrases Allowed"
     type="number"
     idx="X-Skey-x1"
     userConfigurable="FALSE">
     <Val>400</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm></Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-skeyConfigPort"
     desc="S/Key Configuration Port"
     type="number"
     idx="X-Skey-x2"
     userConfigurable="FALSE">
     <Val>8947</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-skeyHelperPort"
     desc="S/Key Helper's Port"
     type="number"
     idx="X-Skey-x3"
     userConfigurable="FALSE">
     <Val>7947</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-skeyTimeout"
     desc="S/Key Timeout"
     type="number"
     idx="X-Skey-x4"
     userConfigurable="FALSE">
     <Val>3</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-skeyThread"
     desc="S/Key Threads"
     type="number"
     idx="X-Skey-x5"
     userConfigurable="FALSE">
     <Val>5</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-securidConfigPort"
     desc="SecurID Configuration Port"
     type="number"
     idx="X-Securid-x1"
     userConfigurable="FALSE">
     <Val>8943</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-securidHelperPort"
     desc="SecurID Helper's Port"
     type="number"
     idx="X-Securid-x2"
     userConfigurable="FALSE">
     <Val>7943</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-securidTimeout"
     desc="SecurID Timeout"
     type="number"
     idx="X-Securid-x3"
     userConfigurable="FALSE">
     <Val>3</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-securidThread"
     desc="SecurID Threads"
     type="number"
     idx="X-Securid-x4"
     userConfigurable="FALSE">
     <Val>5</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-safewordConfigPort"
     desc="SafeWord Configuration Port"
     type="number"
     idx="X-Safeword-x1"
     userConfigurable="FALSE">
     <Val>8945</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-safewordHelperPort"
     desc="SafeWord Helper's Port"
     type="number"
     idx="X-Safeword-x2"
     userConfigurable="FALSE">
     <Val>7945</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-safewordTimeout"
     desc="SafeWord Timeout"
     type="number"
     idx="X-Safeword-x3"
     userConfigurable="FALSE">
     <Val>3</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-safewordThread"
     desc="SafeWord Threads"
     type="number"
     idx="X-Safeword-x4"
     userConfigurable="FALSE">
     <Val>5</Val>
     <Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
     <Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-debug"
     desc="Auth debugging options"
     type="singlechoice"
     idx=""
     userConfigurable="FALSE">
     <Val>off</Val>
<CVal>log</CVal>
<CVal>off</CVal>
<CVal>on</CVal>
<Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
<Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-loginWorkerClass"
desc="Pluggable Auth page generator class"
type="string"
idx="X-x30"
userConfigurable="FALSE">
<Val>com.iplanet.portalserver.auth.server.HTMLLoginWorker</Val>
<Rperm>ADMIN</Rperm>
<Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-authenticators"
     desc="Authentication Modules"
     type="multichoice"
     idx="X-x24"
     userConfigurable="TRUE">
     <Val>com.iplanet.portalserver.auth.module.radius.Radius</Val>
<Val>com.iplanet.portalserver.auth.module.securid.SecurID</Val>
<Val>com.iplanet.portalserver.auth.module.safeword.SafeWord</Val>
<Val>com.iplanet.portalserver.auth.module.skey.SKey</Val>
<Val>com.iplanet.portalserver.auth.module.unix.Unix</Val>
<Val>com.iplanet.portalserver.auth.module.ldap.Ldap</Val>
<Val>com.iplanet.portalserver.auth.module.cert.Cert</Val>
<Val>com.iplanet.portalserver.auth.module.nt.NT</Val>
<Val>com.iplanet.portalserver.auth.module.application.Application</Val>
<Val>com.iplanet.portalserver.auth.module.membership.Membership</Val>
<Val>com.iplanet.portalserver.auth.module.customizeLogin.customizeLogin</Val>
<Val>com.iplanet.portalserver.auth.module.anonymous.Anonymous</Val>
<Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
<Wperm>ADMIN</Wperm>
<CVal>com.iplanet.portalserver.auth.module.radius.Radius</CVal>
<CVal>com.iplanet.portalserver.auth.module.securid.SecurID</CVal>
<CVal>com.iplanet.portalserver.auth.module.safeword.SafeWord</CVal>
<CVal>com.iplanet.portalserver.auth.module.skey.SKey</CVal>
<CVal>com.iplanet.portalserver.auth.module.unix.Unix</CVal>
<CVal>com.iplanet.portalserver.auth.module.ldap.Ldap</CVal>
<CVal>com.iplanet.portalserver.auth.module.cert.Cert</CVal>
<CVal>com.iplanet.portalserver.auth.module.nt.NT</CVal>
<CVal>com.iplanet.portalserver.auth.module.application.Application</CVal>
<CVal>com.iplanet.portalserver.auth.module.membership.Membership</CVal>
<CVal>com.iplanet.portalserver.auth.module.customizeLogin.customizeLogin</CVal>
<CVal>com.iplanet.portalserver.auth.module.anonymous.Anonymous</CVal>
</iwt:Att>
<iwt:Att name="iwtAuth-defaultAuthLevel"
desc="Default Authentication Level"
type="number"
idx="X-y1"
userConfigurable="TRUE">
<Val>0</Val>
<Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
<Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-persistentCookieMode"
desc="Enable Persistent Cookie Mode"
type="boolean"
idx="X-y2"
userConfigurable="TRUE">
<Val>false</Val>
<Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
<Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-persistentCookieTime"
desc="Persistent Cookie Max Age Value (in Seconds)"
type="number"
idx="X-y3"
userConfigurable="TRUE">
<Val>2147483</Val>
<Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>
<Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-nonInteractiveModules"
desc="Non Interactive Modules"
type="stringlist"
idx="X-x25"
userConfigurable="TRUE">
<Val>Cert</Val>
<Rperm>ADMIN</Rperm>
<Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-clientDetectionEnabled"
desc="Client Detection Enabled"
type="boolean"
idx=""
userConfigurable="FALSE">
<Val>false</Val>
<Rperm>ADMIN</Rperm>
<Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-clientDetectionClass"
desc="Client Detector Class"
type="string"
idx=""
userConfigurable="FALSE">
<Rperm>ADMIN</Rperm>
<Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-supportedAuthModules"
desc="Supported Auth Modules for Clients"
type="stringlist"
idx=""
userConfigurable="FALSE">
<Rperm>ADMIN</Rperm>
<Wperm>ADMIN</Wperm>
</iwt:Att>
<iwt:Att name="iwtAuth-loginWorkerClasses"
desc="Pluggable Auth page generator classes for clients"
type="stringlist"
idx=""
userConfigurable="FALSE">
<Rperm>ADMIN</Rperm>
<Wperm>ADMIN</Wperm>
</iwt:Att>
</iwt:Component>

Hi,
The usually procedure is to use ipsadmin change component iwtauth cust_auth.xml where cust_auth.xml has the attributes and values for the new module you have added. In your case you can try changing the client detection attribute alone using the ipsadmin command.
The first step is to modify the existing
<b> iwtAuth-clientDetectionEnabled </b>
attribute to have a new value and changeing again to have the right(correct) value.
Regards,
Raj_indts
Developer Technical Support
Sun Microsystems http://www.sun.com/developers/support

Similar Messages

  • New router - how to change wifi settings for Photosmart B109n

    I got a new router. How do I change the wifi settings for my Photosmart B109n?  I changed the PC wifi settings (no problem). I connected the PC (Windows 7) to the printer by USB cable. In the HP Solutions Centre, when I click on Settings / Network Settings, it tries to open a browser (IE9) page, with the URL being the IP address (192.168.2.3), but it goes to the "cannot display" page. Do I need the HP software CD? (I think I've lost it.) The manual explains how to set up (using the CD), but I can't find how to change settings for a new router.

    Glad to see that you have everything solved. If you run into any other problems, feel free to ask. 
    **Click the KUDOS star on the left to say 'Thanks'**
    Please mark a reply "ACCEPTED AS SOLUTION" if it solved your problem, so others can find it.

  • Connectiing to PAMS - Pluggable Authentication Module using JAVA

    Hi,
    I am working on a security issue where there is PAM on the unix machine. How can I connect to that PAM using java? As I am new to this PAM concept, please give me a lead as of how can I do it using JAVA.
    Thanks in advance

    Hi,
    The usually procedure is to use ipsadmin change component iwtauth cust_auth.xml where cust_auth.xml has the attributes and values for the new module you have added. In your case you can try changing the client detection attribute alone using the ipsadmin command.
    The first step is to modify the existing
    <b> iwtAuth-clientDetectionEnabled </b>
    attribute to have a new value and changeing again to have the right(correct) value.
    Regards,
    Raj_indts
    Developer Technical Support
    Sun Microsystems http://www.sun.com/developers/support

  • Keeps beeping and vibrating like new mail but no changes in settings

    Since past update my first gen iPhone has been making sounds like when you check mail. It does this at random times. I cannot find anything different in my settings. Please help! It is driving me crazy with its random buzzing

    Hi Lee,
    Thank you for your question. 
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated. 
    Thank you for your understanding and support.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Pluggable Authentication Modules

    Does any one know how to present a list of options from within the PAM module? I developed a PAM module that presents a user with a list of options for logging on to the system. It works fine from telnet but when I use the GUI I am only able to display one option at a time when logging on. If I try to format the message buffer to separate the options using '\r\n', it displays garbage where the '\r\n' are and the message continues off the screen on a single line. A user would not be able to read the entire message. Does anyone have any suggestions how I can resolve this problem?

    I found these but I havent testing them yet or looked at the source.
    http://www.comsmiths.com.au/pam/v1.05/

  • Email authentication failure, password/server settings NOT changed

    Scenario: I've been using Thunderbird for years now to connect to Verizon and download my email.  Server settings have always been:
    POP3
    incoming.verizon.net port 110
    connection security none
    authentication method encrypted password
    SMTP
    outgoing.verizon.net port 25
    connection security none
    authentication method password, transmitted insecurely (oops)
    Suddenly when I try to get my email, it stops and tells me there's an authentication failure.  I've seen this happen before with Verizon when a server is down or messed up or whatever (pretty poor message for a service interruption, but whatev).  So I decided to wait it out, but when it didn't clear up after several hours, went to the website where I was able to log in (huh?) and decided to change my password for the hell of it.  Guess what?  New password doesn't work in the email client.  Quelle surprise. 
    Sooo, I find THIS page (https://www22.verizon.com/Support/Residential/internet/highspeed/email/setup+and+use/questionsone/86...) which tells me a lot of malarkey about server settings.  I tried changing the incoming to their recommended settings, and it looks like there's no server communications a-tall.
    Can someone tell me what's amiss, and while you're at it, tell me where in a just and well-ordered universe a service provider changes server settings without notifying users well in advance?  Extra points for creativity.

    These are the new settings and they do work in Thunderbird.
    Mail server settings
    Incoming mail server (POP3)        pop.verizon.net       
    Incoming Server Port Numbers: 995
    Outgoing mail server  (SMTP)       smtp.verizon.net
    Outgoing Server Port Numbers: 465 
    Connection security:   SSL/TLS      for POP & SMTP
    The change you are probably missing as it wasn't on that page:
    Make sure your Authentication method is set to  "Normal password"  for  POP & SMTP

  • I changed my apple id and now I can't update my apps or download new ones.  I've changed the ID in my iphone settings, but when I go in the apps store my old ID shows up.  If I change my settings back to the old ID my password doesn't work.  HELP!

    So I changed my Apple ID.  Now on my Iphone I can't update things from the apps store or download new stuff.  I went into settings and changed my ID there, but in the apps store it still shows up as my old ID.  The apps store won't let me log on with the new one, as my old still shows up, and if I go back into settings and change it back to the old ID the password I had before no longer works.  This ***** Apple.  You just ruined my Iphone!!!  My phone went from being cool to being junk since I am not unable to download or update apps...the coolest part of my phone.  Someone help???  Please tell me how I can enjoy my phone and apps again...

    Thank you for the response, but I ended up temporarily resetting my Apple ID... It was a pain, but it worked in the end.

  • The new firefox changed my settings, i can only find my administrative account on my laptop, but i'm not logged in as the administrator.

    I am trying to attach files from my user account on my laptop, but when I try to attach them inside a Firefox browser, it only allows me to look at the administrator account and the documents on there. I am not logged into my administrator account, because I obviously only use that for the administrative things on my computer. I'm not sure what to do to change this, I've looked through all of the settings in my new version of Firefox (3.6.11) and I can't find anywhere to change those settings. HELP ME, PLEASE!?

    Check that you do not run Firefox as Administrator.<br />
    Right-click the Firefox desktop shortcut and choose "Properties".<br />
    In the Compatibility tab, make sure that Privilege Level: "Run this program as Administrator" is not selected.

  • Hi. I tried to change my old icloud account on a new one. After reset the settings I need to enter my old Apple ID account and password, that I don't remember.

    Hi. I tried to change my old icloud account on a new one. After reset the settings I need to enter my old Apple ID account and password, that I don't remember.
    I do not remember it because when I bought the my iPhone 4s in 2011 I didn't understand how it works and asked a representative to set it up for me. The representative helped me and gave a piece of paper with login and password but I lost it a long time ago.
    Before resetting the settings I turned off "Find my iPhone" function, but it anyway asks me to enter my old Apple ID and password. I have the original box, documents, receipt. So how can I solve this problem?

    You do not have to call US, but you need to call. Or else.
    Contact Apple for support and service - Apple Support

  • When I click on a hyperlink it automatically opens it up in a PDF or in Adobe Acrobat Reader. How do I change my settings back to normal so when I click on the link it opens it up in a new web page?

    When I click on a hyperlink it automatically opens it up in a PDF or Adobe Acrobat. How do I change my settings so that when I click on a link it opens it up in a new web page like it is supposed to?

    Install this Add-on: https://addons.mozilla.org/en-US/firefox/addon/open-link-in-new-tab/

  • When I open a new website, the page does not open, instead it places a tab in the bottom task bar? How can I change the settings so as when I open a new website the page is automatically displayed on my desktop. Thank You!

    When I open a new website, the page does not open, instead it places a tab in the bottom task bar? How can I change the settings so as when I open a new website the page is automatically displayed on my desktop. Thank You!

    Tools > Options > Tabs - is the last preference there check-marked??

  • I have recently moved all of my files to a larger external hard drive, but when I am reminder of an itunes upgrade it's still attempting to go to the old drive.  How can I change the settings so it automatically goes to my new hard drive?

    I have recently moved all of my files to a larger external hard drive, but when I am reminder of an itunes upgrade it's still attempting to go to the old drive.  How can I change the settings so it automatically goes to my new hard drive?

    lisacooney wrote:
    I have recently moved all of my files to a larger external hard drive
    How did you move these files?

  • Just downloaded Firefox 6.0 and have restarted 4 plus times, but it continues to hang while launching. I cannot open new windows, change any settings, or do anything but Force Quit. I'm on Mac OSX 10.5.8. How do I get past this hang?

    Just downloaded Firefox 6.0 and have restarted 4 plus times, but it continues to hang while launching. I cannot open new windows, change any settings, or do anything but Force Quit. I'm on Mac OSX 10.5.8. How do I get past this hang?

    Long story short: Simply get CC for teams. At 500 bucks a year it's a steal and those 5 licenses in the base package (or was it 10 even?) cover all your computers, at least the 3 ones you mentioned. For system requirements refer to the individual product pages.
    Mylenium

  • How can I change the settings on my iPhone 5 so that I get new emails automatically? Without having to open the mail app.

    How can I change the settings on my iPhone 5 so that I get new emails automatically? Without having to open the mail app.
    Thanks!

    No, they will all follow the default setting. If you want them all to fetch, for example every 15 minutes, then set it to 15 minutes in Fetch. I only mentioned the other if you wanted to leave one for manual. I have an account on my phone that is a POP account that I get mail at home from. I let my home computer get this mail, but when I am out of town, I pick it up with the iPhone. That one is set to manual.

  • When I search for something, firefox opens a new tab with the results. How can I change the settings to where it will all stay in the same tab?

    When I search something Firefox automatically opens a new tab with the results of this search. How do I change the settings to where the results will appear in the same tab as where I conducted the search?

    Whether to open search results in new window most often is a setting of the search engine you are using.

Maybe you are looking for