Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Verify linux password

Status
Not open for further replies.

yodaa

Programmer
Jun 10, 2004
64
0
0
SE
Hey,

Is it possible to add a procedure in a java server code that receives 2 strings from a client and verifies that the data received corresponds to a valid user+password in a Linux network?

Thanks.

/yoda
 
If the server is within the Linux network, you can always execute a native command by means of Runtime.exec().

Cheers,

Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top