User management solaris 11.1
Hello All,I have to create one user named a.gavioli on Solaris 11server.
With the following privileges:
1)password expiration 3 months
2) password inactivity timeout: 30 days
3) Able to assume root user using su -
I was able to do:
1) useradd -m a.gavioli (got error: name too long but created)
I was able to set the passwd expiration using:
2) passwd -x 30 a.gavioli
What I have to doto se the inactivity timeout ? Docs suggest to run "nistbladm" but I don't find such command on my server.
Any help is great appreciated.
Thanks
Aldo
With the following privileges:
1)password expiration 3 months
2) password inactivity timeout: 30 days
3) Able to assume root user using su -
I was able to do:
1) useradd -m a.gavioli (got error: name too long but created)
I was able to set the passwd expiration using:
2) passwd -x 30 a.gavioli
What I have to doto se the inactivity timeout ? Docs suggest to run "nistbladm" but I don't find such command on my server.
Any help is great appreciated.
Thanks
Aldo
0