vcf_vrli_ad¶
Execution module for VCF Operations for Logs (vRLI) AD integration.
Thin passthrough around saltext.vcf.clients.vrli_ad.
- saltext.vcf.modules.vcf_vrli_ad.get(profile=None)[source]¶
Return the current AD configuration.
CLI Example:
salt '*' vcf_vrli_ad.get
- saltext.vcf.modules.vcf_vrli_ad.set_(spec, profile=None)[source]¶
Apply an AD configuration.
spec keys:
enableAD(bool),domain,username,password,connType(STANDARD|GLOBAL_CAT|CUSTOM). Every field is required when enabling AD.CLI Example:
salt '*' vcf_vrli_ad.set_ '{"enableAD": true, "domain": "corp.example.com", ...}'