Adic Server Instrukcja Użytkownika Strona 56

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 218
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 55
4-14 DAS ACI Functions
601626-B
aci_clientstatus
The aci_clientstatus function queries client access list
configuration. See Figure 4-8.
Figure 4-8 aci_clientstatus Function Call
Query the current client access configuration status of a client
named clientname. All configuration information is returned in
the structure aci_client_entry. See Figure 4-9.
For additional information, refer to aci_clientaccess on page
4-11.
Figure 4-9 Returned Configuration Information
See Table 4-5 for a description of the parameters for the
aci_clientstatus function call.
#include "aci.h"
int aci_clientstatus( char *clientname,
struct aci_client_entry *client )
struct aci_client_entry{
char clientname[ACI_NAME_LEN];
struct in_addr ip_addr;
boolean avc;
boolean complete_access;
boolean dismount;
char
volser_range[ACI_MAX_RANGES][ACI_RANGE_LEN];
char drive_range[ACI_RANGE_LEN];
};
Przeglądanie stron 55
1 2 ... 51 52 53 54 55 56 57 58 59 60 61 ... 217 218

Komentarze do niniejszej Instrukcji

Brak uwag