Realmd Module API
LMI realmd provider client library.
-
lmi.scripts.realmd.join(ns, domain, user, _password=None)[source]
Join the domain.
Parameters: |
- domain (string) – The domain to be joined.
- user (string) – User name to authenticate with
- password (string) – The authentication password
|
-
lmi.scripts.realmd.leave(ns, domain, user, _password=None)[source]
Leave the domain.
Parameters: |
- domain (string) – The domain to be left.
- user (string) – User name to authenticate with
- password (string) – The authentication password
|
-
lmi.scripts.realmd.show(ns)[source]
Show the joined domain.