The LDAP server in NDS eDirectory can set and get information about the following eDirectory extended flags.
By default, when creating an attribute definition, none of these flags are set.
To obtain the information when reading the schema, you must send the flag with the request to read the attribute.
Standard LDAP Flags | NDAP Equivalent |
---|---|
SINGLE-VALUE | DS_SINGLE_VALUED_ATTR set to True COLLECTIVE Not supported |
NO-USER-MODIFICATION Flag | DS_READ_ONLY_ATTR set to True |
USAGE userApplications | None required. This sets the attribute as a normal attribute. The other Attribute Usage Flags flags can only ?? be set by eDirectory. |
USAGE directoryOperation | DS_OPERATIONAL (set by eDirectory) |
USAGE distributedOperation | DS_OPERATIONAL (set by eDirectory) |
USAGE dSAOperation | DS_OPERATIONAL (set by eDirectory) |
Standard LDAP Flags | NDAP Equivalent |
---|---|
ABSTRACT | DS_EFFECTIVE_CLASS set to False |
STRUCTURAL | DS_EFFECTIVE_CLASS set to True |
AUXILIARY | DS_AUXILIARY_CLASS set to True |