*Retrieve the original ObjStoreAttrs that the user input.
*This DOES NOT read any jndi property files processed by jndi
* since this is done PRIOR to creating the initialContext.
*/
ObjStoreAttrs osa = os.getObjStoreAttrs();
Vector missingAuthInfo = os.checkAuthentication(osa);
int missingAuthInfoSize = missingAuthInfo.size();
boolean carriageReturnNeeded = false;
if (missingAuthInfo != null && missingAuthInfoSize > 0) {
if (objStorePasswdDialog == null && missingAuthInfoSize > 0) {