ReactOS 0.4.15-dev-8092-ge0ba2f3
idmap_config Struct Reference

Public Attributes

char hostname [NFS41_HOSTNAME_LEN+1]
 
UINT port
 
UINT version
 
UINT timeout
 
char classes [NUM_CLASSES][NAME_LEN]
 
char attributes [NUM_ATTRIBUTES][NAME_LEN]
 
char base [VAL_LEN]
 
INT cache_ttl
 

Detailed Description

Definition at line 82 of file idmap.c.

Member Data Documentation

◆ attributes

char idmap_config::attributes[NUM_ATTRIBUTES][NAME_LEN]

Definition at line 91 of file idmap.c.

Referenced by idmap_lookup_group(), idmap_lookup_user(), and idmap_query_attrs().

◆ base

char idmap_config::base[VAL_LEN]

Definition at line 92 of file idmap.c.

◆ cache_ttl

INT idmap_config::cache_ttl

Definition at line 95 of file idmap.c.

◆ classes

char idmap_config::classes[NUM_CLASSES][NAME_LEN]

Definition at line 90 of file idmap.c.

◆ hostname

char idmap_config::hostname[NFS41_HOSTNAME_LEN+1]

Definition at line 84 of file idmap.c.

◆ port

UINT idmap_config::port

Definition at line 85 of file idmap.c.

◆ timeout

UINT idmap_config::timeout

Definition at line 87 of file idmap.c.

◆ version

UINT idmap_config::version

Definition at line 86 of file idmap.c.


The documentation for this struct was generated from the following file: