NWEnableFileServerLogin(3nw)


NWEnableFileServerLogin -- allows an operator to instruct the server to begin accepting new login requests from clients

Synopsis

   #include <nwserver.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWEnableFileServerLogin (NWCONN_HANDLE conn);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

0x89C6
NO_CONSOLE_PRIVILEGES

Notices

Enabling the server's log state also unlocks the SUPERVISOR's account if it has been locked because of intruder detection.

To call NWEnableFileServerLogin, you must have console operator rights.

If the calling station does not have operator privileges, NO_CONSOLE_PRIVILEGES is returned, and the NetWare server's log state remains unchanged.

Services

File Server Environment

NCP calls

0x2222 23 204
Enable File Server Login

References

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