Skip to content

Commit

Permalink
Fix numbering in doc (#8311)
Browse files Browse the repository at this point in the history
  • Loading branch information
donatello authored and kannappanr committed Sep 25, 2019
1 parent c8da04b commit 704be85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/multi-user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Disable group `newgroup`.
mc admin group disable myminio newgroup
```

### 4. Remove user
### 5. Remove user
Remove the user `newuser`.
```
mc admin user remove myminio newuser
Expand All @@ -86,7 +86,7 @@ Remove the group `newgroup`.
mc admin group remove myminio newgroup
```

### 5. Change user or group policy
### 6. Change user or group policy
Change the policy for user `newuser` to `putonly` canned policy.
```
mc admin policy set myminio putonly user=newuser
Expand All @@ -97,7 +97,7 @@ Change the policy for group `newgroup` to `putonly` canned policy.
mc admin policy set myminio putonly group=newgroup
```

### 6. List all users or groups
### 7. List all users or groups
List all enabled and disabled users.
```
mc admin user list myminio
Expand All @@ -108,7 +108,7 @@ List all enabled or disabled groups.
mc admin group list myminio
```

### 7. Configure `mc`
### 8. Configure `mc`
```
mc config host add myminio-newuser http://localhost:9000 newuser newuser123 --api s3v4
mc cat myminio-newuser/my-bucketname/my-objectname
Expand Down

0 comments on commit 704be85

Please sign in to comment.