diff options
author | AkshataDM <oxta28@gmail.com> | 2014-03-15 23:33:38 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2014-03-16 11:57:21 -0700 |
commit | 9565ac3328dc91bd721a65b6d4e7957929e9ed59 (patch) | |
tree | 41295e4564d44e2d5f5e34914b786b1568860207 /doc/authentication.txt | |
parent | 79d2a9e5b83b4d773e5b821c5c55f24718745cb7 (diff) |
Made spelling changes to 19 files
Change-Id: If91cf44578fe0b5176ea01ae5c5962e31606f640
BUG: 1075417
Signed-off-by: AkshataDM <oxta28@gmail.com>
Reviewed-on: http://review.gluster.org/7280
Reviewed-by: Varun Shastry <vshastry@redhat.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Tested-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'doc/authentication.txt')
-rw-r--r-- | doc/authentication.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/authentication.txt b/doc/authentication.txt index 73cb21d73ba..036a9df9908 100644 --- a/doc/authentication.txt +++ b/doc/authentication.txt @@ -15,11 +15,11 @@ ---------------------------------------------------------------------------------------------------- * options provided in protocol/server: * for username/password based authentication: - option auth.login.<brick>.allow [comma seperated list of usernames using which clients can connect to volume <brick>] + option auth.login.<brick>.allow [comma separated list of usernames using which clients can connect to volume <brick>] option auth.login.<username>.password <password> #specify password <password> for username <username> * for addr based authentication: - option auth.addr.<brick>.allow [comma seperated list of ip-addresses/unix-paths from which clients are allowed to connect to volume <brick>] - option auth.addr.<brick>.reject [comma seperated list of ip-addresses/unix-paths from which clients are not allowed to connect to volume <brick>] + option auth.addr.<brick>.allow [comma separated list of ip-addresses/unix-paths from which clients are allowed to connect to volume <brick>] + option auth.addr.<brick>.reject [comma separated list of ip-addresses/unix-paths from which clients are not allowed to connect to volume <brick>] * negation operator '!' is used to invert the sense of matching. Eg., option auth.addr.brick.allow !a.b.c.d #do not allow client from a.b.c.d to connect to volume brick option auth.addr.brick.reject !w.x.y.z #allow client from w.x.y.z to connect to volume brick |