Title: LDAP library to script administration operations for e.g. Netscape Directory Server
Searching can be easily done through ADO,
eg set a command string of SELECT distinguishedName
FROM 'LDAP://DC=myname,DC=com' WHERE objectCategory='Person'. I think updating
LDAP will require acces
You can use (under Windows) the ASDI-Components.
http://www.microsoft.com/windows2000/techinfo/howitworks/activedirectory/adsilinks.asp
It is a very easy *generic* LDAP-API with Interfaces for C++ and Script-Programmers.
Markus Daniel
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Title: LDAP library to script administration operations for e.g. Netscape Directory Server
Hi,
is there a high-level library to access a Netscape Directory Server through the LDAP protocoll for administrative purposes (search for duplicate cn names, change user names in conflict, ...
Thanks for answering, here are a couple more questions.
> -Original Message-
> From: Mark Hammond [mailto:[EMAIL PROTECTED]]
> You need to exit the service "normally". When reporting the
> service stop
> status, you report an error code.
How do I do that? Should I override SvcRun and
Can someone tell me how to convert an adDBTimeStamp
to something useful after I retrieve it ?
# The following code tries to print a column
of dates from an SQL table but all I get is
a column of '<' signs :
sql= "select * from holiydays"
rs,result = DBC.Execute(sql)
#This code lists it a being