opends

Intercepting an LDAP in order to gather statistics

We are looking at building an application that either proxies a standalone LDAP server or delegates to an embedded Java LDAP instance (ie: ApacheDS, OpenDS) in order to log requests and determine who is accessing which applications on our very large corporate network. My question is is there a good way to intercept an LDAP request and "...

Connecting to OpenDS using System.DirectoryService

I have been trying to find some tutorials on how to connect to OpenDS using .NET's LDAP types to no avail. Can anyone point me to some articles/tutorials that have good samples on using OpenDS as a directory service and accessing and working with it using C#. This is what I have tried so far, but always get an invalid username/password ...

OpenDS DN is not Valid

I have a custom schema with my own object classes and custom attributes defined. I have some sample data imported in to OpenDS based on this schema and am facing a weird issue. One of the optional attributes for my object class is "File" which is of type "binary". When i try and manually add a file to any of the entries using the "edit" ...

Cannot specify which attributes to return when querying an LDAP store.

I am using the DirectoryServices.Protocols.SearchRequest type to make a request against an OpenDS store to retrieve some entries. I want to be able to control which attributes are returned for the entries in the response and thought the "Attributes" property would do it. However that property does not have a setter so I cannot do somethi...