Users Guide

Table Of Contents
Table 57. ome_active_directory (continued)
Parameter Required Default Choices Comments
domain_password NA NA NA
Provide the domain password.
This is applicable when
I(test_connection) is C(yes).
domain_username NA NA NA
Provide the domain username
either in the UPN
(username@domain) or NetBIOS
(domain\\username) format.
This is applicable when
I(test_connection) is C(yes).
validate_certificate NA no NA
Enables validation of SSL
certificate of the domain
controller.
The module will always report
change when this is C(yes).
certificate_file NA NA NA
Provide the full path of the SSL
certificate.
The certificate should be a Root
CA Certificate encoded in Base64
format.
This is applicable when
I(validate_certificate) is C(yes).
Return Values
msg:
type: str
description: Overall status of the Active Directory operation.
returned: always
sample: "Successfully renamed the slot(s)."
active_directory:
type: dict
description: The Active Directory that was added, modified or deleted by this module.
returned: on change
sample: {
"Name": "ad_test",
"Id": 21789,
"ServerType": "MANUAL",
"ServerName": ["192.168.20.181"],
"DnsServer": [],
"GroupDomain": "dellemcdomain.com",
"NetworkTimeOut": 120,
"Password": null,
"SearchTimeOut": 120,
"ServerPort": 3269,
"CertificateValidation": false
}
error_info:
description: Details of the HTTP Error.
returned: on HTTP error
type: dict
sample: {
"error_info": {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Unable to connect to the LDAP or AD server because the
entered credentials are invalid.",
"MessageArgs": [],
"MessageId": "CSEC5002",
"RelatedProperties": [],
"Resolution": "Make sure the server input configuration
are valid and retry the operation.",
"Severity": "Critical"
Modules for OpenManage Enterprise (OME)
163