Realmd Script python reference

Realmd Module API

LMI realmd provider client library.

lmi.scripts.realmd.join(ns, domain, user, _password=None)

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)

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)

Show the joined domain.