Re: Non-interactive password check

2001-11-29 Thread Alexander Steinert
Alexander Since I have no administrative access to the university Alexander servers LDAP doesn't seem to be an alternative. Given Why do you need administrative access to the LDAP server? I have no administrative access to the university server. Read: I can't install LDAP there.

Non-interactive password check

2001-11-28 Thread Alexander Steinert
Currently I'm building a web application using python. The database only stores a login name and an account name (e.g. 'john' and '[EMAIL PROTECTED]') but no password. (This is invariant.) On session start the user sends his login name and the password for the remote account. I want to check the

Re: Non-interactive password check

2001-11-28 Thread Nick Hastings
Hi, * Alexander Steinert [EMAIL PROTECTED] [011128 18:36]: Do you know any way to make ssh less interactive? Look at the man pages for ssh-agent and ssh-add. Nick. ---- _

Re: Non-interactive password check

2001-11-28 Thread David Wright
On session start the user sends his login name and the password for the remote account. I want to check the authenticity by something like trying to ssh into the remote account and immediately logout again. The unix user doing this is the owner of the apache process. If this is the only

Re: Non-interactive password check

2001-11-28 Thread Tony Green
* This one time, at band camp, Nick Hastings said: Hi, * Alexander Steinert [EMAIL PROTECTED] [011128 18:36]: Do you know any way to make ssh less interactive? Look at the man pages for ssh-agent and ssh-add. ssh-agent/add will not accomplish what the Alexander was after

Re: Non-interactive password check

2001-11-28 Thread Alexander Steinert
On session start the user sends his login name and the password for the remote account. I want to check the authenticity by something like trying to ssh into the remote account and immediately logout again. The unix user doing this is the owner of the apache process. If this is the

Re: Non-interactive password check

2001-11-28 Thread Shaya Potter
On Wed, 2001-11-28 at 06:37, Alexander Steinert wrote: On session start the user sends his login name and the password for the remote account. I want to check the authenticity by something like trying to ssh into the remote account and immediately logout again. The unix user doing

Re: Non-interactive password check

2001-11-28 Thread Brian May
Alexander == Alexander Steinert [EMAIL PROTECTED] writes: Alexander Since I have no administrative access to the university Alexander servers LDAP doesn't seem to be an alternative. Given Alexander that ssh is the only access method in question is there Alexander any way (or