When using SDS.P to create users and their attributes on an ADAM server, is there a way to perform a single SendRequest() call on my LdapConnection? From looking through examples on the Microsoft site, I only see a single DirectoryRequest object in each SendRequest() call. But I assume there is a way to set up the information in advance and then submit one SendRequest on my LdapConnection to create the user an all their attributes in one shot. Can anyone elaborate on how this could be done?
Just to clarify: I'm not referring to multi-valued attributes. I need to create a user and then add in all the different user attributes, like displayName, employeeID, sn, givenName, etc. I would like to add all these attributes in a single SendRequest() call if possible.
Thanks for any suggestions.
-Dave