Couldn't add the default project to user (user_attr)
Hello guys,
I am trying to learn Resource Management on Solaris x86 and I got the error. Could anybody tip me the solution.
Here is the log what I did:
============================
[sun1]# projects -l project1
project1
projid : 100
comment: "My test project"
users : user2
groups : (none)
attribs: task.max-lwps=(privileged,3,deny)
[sun1]# useradd -d /export/home/user1 -m -s /usr/bin/ksh -K project=project1 user1
UX: useradd: ERROR: Invalid key.
[sun1]# useradd -d /export/home/user1 -m -s /usr/bin/ksh user1
64 blocks
[sun1]# usermod -K project=project1 user1
UX: usermod: ERROR: Invalid key.
[sun1]#
============================

