Displaying 3 results from an estimated 3 matches for "easire".
Did you mean:
easier
2011 Nov 22
2
user creation before authentication
Hi,
I am working on the following SSH solution and I need some help:
1. User ssh against my node where he/she does not have an account
2. Firstly the node synchronize its user database from a remote db
with ldap. (just refresh the database, no authentication here)
3. Authenticate the user with a PAM module
I am using my synchronisation script as a PAM module but it seems that
the authentication
2005 May 23
2
Is there a libsmb to make a client / server ?
Hello,
first I would like to tell to the samba developpers that they did a great job!
Samba is very nice!
I currently code a file server compatible with multiple network protocols.
Is there somewhere a libsmb with an API to make easy a Samba client and server?
I would like that my file server is compatible with Windows, it's because I choose Samba.
I need also to add additional operation
2014 Mar 04
2
Issue With SSHD Password Guesses
Hi,
Initially when we do ssh from Cisco IOS Router to my linux machine, we use to see only one password prompt , even though we configured number of password prompts in Linux machine to 3.
So, to overcome this issue , someone changed the values in sshd_config file in openssh-3.5pl.
Before Fix
#ChallengeResponseAuthentication yes
#PAMAuthenticationViaKbdInt no
After Fix