|
|
|
|
||||||
| comp.protocols.tcp-ip TCP and IP network protocols. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi all,
I have implemented a sample FTP Server. But it allows any user. I need to implement a "Authendication Module" in my FTP Server( in C lang). me by giving ur suggestions. How can i authenticate a valid user????????????? Thanks and Regards Sethuraman.R |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
sethukr@gmail.com wrote: > Hi all, > > I have implemented a sample FTP Server. > > But it allows any user. > > I need to implement a "Authendication Module" in my FTP Server( in > C lang). > > me by giving ur suggestions. How can i authenticate a valid > user????????????? What, to you, is a "valid user"? What identifying characteristics of a "valid user" can the user send to you What identifiying characteristics of a "valid user" can your FTP authentication module check? Look into the user-id and password-management functions available in the standard API for your OS. Look for alternate user-id and password-management functions available to you in your operating environment (LDAP or AD, for instance) Write your code to accept the userid and password that the user gives your FTP server and validate that tuple against whatever source of identifying characteristics your environment provides for. HTH |
|
![]() |
| Outils de la discussion | |
|
|