Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gardart authored Nov 26, 2021
1 parent f36a335 commit b93606b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ Seperate domains with colon
ipa config-mod --domain-resolution-order='idm.ad.test:ad.test'
```
## IDM Backup
Check successul backup last 24 hours
```awk -v d="$(date -d'24 hours ago' +'%Y-%m-%d %H:%M')" '$1" "$2>=d &&/ipa-backup command was successful/' /var/log/ipabackup.log```
## Issues
Disable DNSSEC validation
```
Expand All @@ -218,4 +224,4 @@ https://access.redhat.com/solutions/3242461
## Further reading
### Determining the appropriate number of replicas
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/planning_identity_management/index#determining-the-appropriate-number-of-replicas_planning-the-replica-topology
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/planning_identity_management/index#determining-the-appropriate-number-of-replicas_planning-the-replica-topology

0 comments on commit b93606b

Please sign in to comment.