LMI SSSD provider client library.
This set of functions can list and manage SSSD’s responders and domains.
Return hexadecimal representation of debug level.
Parameters: | level (int) – Debug level. |
---|---|
Return type: | string |
Disables backend of given domain.
Parameters: | domain (string) – Name of the domain to disable. |
---|---|
Return type: | int |
Rvalue : | 0 on success |
Disable given SSSD service.
Parameters: | service (string) – Name of the service to disable. |
---|---|
Return type: | int |
Rvalue : | 0 on success. |
Enables backend of given domain.
Parameters: | domain (string) – Name of the domain to enable. |
---|---|
Return type: | int |
Rvalue : | 0 on success |
Enable given SSSD service.
Parameters: | service (string) – Name of the service to enable. |
---|---|
Return type: | int |
Rvalue : | 0 on success. |
Return LMIInstance of LMI_SSSDBackend for given domain.
Parameters: | domain (string) – Name of domain to inspect. |
---|---|
Return type: | LMIInstance of LMI_SSSDBackend |
Return LMIInstance of given LMI_SSSDDomain.
Parameters: | domain (string) – Name of the domain to find. |
---|---|
Return type: | LMIInstance of LMI_SSSDDomain |
Returns SSSD provider for given backend.
Parameters: |
|
---|---|
Return type: | string |
Rvalue : | The provider module (= value of LMI_SSSDProvider.Module property). |
Return LMIInstance of LMI_SSSDResponder.
Parameters: | service (string) – Name of the service to return. |
---|---|
Return type: | LMIInstance |
Generate list of SSSD backends.
Parameters: | kind (string) – Either ‘all’, ‘disabled’ or ‘enabled’. |
---|---|
Return type: | (list of) LMIInstances |
Generates LMIInstances of LMI_SSSDResponder. Optionally, only the enabled or disabled are listed.
Parameters: | kind (string) – Either ‘all’, ‘disabled’ or ‘enabled’. |
---|---|
Return type: | (list of) LMIInstances |
List subdomains of given domain.
Parameters: | domain (LMIInstance of LMI_SSSDDomain) – Domain to inspect. |
---|---|
Return type: | string |
Rvalue : | Comma-separated list of subdomains. |
List subdomains of given domain.
Parameters: | domain (LMIInstance of LMI_SSSDDomain) – Domain to inspect. |
---|---|
Return type: | list of LMIInstances of LMI_SSSDDomain. |
Configure log level of given components.
Parameters: |
|
---|---|
Return type: | int |
Rvalue : | 0 on success |