由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] 关于unix用户帐号
相关主题
anyone know how to generate encrypted passwd by crypt() ?owner of file
how to find passwd for crypt file?where is the passwd file stored
Re: anyone know how to generate encrypted passwd by crypt() ?hotkey in unix
Apache中如何加入用户和口令?Korn shell script
Re: Solaris2.6,忘了root口令,有普通帐号,怎么办?question
happy new year, one security related question (UNIX)能这样么?
bad root shell?[转载] 再来一份UNIX的题。
where is user.listhow to change the log in shell?
相关话题的讨论汇总
话题: unix话题: passwd话题: 帐号话题: password话题: 用户
进入Unix版参与讨论
1 (共1页)
S******t
发帖数: 92
1
【 以下文字转载自 Java 讨论区,原文如下 】
发信人: SuperRat (硕鼠), 信区: Java
标 题: 关于unix用户帐号
发信站: The unknown SPACE (Mon Nov 27 21:02:29 2000) WWW-POST
是帮别人问的一个问题.
公司内部的unix系统上开发一个基于servlet的数据库应用.要求公司的
每个员工可以用自己登录unix的用户帐号来通过web页面登录这个数据库
应用程序.如何在自己的程序中来检测帐号(用户名,口令)的合法性?
这个并不是java能解决的,我估计还要用其他语言完成,然后用runtime来
调用.由于对unix并不很了解,希望大家给个思路.谢了先.
g*****y
发帖数: 26
2
your program must run as root and get password and username
from /etc/passwd or /etc/shadow and call crypt(password,passwd)
to encrypt the password you get from the web.
then compare the result with passwd..

【在 S******t 的大作中提到】
: 【 以下文字转载自 Java 讨论区,原文如下 】
: 发信人: SuperRat (硕鼠), 信区: Java
: 标 题: 关于unix用户帐号
: 发信站: The unknown SPACE (Mon Nov 27 21:02:29 2000) WWW-POST
: 是帮别人问的一个问题.
: 公司内部的unix系统上开发一个基于servlet的数据库应用.要求公司的
: 每个员工可以用自己登录unix的用户帐号来通过web页面登录这个数据库
: 应用程序.如何在自己的程序中来检测帐号(用户名,口令)的合法性?
: 这个并不是java能解决的,我估计还要用其他语言完成,然后用runtime来
: 调用.由于对unix并不很了解,希望大家给个思路.谢了先.

S******t
发帖数: 92
3
thanks

【在 g*****y 的大作中提到】
: your program must run as root and get password and username
: from /etc/passwd or /etc/shadow and call crypt(password,passwd)
: to encrypt the password you get from the web.
: then compare the result with passwd..

1 (共1页)
进入Unix版参与讨论
相关主题
how to change the log in shell?Re: Solaris2.6,忘了root口令,有普通帐号,怎么办?
Unix下怎么解加密的.zip文件?happy new year, one security related question (UNIX)
请问怎样知道别人copy了我的程序bad root shell?
Help unzip encrypted Winzip fileswhere is user.list
anyone know how to generate encrypted passwd by crypt() ?owner of file
how to find passwd for crypt file?where is the passwd file stored
Re: anyone know how to generate encrypted passwd by crypt() ?hotkey in unix
Apache中如何加入用户和口令?Korn shell script
相关话题的讨论汇总
话题: unix话题: passwd话题: 帐号话题: password话题: 用户