Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Your hard-drive from home

  • 05-12-2004 5:52pm
    #1
    Registered Users, Registered Users 2 Posts: 1,421 ✭✭✭


    hey folks, ucd/firefox related issue here:

    we're able to access our h: drive from home by logging into connect and clicking my_files. This works for me with IE, but when i try to do it through firefox, the popup doesnt come up, even when i turn on "allow all popups". I'm using firefox 1.0. I can goto tools>javascript console and it tells me this:
    Error: unterminated regular expression literal
    Source File: http://cp.ucd.ie:8002/cgi/nw/nwcpc?pickup=AjQU7bQrYXzAOPguyun0OA&&url=http://cp.ucd.ie:8002/cgi/nw/nwcpc
    Line: 9
    Source Code:
    /-->

    click on the link and i get this source:

    <html>
    <head><title>NW portal login</title></head>
    <script language="javascript"> <!--
    function newWindow(targetUrl, targetName) {
    param='';
    win=window.open(targetUrl, targetName, param);
    win.focus();
    }
    /--></script>
    <body onload="newWindow('http://cp.ucd.ie:8002/cgi/nw/nwcpc','NetWarePortal');setTimeout('history.back()',2000)"&gt;
    <P>Your NetWare Portal session is being started in another window...</P>
    <P><a href="javascript:history.back()">Click here to return...</a></P> </body>
    </html>


    any idea what i can do to fix things up? Is there no firefox board here?


Comments

  • Registered Users, Registered Users 2 Posts: 2,185 ✭✭✭ondafly


    this might be an NTLM issue - Firefox does NTLM auth in the backround.

    you need to type in the URL of firefox

    about:config

    I can't for the life of me remember what setting it is to make it visible, i.e. brings up a pop box with user name and password.


  • Registered Users, Registered Users 2 Posts: 1,421 ✭✭✭Steveire


    Thanks for that. I googled "NTLM firefox" and went here

    i went into about:config and toggled "network.automatic-ntlm-auth.allow-proxies"

    but, still nothing.


Advertisement