NWADInitLevelTwoPassword
Enables auditor level two access on a specified volume
#include <nwaudit.h>
or
#include <nwnet.h>
N_EXTERN_LIBRARY NWRCODE NWADInitLevelTwoPassword (
nptr auditHandle,
pnuint8 password);
uses audwin32
Function NWADInitLevelTwoPassword
(auditHandle : nptr;
Var password : nuint8
) : NWRCODE;
These are common return values; see Return Values (Return Values for C) for more information.
auditHandle is initialized and set up for level two access.
NWADInitLevelTwoPassword does not modify auditing flags and does not verify the password.
Call NWADInitLevelTwoPassword to set up the Directory Service Level Two Password also.
NWADCheckLevelTwoAccess can be called to verify if the password is valid on NetWare 4.1. ( NWADCheckLevelTwoAccess is not supported on NetWare 4.11.)