Skip to content

Installing IPA Client

Endi S. Dewata edited this page Feb 24, 2023 · 1 revision

Overview

This page describes the process to install IPA client.

Installation Procedure

$ ipa-client-install \
    -U \
    --server=primary.example.com \
    --domain=example.com \
    --realm=EXAMPLE.COM \
    -p admin \
    -w Secret.123 \
    --no-ntp
Clone this wiki locally