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 access at a lower level, eg the ADSI interfaces. Both ADO and
ADSI are COM interfaces so should be accessible from PythonCOM. There are
also plenty of samples for ADO/ADSI on msdn.microsoft.com, although these tend
to be VBScript/JScript so will need some munging. You won't need much LDAP
knowledge for these, but some programming might help ;-)
Hope
this helps
Ant
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]
Sent: 16 May 2001 13:54
To: [EMAIL PROTECTED]
Subject: LDAP library to script administration operations for e.g. Netscape Directory ServerHi,
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, ...)? It should be easy to use ... (i.e. for non-programmers and somebody that does not know the LDAP protocoll by heart).
Peter Frey
[EMAIL PROTECTED]
