You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
632B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/pm.R
  3. \name{set_domain}
  4. \alias{set_domain}
  5. \title{Set the domain}
  6. \usage{
  7. set_domain(domain_id, domain_name, host = "", admin = "", pass = "")
  8. }
  9. \arguments{
  10. \item{domain_id}{The desired domain_id}
  11. \item{domain_name}{The desired domain_name}
  12. \item{host}{The host to connect to}
  13. \item{admin}{Name of the database admin account}
  14. \item{pass}{Password of the database admin account}
  15. }
  16. \description{
  17. Set the domain id and domain name of the instance
  18. }
  19. \details{
  20. Set the domain id and domain name in the databases
  21. and set the domain name in the webclient'
  22. }