Skip to content

Commit 857ec14

Browse files
committed
Change auth.mode setting in prior versions
1 parent 6561418 commit 857ec14

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

content/riak/kv/2.0.0/using/admin/riak-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ HTTP basic auth) for users of the web interface. It is disabled by
122122
default. To enable authentication:
123123

124124
```riakconf
125-
riak_control.auth.mode = on
125+
riak_control.auth.mode = userlist
126126
```
127127

128128
```appconfig

content/riak/kv/2.0.1/using/admin/riak-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ HTTP basic auth) for users of the web interface. It is disabled by
122122
default. To enable authentication:
123123

124124
```riakconf
125-
riak_control.auth.mode = on
125+
riak_control.auth.mode = userlist
126126
```
127127

128128
```appconfig

content/riak/kv/2.0.2/using/admin/riak-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ HTTP basic auth) for users of the web interface. It is disabled by
121121
default. To enable authentication:
122122

123123
```riakconf
124-
riak_control.auth.mode = on
124+
riak_control.auth.mode = userlist
125125
```
126126

127127
```appconfig

content/riak/kv/2.0.4/using/admin/riak-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ HTTP basic auth) for users of the web interface. It is disabled by
122122
default. To enable authentication:
123123

124124
```riakconf
125-
riak_control.auth.mode = on
125+
riak_control.auth.mode = userlist
126126
```
127127

128128
```appconfig

content/riak/kv/2.0.5/using/admin/riak-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ HTTP basic auth) for users of the web interface. It is disabled by
122122
default. To enable authentication:
123123

124124
```riakconf
125-
riak_control.auth.mode = on
125+
riak_control.auth.mode = userlist
126126
```
127127

128128
```appconfig

content/riak/kv/2.0.6/using/admin/riak-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ HTTP basic auth) for users of the web interface. It is disabled by
122122
default. To enable authentication:
123123

124124
```riakconf
125-
riak_control.auth.mode = on
125+
riak_control.auth.mode = userlist
126126
```
127127

128128
```appconfig

content/riak/kv/2.0.7/using/admin/riak-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ HTTP basic auth) for users of the web interface. It is disabled by
122122
default. To enable authentication:
123123

124124
```riakconf
125-
riak_control.auth.mode = on
125+
riak_control.auth.mode = userlist
126126
```
127127

128128
```appconfig

content/riak/kv/2.1.1/using/admin/riak-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ HTTP basic auth) for users of the web interface. It is disabled by
122122
default. To enable authentication:
123123

124124
```riakconf
125-
riak_control.auth.mode = on
125+
riak_control.auth.mode = userlist
126126
```
127127

128128
```appconfig

content/riak/kv/2.1.3/using/admin/riak-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ HTTP basic auth) for users of the web interface. It is disabled by
122122
default. To enable authentication:
123123

124124
```riakconf
125-
riak_control.auth.mode = on
125+
riak_control.auth.mode = userlist
126126
```
127127

128128
```appconfig

0 commit comments

Comments
 (0)