How to get Novell Id in Tomcat/Java

2006-01-09 Thread Ritchie Gillam
I have already searched the archives but have found nothing related to my 
problem.

I have a Phone Directory Java Application running on our Intranet.   If a user 
requires a change to their Phone record or someone else they send an email to 
our Call Centre requesting the change.   How can I get the Novell Id of the 
user and use it as the FROM email address to show who the email is coming from?

All I have read is about Active Directory and JNDIRealms which we are not using.

We are not doing any kind of authentication since this is running on the 
Intranet and all employees have access to this application.

Oracle 9i DB User authenication.
Tomcat 5.5.7
JDK 1.5.0
Sun Solaris 9

Thanks in advance


Ritchie 





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Novell Id in Tomcat/Java

2006-01-09 Thread Larry Meadors
You can't unless they have authenticated to the web app, you do not
know who they are.

So, which is it then: We are not doing any kind of authentication
since this is running on the Intranet and all employees have access to
this application. or Oracle 9i DB User authenication?

I am confused...

:-D

Larry


On 1/9/06, Ritchie Gillam [EMAIL PROTECTED] wrote:
 I have already searched the archives but have found nothing related to my 
 problem.

 I have a Phone Directory Java Application running on our Intranet.   If a 
 user requires a change to their Phone record or someone else they send an 
 email to our Call Centre requesting the change.   How can I get the Novell Id 
 of the user and use it as the FROM email address to show who the email is 
 coming from?

 All I have read is about Active Directory and JNDIRealms which we are not 
 using.

 We are not doing any kind of authentication since this is running on the 
 Intranet and all employees have access to this application.

 Oracle 9i DB User authenication.
 Tomcat 5.5.7
 JDK 1.5.0
 Sun Solaris 9

 Thanks in advance


 Ritchie





 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Novell Id in Tomcat/Java

2006-01-09 Thread Ritchie Gillam
Sorry, in the Context tag we are connecting to the Database to get the Employee 
Phone Directory information but we are not authenicating using the web 
application itself.

Sorry for the confusion.  

Ritchie 




 [EMAIL PROTECTED] 09/01/2006 12:20 pm 
You can't unless they have authenticated to the web app, you do not
know who they are.

So, which is it then: We are not doing any kind of authentication
since this is running on the Intranet and all employees have access to
this application. or Oracle 9i DB User authenication?

I am confused...

:-D

Larry


On 1/9/06, Ritchie Gillam [EMAIL PROTECTED] wrote:
 I have already searched the archives but have found nothing related to my 
 problem.

 I have a Phone Directory Java Application running on our Intranet.   If a 
 user requires a change to their Phone record or someone else they send an 
 email to our Call Centre requesting the change.   How can I get the Novell Id 
 of the user and use it as the FROM email address to show who the email is 
 coming from?

 All I have read is about Active Directory and JNDIRealms which we are not 
 using.

 We are not doing any kind of authentication since this is running on the 
 Intranet and all employees have access to this application.

 Oracle 9i DB User authenication.
 Tomcat 5.5.7
 JDK 1.5.0
 Sun Solaris 9

 Thanks in advance


 Ritchie





 -
 To unsubscribe, e-mail: [EMAIL PROTECTED] 
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Novell Id in Tomcat/Java

2006-01-09 Thread Ritchie Gillam
To be even more clearly the DB username and password to connect to the DB is 
coded in the context.xml file.

Ritchie 




 [EMAIL PROTECTED] 09/01/2006 12:20 pm 
You can't unless they have authenticated to the web app, you do not
know who they are.

So, which is it then: We are not doing any kind of authentication
since this is running on the Intranet and all employees have access to
this application. or Oracle 9i DB User authenication?

I am confused...

:-D

Larry


On 1/9/06, Ritchie Gillam [EMAIL PROTECTED] wrote:
 I have already searched the archives but have found nothing related to my 
 problem.

 I have a Phone Directory Java Application running on our Intranet.   If a 
 user requires a change to their Phone record or someone else they send an 
 email to our Call Centre requesting the change.   How can I get the Novell Id 
 of the user and use it as the FROM email address to show who the email is 
 coming from?

 All I have read is about Active Directory and JNDIRealms which we are not 
 using.

 We are not doing any kind of authentication since this is running on the 
 Intranet and all employees have access to this application.

 Oracle 9i DB User authenication.
 Tomcat 5.5.7
 JDK 1.5.0
 Sun Solaris 9

 Thanks in advance


 Ritchie





 -
 To unsubscribe, e-mail: [EMAIL PROTECTED] 
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]