> artem:x:1000:10::/export/home/artem:/usr/bin/bash You apparently failed to use the -m argument to useradd when you created the account.
userdel artem useradd -d /export/home/artem -m -u 1000 -g 10 -s /usr/bin/bash artem passwd artem This message posted from opensolaris.org
