cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
argie01
Engaged Sweeper
Hi,

in my network I'm using LDAP (installed in a Debian server) to authenticate clients running XP. ¿Is it posible to run lsclient automatically in each client XP, just as an a normal init script of Active Directory ?

Thank you!

Argie
5 REPLIES 5
Hemoco
Lansweeper Alumni
Lsclient need the name of the server where lansweeper is installed as parameter.
argie01
Engaged Sweeper
Sorry, but I dont understand this line below:

\\server\share\lsclient.exe servername

"\\server" is my linux Debian? and what is "servername"?

Thank you.
argie01
Engaged Sweeper
Yes, I'm using some .bat to mapping networks folders.
Hemoco
Lansweeper Alumni
argie01 wrote:
Yes, I'm using some .bat to mapping networks folders.

You can probably use lsclient inside this bat file.
You can also set your firewall correct in XP in the bat file:

call netsh firewall set service RemoteAdmin enable
call netsh firewall add portopening protocol=tcp port=135 name=DCOM_TCP135
call netsh firewall add allowedprogram program=%windir%\system32\wbem\unsecapp.exe name=WMI
call netsh firewall add allowedprogram program=%windir%\system32\dllhost.exe name=Dllhost
\\server\share\lsclient.exe servername
Hemoco
Lansweeper Alumni
Do you have any kind of login script on the debian server?