This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 69027 - avoid login info page if asadminprefs is present.
Summary: avoid login info page if asadminprefs is present.
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-21 11:09 UTC by Michal Mocnak
Modified: 2005-12-06 12:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2005-11-21 11:09:21 UTC
Found in the nb50dev build 200511201900

Steps:
1) start nb
2) add a new instance of sjsas
3) a) add using Register Local Default Domain => the finish button sould still
be disabled, enable it in the next panel (Domain Admin Login Info). If user
click on the finish button and doesn't set the admin password then every time
when he tries to run sjsas he would have to type password.
b) add using Register Local Domain => click on next and then there is a same
problem with finish button
c) add using Register Remote Domain => click on next and then there is a same
problem with finish button

Simply enable the finish button even in the Domain Admin Login Info panel
Comment 1 _ ludo 2005-11-21 15:32:16 UTC
Not sure we want to fix this:
name and password are OPTIONAL for security reasons (if not entered there, they
will be asked for).

Now, we could (must) be samrter: in the case the app server installation has
already saved the password (the do not prompt for password option at install time),
we need to read it and make this step disappear I think.
In autoregistration of the server, I think we already read the names/passwrd.
So I keep the bug open for this. Maybe a more explicit description about password
behaviour is needed?
Comment 2 Vince Kraemer 2005-11-21 16:17:43 UTC
The dialog works as designed.  The "security issue" needs to exposure on the
first page.

I agree with Ludo about the registration from asadminprefs...

I am changing the summary to reflect Ludo's comment
Comment 3 _ ludo 2005-11-21 20:53:37 UTC
asadminpref test is only for local server and default domain...
Not sure for locally created domains after installation of the server.
Comment 5 Michal Mocnak 2005-12-06 12:41:25 UTC
Verified