MSFT_NfsNetgroupStore class

Configures a netgroup store that Windows NFS server uses to query for netgroups.

MSFT_NfsNetgroupStore is a singleton class; there is only one instance.

The following syntax is simplified from Managed Object Format (MOF) code.

Syntax

[ClassVersion("1.0"), dynamic, provider("nfscimprov"), AMENDMENT]
class MSFT_NfsNetgroupStore
{
  string Name;
  string NetgroupStoreType;
  string LdapServer;
  string LdapNamingContext;
  string NisDomain;
  string NisServer;
};

Members

The MSFT_NfsNetgroupStore class has these types of members:

Properties

The MSFT_NfsNetgroupStore class has these properties.

LdapNamingContext

Data type: string

Access type: Read/write

The naming context to be used when querying for netgroups. This property is used only if the NetgroupStoreType is LDAP.

LdapServer

Data type: string

Access type: Read/write

The LDAP server name to be used when querying for netgroups. This property is used only if the NetgroupStoreType is LDAP.

Name

Data type: string

Access type: Read-only

Qualifiers: key

This property is not used.

NetgroupStoreType

Data type: string

Access type: Read/write

The netgroup store type. The possible values for this property are:

None

None. (Netgroup support is not configured.)

NIS

Use NIS server as the netgroup store.

LDAP

Use LDAP as the netgroup store.

NisDomain

Data type: string

Access type: Read/write

The NIS domain name to be used when querying for netgroups. This property is used only if the NetgroupStoreType is NIS.

NisServer

Data type: string

Access type: Read/write

The NIS server name to be used when querying for netgroups. This property is used only if the NetgroupStoreType is NIS.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\NFS
MOF
NfsCimProv.mof
DLL
NfsCimProv.dll