This ioctl deletes the mapping for a specified Network User Identifier (NUI).
This ioctl can disrupt other users significantly. For this reason it can only be used by root.
The following structure is associated with this ioctl:
struct nui_del {
char prim_class; /* Always NUI_MSG */
char op; /* Always NUI_DEL */
struct nuiformat nuid; /* NUI to delete */
};
The members of the nui_del structure are:
Table 7-27 nui_del fields|
Member |
Description |
|---|---|
|
prim_class |
The value of this member is always NUI_MSG. |
|
op |
The value of this member is always NUI_DEL. |
|
nuid |
The Network User Identifier of the entry to be deleted |