Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Untangle Ninja
    Join Date
    Jul 2008
    Posts
    1,130

    Default Posting code to help site??

    I belong to the experts-exchange.com site and have a paid registration. They are very good at helping me with code and etc.

    I want to use them for help in converting the AD Connector vbs code to linux/darwin to use with MAC's and Linux distros.

    I asked for the help but told them I could not post the code until I found out whether or not I am allowed to do that. I know it is free for anyone to see as it is now. All they have to do is download the ISO or vmware image and install the AD 14 day trial and there's the code, but...

    I want to get permission from here first. It is the client side script, short and sweet. Not any of the UT code itself.

    Thoughts??

    Lannie

  2. #2
    Untangle Ninja sky-knight's Avatar
    Join Date
    Apr 2008
    Location
    Phoenix, AZ
    Posts
    16,913

    Default

    experts-exchange.com? You mean that blight on google that thwarts any and all searches for information that is freely available?
    Rob Sandling, BS:SWE, MCP
    Intouch Technology
    Phone: 480-272-9889
    rob@intouchtechllc.com

    UntangleAppliances.com
    Phone: 866-794-8879

  3. #3
    Untangle Ninja
    Join Date
    Jul 2008
    Posts
    1,130

    Default

    I know, that used to tick me off, but my coworker pays for it and it has been invaluable at times.

    Lannie

  4. #4
    Newbie
    Join Date
    Feb 2009
    Posts
    2

    Default

    Quote Originally Posted by sky-knight View Post
    experts-exchange.com? You mean that blight on google that thwarts any and all searches for information that is freely available?
    If you scroll all the way down to the bottom you can get the same answers as if you paid..


  5. #5
    Untangle Junkie dmorris's Avatar
    Join Date
    Nov 2006
    Location
    San Mateo, CA
    Posts
    11,691

    Default

    Quote Originally Posted by sky-knight View Post
    experts-exchange.com? You mean that blight on google that thwarts any and all searches for information that is freely available?
    yeah, google forced them to put the answers on there.
    you just have to scroll to the waaaaaay bottom past all the categories.

    lschafroth,
    please post it and please post back here if you get any good answers!
    Attention: Support and help on the Untangle Forums is provided by volunteers and community members like yourself.
    If you need Untangle support please call or email support@untangle.com

  6. #6
    Untangle Ninja
    Join Date
    Jul 2008
    Posts
    1,130

    Default

    Quote Originally Posted by dmorris View Post
    y
    lschafroth,
    please post it and please post back here if you get any good answers!
    thank you!!

    I already have the commands for the current logged in user, the computer name done. We dont really use domains, but I could return the local domain name I suppose.

    Lannie

    PS I would cancel the subscription since you can get the answers now, but heck, I'm not paying for it. hehe

  7. #7
    Untangle Ninja juank's Avatar
    Join Date
    Aug 2007
    Location
    Athens
    Posts
    1,474

    Default

    Quote Originally Posted by charlesquin View Post
    If you scroll all the way down to the bottom you can get the same answers as if you paid..

    Come on !!!! Don't tell them you can do that... I use it all the time! If you keep telling that, they will block it ...
    --------------------------------
    Juan Machado
    --------------------------------

  8. #8
    Untangle Junkie dmorris's Avatar
    Join Date
    Nov 2006
    Location
    San Mateo, CA
    Posts
    11,691

    Default

    Quote Originally Posted by juank View Post
    Come on !!!! Don't tell them you can do that... I use it all the time! If you keep telling that, they will block it ...
    I think they were required by google to add the answers if they wanted to continue to get good page rankings.
    Attention: Support and help on the Untangle Forums is provided by volunteers and community members like yourself.
    If you need Untangle support please call or email support@untangle.com

  9. #9
    Untangle Ninja
    Join Date
    Jul 2008
    Posts
    1,130

    Default

    OK, I've been looking at the code and I am NO programmer by any means.

    I understand the servername arguments section. I assume this is done to test the script with command line argument to test another server address otherwise it defaults to the UT that created the script? Is this correct?

    command = URL_PREFIX+"://"+ServerName+"/adpb/registration?username="+strUser+"&domain="+strDoma in+"&hostname="+strHostname+"&action=login"
    'WScript.Echo command
    AJAX.Open "GET", command
    AJAX.Send ""

    the above code is confusing me. Wouldn't you want to do a POST instead of a GET to update the UT server with the client info? Does the UT know what the client information is just by seeing it GET the information and that is why you only do a GET function?

    I assume the .send "" is the same as .send(null). What is the function of the .send "" in this scenerio?

    Lannie

  10. #10
    Untangle Ninja
    Join Date
    Jul 2008
    Posts
    1,130

    Default

    I have most of this script written for the bash shell in Darwin. I will test it Monday. It wasnt that difficult once I knew what each part was doing. Google was my friend. (not experts-exchange this time)

    Lannie

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

SEO by vBSEO 3.6.0 PL2