Bug 764867 (GLUSTER-3135)

Summary: Object-Storage: addition of existing user to the same account should fail
Product: [Community] GlusterFS Reporter: Saurabh <saurabh>
Component: object-storageAssignee: Gaurav <ggangalw>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: pre-releaseCC: gluster-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Saurabh 2011-07-06 10:08:02 UTC
The addition of an existing user to the same account should fail with some response string, though it may be happening in original swift also, but again this is not suitable way.

Presently it is allows addition again and again,

root@gluster-Ubuntu1:~# 
root@gluster-Ubuntu1:~# swauth-add-user -a -K sj test1 tester5 testing5 -A https://127.0.0.1:443/auth/
root@gluster-Ubuntu1:~# swauth-add-user -a -K sj test1 tester5 testing5 -A https://127.0.0.1:443/auth/
root@gluster-Ubuntu1:~# swauth-add-user -a -K sj test1 tester5 testing5 -A https://127.0.0.1:443/auth/

Comment 1 Gaurav 2011-07-18 05:43:10 UTC
This is expected behaviour, it is required to change user info like password, uid, gid etc for existing users.