NWADInitLevelTwoPassword(3nw)
NWADInitLevelTwoPassword --
enables auditor level two access on a specified volume
Synopsis
#include <nwaudit.h>
or
#include <nwnet.h>
N_EXTERN_LIBRARY NWRCODE NWADInitLevelTwoPassword
(nptr auditHandle,
pnuint8 password);
Description
The parameters are as follows:
- auditHandle
-
(IN) Points to the auditHandle allocated by NWADOpen.
- password
-
(IN) Points to a NULL-terminated character string containing the password.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
- 0x8984
-
Auditing Not Supported
- 0x89DE
-
PASSWORD_HAS_EXPIRED_NO_GRACE
Notices
auditHandle is initialized and setup 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 only is valid on NetWare 4.1. (NWADCheckLevelTwoAccess is not supported on trusted NetWare.)
Services
Auditing
References
NWADLogin(3nw),
NWADCheckLevelTwoAccess(3nw),
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.