I want to get all the available objectclass names and attributes of every objectclass from OpenLDAP (not Active Directory) using c#.
I am able to do this with the ActiveDirectorySchema class when dealing with AD, But i don't know how to do it with other LDAP server.
Can anyone please help?