
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 07:05 PM
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
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
Labels:
- Labels:
-
Archive
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2010 04:34 PM
Lsclient need the name of the server where lansweeper is installed as parameter.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2010 04:31 PM
Sorry, but I dont understand this line below:
\\server\share\lsclient.exe servername
"\\server" is my linux Debian? and what is "servername"?
Thank you.
\\server\share\lsclient.exe servername
"\\server" is my linux Debian? and what is "servername"?
Thank you.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2010 12:34 PM
Yes, I'm using some .bat to mapping networks folders.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2010 02:28 PM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2010 07:40 PM
Do you have any kind of login script on the debian server?
