Resource management (projadd)

Hi

When I create a new project:

For example: projadd -K "project.max-shm-memory=(priv,16GB,deny)" project_name

I need to associate this project to a user in /etc/user_attr:

User_name::::project=project_name

Otherwise, id -p shows reveals that the user has project default.

Is there a way to do this in one shot: create project and associate it to a user?

projadd -U USER_NAME -K "project.max-shm-memory=(priv,8g,deny)" project_name

does not help either.