01-04-2010, 01:13 PM
|
#1 (permalink)
|
|
Master Untangler
Join Date: Nov 2007
Location: Carrollton, GA
URLs submitted: 7
Posts: 170
|
Ltsp adls
I am running an Ubuntu LTSP setup and want to have the thin clients talk to the AD connector. I have a script like the one at http://forums.untangle.com/ad-connec...rver-ldap.html that will work in Ubuntu but can't seem to figure out how to make it report the thin client's IP instead of the LTSP's. Is there a different syntax that I can pass the AD Connector so that the script specifies the source IP instead of it being determined automatically? The script I am using currently runs this command:
Code:
URLCOMMAND=${URL_PREFIX}"://"${SERVERNAME}"/adpb/registration?username="${strUser}"&domain="${strDomain}"&hostname="${strHostname}"&action=login"
curl -f -s -m 10 $URLCOMMAND
I guess what I am asking is there a variable that can be added to that URL to manually specify the IP. If so, I figure I will run a couple of commands to determine the thin client's real IP then pass it along with the name and such.
|
|
|