> DNU home > code projects page 1
NdapAddEntry - Source Code Details 8
DeveloperNet University Article

The purpose of createSampleUser( ) is to build an NDS request buffer to describe an object entry add operation for a user. This is much the same as createSampleO( ) and createSampleOU( ). However, unlike those functions which deal with a single attribute with a single value, createSampleUser( ) adds an object entry with multiple attributes, some with multiple values.

Notice that if there are multiple values for an attribute, multiple calls to NWDSPutAttrVal are made after the attribute name has been specified with NWDSPutAttrName .



PREVIOUSblankTop of PageblankNEXT