LDAP String

  • Thread starter Thread starter Michael Tkachev
  • Start date Start date
M

Michael Tkachev

Hello All

I would like to get all users from domain controller of windowsNT server 4.0
named "ruera03". This domain controller does not have an active directory. I
cannot make the connectionstring (LDAP). I'm looking for solution.
What can I do?

The tracert era returns ruera04.ru.henkelgroup.net. How can be the LDAP
string?

When I wrote
string mypath = "WinNT://ruera03";

Winnt returns allgroups and all users. But the group does not have a users.
This is list only wothout hierarchy
 
I would like to get all users from domain controller of windowsNT server 4.0
named "ruera03". This domain controller does not have an active directory. I
cannot make the connectionstring (LDAP). I'm looking for solution.
What can I do?

You cannot use LDAP if you don't have AD or another LDAP server on
your machine. NT4 by default knows nothing about LDAP.

You can access your list of users and groups on your NT4 server by
means of the WinNT provider in ADSI to enumerate your users and
groups.

Marc
================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 
Back
Top