[Yahoo-eng-team] [Bug 1521809] [NEW] No checkpoint if email address entered for user is in email format or not

2015-12-01 Thread Karan Soni
Public bug reported:

While creating new user if the email address entered by user is not in
email format then there is no error and is accepted as it is. In case of
typo in email format there will be no validation so user will not be
intimated if wrong email format is entered.

This field can accept anything like phone number, address so the name of
this should not say email specifically or can be named as Remarks/Info

** Affects: keystone
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1521809

Title:
  No checkpoint if email address entered for user is in email format or
  not

Status in OpenStack Identity (keystone):
  New

Bug description:
  While creating new user if the email address entered by user is not in
  email format then there is no error and is accepted as it is. In case
  of typo in email format there will be no validation so user will not
  be intimated if wrong email format is entered.

  This field can accept anything like phone number, address so the name
  of this should not say email specifically or can be named as
  Remarks/Info

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1521809/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1521811] [NEW] No restriction on number of characters for email field

2015-12-01 Thread Karan Soni
Public bug reported:

There is no restriction on number of characters set in for user's email
address. There should be max length set for the email field

** Affects: keystone
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1521811

Title:
  No restriction on number of characters for email field

Status in OpenStack Identity (keystone):
  New

Bug description:
  There is no restriction on number of characters set in for user's
  email address. There should be max length set for the email field

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1521811/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1521812] [NEW] Different Tenants/Projects should allow users with same name

2015-12-01 Thread Karan Soni
Public bug reported:

As per the specifications of Tenant or Project they are container for
isolating and grouping resources. So according to that it should allow
users with same name to be contained in different projects.

Example in big data center there are multiple clients which are
segregated by different projects (let's name of organisation). In case
they want to create user with same name they won't be able to.

** Affects: keystone
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1521812

Title:
  Different Tenants/Projects should allow users with same name

Status in OpenStack Identity (keystone):
  New

Bug description:
  As per the specifications of Tenant or Project they are container for
  isolating and grouping resources. So according to that it should allow
  users with same name to be contained in different projects.

  Example in big data center there are multiple clients which are
  segregated by different projects (let's name of organisation). In case
  they want to create user with same name they won't be able to.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1521812/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1520737] [NEW] User creation is allowed with empty password

2015-11-27 Thread Karan Soni
Public bug reported:

While creating user using keystone command with password option, it does
not check if user entered any character for password or not.

steps:
$ keystone user-create --name testing --pass
New Password:
Repeat New Password:
+--+--+
| Property |  Value   |
+--+--+
|  email   |  |
| enabled  |   True   |
|id| 47aa13b9c9354f42be3d92a882f39667 |
|   name   | testing  |
| username | testing  |
+--+--+

In 'New Password' press enter without typing any character and same for
'Repeat New Password'

then execute any command using the this user credentials and it will
prompt for password, but password is empty so you can not execute any
command.

** Affects: keystone
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1520737

Title:
  User creation is allowed with empty password

Status in OpenStack Identity (keystone):
  New

Bug description:
  While creating user using keystone command with password option, it
  does not check if user entered any character for password or not.

  steps:
  $ keystone user-create --name testing --pass
  New Password:
  Repeat New Password:
  +--+--+
  | Property |  Value   |
  +--+--+
  |  email   |  |
  | enabled  |   True   |
  |id| 47aa13b9c9354f42be3d92a882f39667 |
  |   name   | testing  |
  | username | testing  |
  +--+--+

  In 'New Password' press enter without typing any character and same
  for 'Repeat New Password'

  then execute any command using the this user credentials and it will
  prompt for password, but password is empty so you can not execute any
  command.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1520737/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1520428] [NEW] User enable status consider everything as false except specific word 'true'

2015-11-26 Thread Karan Soni
Public bug reported:

Issue:
While creating user using keystone command the optional parameter 'enable' 
consider every word as false except the word 'true'. Where as per the 
specification it should except either word 'false' or 'true' only, in other 
case it should give error.

steps:
1) use version V2 for authentication.
2) use following command to for creating user:
 #keystone user-create --name xyz123 --enable tru
3) list the user details
#keystone user-get xyz123
+--+--+
| Property |  Value   |
+--+--+
|  email   |  |
| enabled  |  False   |
|id| 2ce4b99547bd92921709730bf62e |
|   name   |  xyz123  |
| username |  xyz123  |
+--+--+

** Affects: keystone
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1520428

Title:
  User enable status consider everything as false except specific word
  'true'

Status in OpenStack Identity (keystone):
  New

Bug description:
  Issue:
  While creating user using keystone command the optional parameter 'enable' 
consider every word as false except the word 'true'. Where as per the 
specification it should except either word 'false' or 'true' only, in other 
case it should give error.

  steps:
  1) use version V2 for authentication.
  2) use following command to for creating user:
   #keystone user-create --name xyz123 --enable tru
  3) list the user details
  #keystone user-get xyz123
  +--+--+
  | Property |  Value   |
  +--+--+
  |  email   |  |
  | enabled  |  False   |
  |id| 2ce4b99547bd92921709730bf62e |
  |   name   |  xyz123  |
  | username |  xyz123  |
  +--+--+

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1520428/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp