> i gave a command (passwd -d) on the bash shell with the root's role, as i
> dont like to be prompted for passwd again and again.
> now, i m not able to login to openSolaris, as its saying, password or userId
> is not correct.
First, RTM passwd(1):
Privileged User Options
Only a privileged user can use the following options:
-d Deletes password for name and unlocks the
account. The login name is not prompted for pass-
word. It is only applicable to the files and ldap
repositories.
If the login(1) option PASSREQ=YES is configured,
the account is not able to login. PASSREQ=YES is
the delivered default.
If you want accounts with no passwords to be valid, you need
to set PASSREQ=NO in /etc/default/login.
> could you please help me, how can i crack my login.
>
> i dont have a bootable dvd, just have one live CD.
Try booting in single user mode. Remember that the username
you enter and authenticate must have the solaris.system.maintenance
authorization (the root user does). RTM, sulogin(1m).
Also note that /etc/default/sulogin PASSREQ is not the same
as /etc/default/login
HTH,
Gary..