Skip to content

Latest commit

 

History

History
74 lines (70 loc) · 6.95 KB

ProvidersLdapLdapItem.md

File metadata and controls

74 lines (70 loc) · 6.95 KB

ProvidersLdapLdapItem

Properties

Name Type Description Notes
alternate_security_identities_attribute str Specifies the attribute name used when searching for alternate security identities. [optional]
authentication bool If true, enables authentication and identity management through the authentication provider. [optional]
balance_servers bool If true, connects the provider to a random server. [optional]
base_dn str Specifies the root of the tree in which to search identities. [optional]
bind_dn str Specifies the distinguished name for binding to the LDAP server. [optional]
bind_mechanism str Specifies which bind mechanism to use when connecting to an LDAP server. The only supported option is the 'simple' value. [optional]
bind_timeout int Specifies the timeout in seconds when binding to an LDAP server. [optional]
certificate_authority_file str Specifies the path to the root certificates file. [optional]
check_online_interval int Specifies the time in seconds between provider online checks. [optional]
cn_attribute str Specifies the canonical name. [optional]
create_home_directory bool Automatically create the home directory on the first login. [optional]
crypt_password_attribute str Specifies the hashed password value. [optional]
email_attribute str Specifies the LDAP Email attribute. [optional]
enabled bool If true, enables the LDAP provider. [optional]
enumerate_groups bool If true, allows the provider to enumerate groups. [optional]
enumerate_users bool If true, allows the provider to enumerate users. [optional]
findable_groups list[str] Specifies the list of groups that can be resolved. [optional]
findable_users list[str] Specifies the list of users that can be resolved. [optional]
gecos_attribute str Specifies the LDAP GECOS attribute. [optional]
gid_attribute str Specifies the LDAP GID attribute. [optional]
group_base_dn str Specifies the distinguished name of the entry where LDAP searches for groups are started. [optional]
group_domain str Specifies the domain for this provider through which groups are qualified. [optional]
group_filter str Specifies the LDAP filter for group objects. [optional]
group_members_attribute str Specifies the LDAP Group Members attribute. [optional]
group_search_scope str Specifies the depth from the base DN to perform LDAP searches. [optional]
groupnet str Groupnet identifier. [optional]
home_directory_template str Specifies the path to the home directory template. [optional]
homedir_attribute str Specifies the LDAP Homedir attribute. [optional]
id str Specifies the ID of the LDAP provider. [optional]
ignore_tls_errors bool If true, continues over secure connections even if identity checks fail. [optional]
listable_groups list[str] Specifies the groups that can be viewed in the provider. [optional]
listable_users list[str] Specifies the users that can be viewed in the provider. [optional]
login_shell str Specifies the login shell path. [optional]
member_of_attribute str Specifies the LDAP Query Member Of attribute, which performs reverse membership queries. [optional]
name str Specifies the name of the LDAP provider. [optional]
name_attribute str Specifies the LDAP UID attribute, which is used as the login name. [optional]
netgroup_base_dn str Specifies the distinguished name of the entry where LDAP searches for netgroups are started. [optional]
netgroup_filter str Specifies the LDAP filter for netgroup objects. [optional]
netgroup_members_attribute str Specifies the LDAP Netgroup Members attribute. [optional]
netgroup_search_scope str Specifies the depth from the base DN to perform LDAP searches. [optional]
netgroup_triple_attribute str Specifies the LDAP Netgroup Triple attribute. [optional]
normalize_groups bool Normalizes group names to lowercase before look up. [optional]
normalize_users bool Normalizes user names to lowercase before look up. [optional]
nt_password_attribute str Specifies the LDAP NT Password attribute. [optional]
ntlm_support str Specifies which NTLM versions to support for users with NTLM-compatible credentials. [optional]
provider_domain str Specifies the provider domain. [optional]
require_secure_connection bool Determines whether to continue over a non-TLS connection. [optional]
restrict_findable bool If true, checks the provider for filtered lists of findable and unfindable users and groups. [optional]
restrict_listable bool If true, checks the provider for filtered lists of listable and unlistable users and groups. [optional]
search_scope str Specifies the default depth from the base DN to perform LDAP searches. [optional]
search_timeout int Specifies the search timeout period in seconds. [optional]
server_uris list[str] Specifies the server URIs. [optional]
shell_attribute str Specifies the the LDAP Shell attribute. [optional]
status str Specifies the status of the provider. [optional]
system bool If true, indicates that this provider instance was created by OneFS and cannot be removed. [optional]
uid_attribute str Specifies the the LDAP UID Number attribute. [optional]
unfindable_groups list[str] Specifies the groups that cannot be resolved by the provider. [optional]
unfindable_users list[str] Specifies users that cannot be resolved by the provider. [optional]
unique_group_members_attribute str Sets the LDAP Unique Group Members attribute. [optional]
unlistable_groups list[str] Specifies a group that cannot be listed by the provider. [optional]
unlistable_users list[str] Specifies a user that cannot be listed by the provider. [optional]
user_base_dn str Specifies the distinguished name of the entry at which to start LDAP searches for users. [optional]
user_domain str Specifies the domain for this provider through which users are qualified. [optional]
user_filter str Specifies the LDAP filter for user objects. [optional]
user_search_scope str Specifies the depth from the base DN to perform LDAP searches. [optional]

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