Skip to content

Latest commit

 

History

History
55 lines (51 loc) · 5.43 KB

ProvidersAdsAdsItem.md

File metadata and controls

55 lines (51 loc) · 5.43 KB

ProvidersAdsAdsItem

Properties

Name Type Description Notes
allocate_gids bool Allocates an ID for an unmapped Active Directory (ADS) group. ADS groups without GIDs can be proactively assigned a GID by the ID mapper. If the ID mapper option is disabled, GIDs are not proactively assigned, and when a primary group for a user does not include a GID, the system may allocate one. [optional]
allocate_uids bool Allocates a user ID for an unmapped Active Directory (ADS) user. ADS users without UIDs can be proactively assigned a UID by the ID mapper. IF the ID mapper option is disabled, UIDs are not proactively assigned, and when an identify for a user does not include a UID, the system may allocate one. [optional]
assume_default_domain bool Enables lookup of unqualified user names in the primary domain. [optional]
authentication bool Enables authentication and identity management through the authentication provider. [optional]
check_online_interval int Specifies the time in seconds between provider online checks. [optional]
controller_time int Specifies the current time for the domain controllers. [optional]
create_home_directory bool Automatically creates a home directory on the first login. [optional]
domain_offline_alerts bool Sends an alert if the domain goes offline. [optional]
findable_groups list[str] Sets list of groups that can be resolved. [optional]
findable_users list[str] Sets list of users that can be resolved. [optional]
forest str Specifies the Active Directory forest. [optional]
groupnet str Groupnet identifier. [optional]
home_directory_template str Specifies the path to the home directory template. [optional]
hostname str Specifies the fully qualified hostname stored in the machine account. [optional]
id str Specifies the ID of the Active Directory provider instance. [optional]
ignore_all_trusts bool If set to true, ignores all trusted domains. [optional]
ignored_trusted_domains list[str] Includes trusted domains when 'ignore_all_trusts' is set to false. [optional]
include_trusted_domains list[str] Includes trusted domains when 'ignore_all_trusts' is set to true. [optional]
instance str Specifies Active Directory provider instnace. [optional]
ldap_sign_and_seal bool Enables encryption and signing on LDAP requests. [optional]
login_shell str Specifies the login shell path. [optional]
lookup_domains list[str] Limits user and group lookups to the specified domains. [optional]
lookup_groups bool Looks up AD groups in other providers before allocating a group ID. [optional]
lookup_normalize_groups bool Normalizes AD group names to lowercase before look up. [optional]
lookup_normalize_users bool Normalize AD user names to lowercase before look up. [optional]
lookup_users bool Looks up AD users in other providers before allocating a user ID. [optional]
machine_account str Specifies the SAM account name of the machine account. [optional]
machine_name str Specifies name to join AD as. [optional]
machine_password_changes bool Enables periodic changes of the machine password for security. [optional]
machine_password_lifespan int Sets maximum age of a password in seconds. [optional]
name str Specifies the Active Directory provider name. [optional]
netbios_domain str Specifies the NetBIOS domain name associated with the machine account. [optional]
node_dc_affinity str Specifies the domain controller for which the node has affinity. [optional]
node_dc_affinity_timeout int Specifies the timeout for the domain controller for which the local node has affinity. [optional]
nss_enumeration bool Enables the Active Directory provider to respond to 'getpwent' and 'getgrent' requests. [optional]
primary_domain str Specifies the AD domain to which the provider is joined. [optional]
recommended_spns list[str] Configuration recommended SPNs. [optional]
restrict_findable bool Check the provider for filtered lists of findable and unfindable users and groups. [optional]
sfu_support str Specifies whether to support RFC 2307 attributes on ADS domain controllers. [optional]
site str Specifies the site for the Active Directory. [optional]
spns list[str] Currently configured SPNs. [optional]
status str Specifies the status of the provider. [optional]
store_sfu_mappings bool Stores SFU mappings permanently in the ID mapper. [optional]
system bool If set to true, indicates that this provider instance was created by OneFS and cannot be removed. [optional]
unfindable_groups list[str] Specifies groups that cannot be resolved by the provider. [optional]
unfindable_users list[str] Specifies users that cannot be resolved by the provider. [optional]

[Back to Model list] [Back to API list] [Back to README]