dbTalk Databases Forums  

Password validation

comp.databases.sybase comp.databases.sybase


Discuss Password validation in the comp.databases.sybase forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mike
 
Posts: n/a

Default Password validation - 02-03-2004 , 01:29 AM






hi

what is a good method to validate a user and his password through a
front end
like a jsp web form?

1) create a table that stores the password information and have the
jsp execute a call to a stored proc that queries this table??

2) use isql ( ie.. pass user and password information to xp_cmdshell
that calls
a script from the OS ?)

.....

Any suggestions?
thanks

Reply With Quote
  #2  
Old   
Stephen Simpson
 
Posts: n/a

Default Re: Password validation - 02-13-2004 , 05:18 PM






As a DBA, I like quick, dirty hacks. If you want to get access to the
server, and you don't know Open Client/Server, then send the login
name and password to ISQL and 'grep' for Login Failed. All within a
java class.

Probably.

Steve

On 2 Feb 2004 23:29:31 -0800, s99999999s2003 (AT) yahoo (DOT) com (mike) wrote:

Quote:
hi

what is a good method to validate a user and his password through a
front end
like a jsp web form?

1) create a table that stores the password information and have the
jsp execute a call to a stored proc that queries this table??

2) use isql ( ie.. pass user and password information to xp_cmdshell
that calls
a script from the OS ?)

....

Any suggestions?
thanks


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.