NWInitAuditLevelTwoPassword(3nw)


NWInitAuditLevelTwoPassword -- enables auditor level two access on a specified volume

Synopsis

   #include <nwaudit.h> 
   or 
   #include <nwnet.h> 
   

NWCCODE N_API NWInitAuditLevelTwoPassword (nuint8 N_FAR * auditKey, nuint8 N_FAR * password);

Description

The parameters are as follows:

auditKey
(IN) Points to a 40-byte array.

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

auditKey is initialized and setup for level two access.

NWInitAuditLevelTwoPassword does not modify auditing flags and does not verify the password.

Call NWInitAuditLevelTwoPassword to set up the Directory Service Level Two Password also.

NWCheckAuditLevelTwoAccess can be called to verify if the password is valid.

Services

Auditing

NCP calls

None

References

NWLoginAsVolumeAuditor(3nw), NWCheckAuditLevelTwoAccess(3nw), NWDSLoginAsContainerAuditor(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.