table of contents
other versions
DPNS_ENTERUSRMAP(3) | DPNS Library Functions | DPNS_ENTERUSRMAP(3) |
NAME¶
dpns_enterusrmap - define a new user entry in Virtual Id table
SYNOPSIS¶
#include <sys/types.h>
#include "dpns_api.h"
int dpns_enterusrmap (uid_t uid, char *username)
DESCRIPTION¶
dpns_enterusrmap defines a new user entry in Virtual Id table.
- uid
- specifies the Virtual User Id. If the value is -1, the next available id is allocated.
- username
- specifies the user name.
This function requires ADMIN privilege.
RETURN VALUE¶
This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.
ERRORS¶
$Date: 2006/01/13 16:22:46 $ | DPNS |