cfme.utils.ext_auth module

cfme.utils.ext_auth.disable_external_auth(auth_mode)[source]
cfme.utils.ext_auth.disable_external_auth_ipa()[source]

Unconfigure external auth.

cfme.utils.ext_auth.disable_external_auth_openldap()[source]
cfme.utils.ext_auth.setup_external_auth_ipa(**data)[source]

Sets up the appliance for an external authentication with IPA.

Keywords:
get_groups: Get User Groups from External Authentication (httpd). ipaserver: IPA server address. iparealm: Realm. credentials: Key of the credential in credentials.yaml
cfme.utils.ext_auth.setup_external_auth_openldap(**data)[source]

Sets up the appliance for an external authentication with OpenLdap.

Keywords:
get_groups: Get User Groups from External Authentication (httpd). ipaserver: IPA server address. iparealm: Realm. credentials: Key of the credential in credentials.yaml