Telnet Server - User Authentication

Marc-André Laverdière marcandre.laverdiere at gmail.com
Thu Jul 21 08:43:41 EDT 2011


I think you should try to do that on the client...

On 7/20/11, tejeshwer <tdegala34 at gmail.com> wrote:
> Hi,
>
> We are implementing a telnet server , using the example provided , we did
> not develop anything specific around telnet , we are just using the standard
> text protocol provided in the examples,
>
> We are not stuck with one problem , when ever the user - tries to login into
> the system the password should be masked or discarded either way - but
> unfortunately - I'm unable to implement that .
>
> I have tried following ways :
>
> 1 : Implement a AuthenticationHandler (FrameDecoder,Sting
> Encoder,SimpleUpStreamHandler) - which would accept the username and remove
> these decoders and add a passwordHandler - which would just discard the
> message ( replica of discard handler) - ( but this did not work) .
>
> 2 : Tried to mask the string with \010* character - but i'm unable to
> control the user input.
>
> Require assistance - can any one please help or redirect me to post if this
> has already been answered ?
>
> Thanks
>
>
> --
> View this message in context:
> http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Telnet-Server-User-Authentication-tp6603587p6603587.html
> Sent from the Netty User Group mailing list archive at Nabble.com.
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>


-- 
Marc-André LAVERDIÈRE
"Perseverance must finish its work so that you may be mature and complete,
not lacking anything." -James 1:4
http://asimplediscipleslife.blogspot.com/
mlaverd.theunixplace.com



More information about the netty-users mailing list