mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Update author field and add type for all options in docs (#54350)
This commit is contained in:
parent
399fc110e7
commit
7ad003bf68
23 changed files with 116 additions and 23 deletions
|
@ -23,17 +23,19 @@ description:
|
|||
- To modify an existing directory service configuration you must first delete
|
||||
an exisitng configuration and then recreate with new settings.
|
||||
author:
|
||||
- Simon Dodsley (@sdodsley)
|
||||
- Pure Storage Ansible Team (@sdodsley) <pure-ansible-team@purestorage.com>
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
- Create or delete directory service configuration
|
||||
default: present
|
||||
type: str
|
||||
choices: [ absent, present ]
|
||||
dstype:
|
||||
description:
|
||||
- The type of directory service to work on
|
||||
choices: [ management, nfs, smb ]
|
||||
type: str
|
||||
enable:
|
||||
description:
|
||||
- Whether to enable or disable directory service support.
|
||||
|
@ -46,6 +48,7 @@ options:
|
|||
domain name or IP address. For example, ldap://ad.company.com configures
|
||||
the directory service with the hostname "ad" in the domain "company.com"
|
||||
while specifying the unencrypted LDAP protocol.
|
||||
type: list
|
||||
base_dn:
|
||||
description:
|
||||
- Sets the base of the Distinguished Name (DN) of the directory service
|
||||
|
@ -54,9 +57,11 @@ options:
|
|||
parsing domain components from the URI. The base DN should specify DC=
|
||||
for each domain component and multiple DCs should be separated by commas.
|
||||
required: true
|
||||
type: str
|
||||
bind_password:
|
||||
description:
|
||||
- Sets the password of the bind_user user name account.
|
||||
type: str
|
||||
bind_user:
|
||||
description:
|
||||
- Sets the user name that can be used to bind to and query the directory.
|
||||
|
@ -64,6 +69,7 @@ options:
|
|||
sAMAccountName or User Logon Name - of the account that is used to
|
||||
perform directory lookups.
|
||||
- For OpenLDAP, enter the full DN of the user.
|
||||
type: str
|
||||
extends_documentation_fragment:
|
||||
- purestorage.fb
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue