Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Comment:
Links are fixed.
| Warning |
|---|
Before you begin the installation, prepare the configuration files. |
Inventory
- Go to the indeed-pam-linux distribution folder and rename the inventory.template file to inventory.
- Edit the inventory file:
- In the access section, specify the FQDN addresses of the access servers
- For all of the servers except the local one, add the following line: remote_user=root ansible_password=123 ansible_become_password=123
- remote_user=root - username for remote connection to the resource
- ansible_password=123 - user password for remote connection to the resource
- ansible_become_password=123 - user password for remote connection to the resource
- Comment out all fields that have not been changed and save.
| Code Block | ||||
|---|---|---|---|---|
| ||||
# NOTE: To access docker host use local.docker name instead of localhost #[management] #MANAGEMENT_SERVER_FQDN_OR_IP [access] pamgtw1.test.local pamgtw2.test.local remote_user=root ansible_password=123 ansible_become_password=123 #[haproxy] #HAPROXY_SERVER_FQDN_OR_IP #[rds] #RDS_SERVER_FQDN_OR_IP # Use this section to override vars #[all:vars] #server_fqdn=OVERRIDE_SERVER_FQDN |
Configuration Files
Unzip the downloaded configuration files and move the ssh-proxy and rdp-proxy folders to indeed-pam-linux\state.
Installation
- Move the distribution to the target Linux resource.
Run the installation script with the command:
Code Block language bash sudo bash run-deploy.sh
- When prompted, enter your local sudo user name (for example, root) and password.
- Wait for the installation to finish.
| Info |
|---|
If the script aborted with an error, send the log file to technical support. |
Certification Authority Certificate
- Add the downloaded CA certificate in .crt format along the path /etc/indeed-identity/indeed-pam/ca-certificates.
- Go to the /etc/indeed-identity/indeed-pam folder.
- Restart Axidian Privilege Indeed Identity PAM access server components using the following commands:
| Code Block | ||
|---|---|---|
| ||
sudo docker compose -f docker-compose.access-server.yml down sudo docker compose -f docker-compose.access-server.yml up -d or sudo docker-compose -f docker-compose.access-server.yml down sudo docker-compose -f docker-compose.access-server.yml up -d |
| Divbox | ||||
|---|---|---|---|---|
| ||||
|