CreateUser with LDAP?

  • Thread starter Thread starter Dragomir Goranov
  • Start date Start date
D

Dragomir Goranov

Hello,

Please can someone help me find a function that creates a user on the
local
computer via LDAP?
Thanks!
 
Local on what type of OS? LDAP is an interface to Active Directory. Local
accounts aren't stored in AD.
 
Please can someone help me find a function that creates a user on the
local computer via LDAP?

You can't use LDAP to create local user accounts - LDAP is only for
Active Directory on the server.

If you want to create a local user, you will need to use the WinNT
provider for System.DirectoryServices, or call a Win32 API function.

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