Overview#
EDirectory Event Type| # | Event Type | Description | Structure Returned |
|---|---|---|---|
| 1 | DSE_CREATE_ENTRY | A new eDirectory object has been created. | DSEEntryInfo |
| 2 | DSE_DELETE_ENTRY | An existing eDirectory object has been deleted. | DSEEntryInfo |
| 3 | DSE_RENAME_ENTRY | An existing eDirectory object has been renamed. | DSEEntryInfo |
| 4 | DSE_MOVE_SOURCE_ENTRY | This is the second of two events reported for a move operation. This event specifies the deletion of a eDirectory object from its original location in the Directory tree. (See DSE_MOVE_DEST_ENTRY. | DSEEntryInfo |
| 5 | DSE_ADD_VALUE | A value has been added to an object attribute. | DSEValueInfo |
| 6 | DSE_DELETE_VALUE | A value has been deleted from an object attribute. | DSEValueInfo |
| 7 | DSE_CLOSE_STREAM | A Stream attribute has been closed. | DSEValueInfo |
| 8 | DSE_DELETE_ATTRIBUTE | An attribute has been deleted from an object. This generates DSE_DELETE_VALUE events for values associated with the attribute. The DSE_DELETE_VALUE events occur after the DSE_DELETE_ATTRIBUTE event. | DSEValueInfo |
| 9 | DSE_SET_BINDERY_CONTEXT | The bindery context has been set on the server. | No data is associated with this event. |
| 10 | DSE_CREATE_BINDERY_OBJECT | A bindery object has been created. | DSEBinderyObjectInfo |
| 11 | DSE_DELETE_BINDERY_OBJECT | A bindery object has been deleted. | DSEBinderyObjectInfo |
| 12 | DSE_CHECK_SEV | The Security Equivalence Vector has been checked. | DSESEVInfo |
| 13 | DSE_UPDATE_SEV | The Security Equivalence Vector has been updated. | No data is associated with this event. |
| 14 | DSE_MOVE_DEST_ENTRY | This is the first of two events reported for a move operation. This event specifies the placement of the eDirectory object into its new location in the Directory tree. (See DSE_MOVE_SOURCE_ENTRY.) This generates DSE_ADD_VALUE events for all of the values associated with the object. | DSEEntryInfo |
| 15 | DSE_DELETE_UNUSED_EXTREF | An unused external reference has been deleted. | DSEEntryInfo |
| 16 | DSE_OBSOLETE_TRACE | A DSTrace event has occurred. The specific DSTrace event is designated by a TV_ flag returned in the DSETraceInfo structrue | DSETraceInfo |
| 17 | DSE_REMOTE_SERVER_DOWN | A remote server has gone down. | DSENetAddress |
| 18 | DSE_NCP_RETRY_EXPENDED | The number of retries for an NCP™ request has been expended. | DSENetAddress |
| 19 | DSE_REMOTE_CONN_CLEARED | A remote connection has been cleared. | DSENetAddress |
More Information#
There might be more information for this subject on one of the following:- ACCOUNT_UNLOCK
- AUTHENTICATE_SESSION
- CREATE_SESSION
- DSE_ADD_VALUE
- DSE_AUTHENTICATE
- DSE_DELETE_VALUE
- DSE_LOGIN_EX
- DSE_NMAS_LOG_FINISH_LOGIN_STATUS
- EDirectory 9.0.3.0 (40005.12)
- XDAS Security Events
- XDASv2 Events
- [#1] - NDK: eDirectory Event Services
- based on information obtained 2017-05-24-