Skip to content

Commit

Permalink
Fix-up README for updated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
crobby committed Aug 10, 2023
1 parent 4e18baa commit 682444d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cleanup/ad-guid-README.md
Expand Up @@ -37,11 +37,11 @@ Active Directory is not the authentication provider, this utility will take no a
## Usage via Rancher Agent

```bash
./ad-guid-unmigration.sh <AGENT IMAGE> [-dry-run] [-delete-missing]
./ad-guid-unmigration.sh <AGENT IMAGE> [--dry-run] [--delete-missing]
```
* The Agent image can be found at: docker.io/rancher/rancher-agent:/v2.7.6
* The -dry-run flag will run the migration utility, but no changes to Rancher data will take place. The potential changes will be indicated in the log file.
* The -delete-missing flag will delete Rancher users that can not be found by looking them up in Active Directory. If -dry-run is set, that will prevent users from being deleted regardless of this flag.
* The Agent image can be found at: docker.io/rancher/rancher-agent:v2.7.6
* The --dry-run flag will run the migration utility, but no changes to Rancher data will take place. The potential changes will be indicated in the log file.
* The --delete-missing flag will delete Rancher users that can not be found by looking them up in Active Directory. If --dry-run is set, that will prevent users from being deleted regardless of this flag.


## Additional notes
Expand Down

0 comments on commit 682444d

Please sign in to comment.