# FreeIPA

## Connection Requirements

{% stepper %}
{% step %}

### Domain

Domain of the FreeIPA host.

{% hint style="info" %}
🔵 **Identity > Users**\
To create a user in FreeIPA, go to , then click the Add button. In the window that pops up, just enter the user's First name, Last name, and User login, then click Add again; the system will automatically set a password for the first login or ask the user to create one.
{% endhint %}
{% endstep %}

{% step %}

### Username

A registered user's username.
{% endstep %}

{% step %}

### Password

A registered user's password.

{% hint style="info" %}
🔵 **kinit $USERNAME**\
Once the user account is created, a registered user can obtain a Kerberos ticket by running `kinit $USERNAME` in the terminal. They'll then be prompted to enter their password to complete the authentication process.
{% endhint %}
{% endstep %}

{% step %}

### Is Secure?

Enable this option if the connection will be established over HTTPS.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
⚠️ **Attention**\
Please perform a **connection test** to ensure there is a valid connection to the host.\
When the discovery operation is finalized, you will be able to see the details on the **Assets** page.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.octoxlabs.com/adapters/adapters/freeipa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
