Mark's profileIn-Cider KnowledgePhotosBlogListsMore Tools Help
    August 02

    Group Policy Extension query

     
    Someone contacted me to ask me a question about how to use the Group Policy extension to set a proxy url for their organisation.  Because of the odd way this whole spaces thing is set up, I couldn't reply to his message!  Anyway, worth posting for everyone who has been trying it to see how its done.
     
    If you download the Group Policy Extension zip, you will see an example ADM template.  Install the extension (better to install to %ProgramFiles%\Mozilla Firefox\extensions and not the user's profile) and apply the admin template to your local group policy and set the home page to whatever and you should see it sets and locks that.
     
    For the proxy, you need to set 2 preferences:  network.proxy.autoconfig_url and network.proxy.type.  The first is obviously the url of your proxy and the second is type, which you want to set to 2 (set it in the Administrative Template as a string, not a DWORD).  You need to set both to get them to work.  So, just add those entries to the Admin Template in the same way as the browser.startup.homepage entry and it should be good to go.
     
    Anyway, an ADM template to do this will look like:
     
    CLASS MACHINE

    CATEGORY "Mozilla Firefox Group Policy Settings"
    KEYNAME "Software\Policies\ADM\Firefox\Locked"
    POLICY "General Settings"
    PART "Homepage" EDITTEXT REQUIRED
    VALUENAME browser.startup.homepage
    END PART
    END POLICY
    POLICY "Proxy"
    PART "Type (set 2 for autoconfig)" EDITTEXT REQUIRED
    VALUENAME network.proxy.type
    END PART
    PART "autoconfig url" EDITTEXT REQUIRED
    VALUENAME network.proxy.autoconfig_url
    END PART
    END POLICY

    END CATEGORY
     
    You can tidy it up and make it a lot more "user friendly"!
     
    If anyone has any questions about this or anything else Firefox Group Policy related, feel free to contact me at the address to the left of the page:  mark(dot)sammons(at)ed(dot)ac(dot)uk    (replace the dots and ats obviously!)
     

    Comments (1)

    Please wait...
    Sorry, the comment you entered is too long. Please shorten it.
    You didn't enter anything. Please try again.
    Sorry, we can't add your comment right now. Please try again later.
    To add a comment, you need permission from your parent. Ask for permission
    Your parent has turned off comments.
    Sorry, we can't delete your comment right now. Please try again later.
    You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
    Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
    Complete the security check below to finish leaving your comment.
    The characters you type in the security check must match the characters in the picture or audio.
    Mark Sammons has turned off comments on this page.
    Mar. 5

    Trackbacks

    Weblogs that reference this entry
    • None