I am new to LDAP development so please forgive my ignorance on the subject. I am on a project where I need to manage groups and group membership in Novell eDirectory using .NET. I have found several examples of creating groups in Active Directory but all of these examples use SamAccountName which is specific to active directory. Can anyone share some more generic code that would work against any LDAP store?
Specifically I am looking to implement the following functions:
- Group creation
- Group deletion
- Add user to group
- Remove user from group
Thanks!