RE: LDAP library to script administration operations for e.g. Netscape Directory Server

2001-05-16 Thread Ant Phillips
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

Re: LDAP library to script administration operations for e.g. Netscape Directory Server

2001-05-16 Thread Markus Daniel
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:

LDAP library to script administration operations for e.g. Netscape Directory Server

2001-05-16 Thread Peter . Frey
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, ...

RE: NT Services

2001-05-16 Thread Syver Enstad
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

Dates in MS SQL via ADO anyone ?

2001-05-16 Thread Kári Harðarson
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