Results 1 to 5 of 5
I have come across this thing called as libwrap many times now but dont really understand what it is or what it does??...
- 06-10-2009 #1
what is the use of libwrap
I have come across this thing called as libwrap many times now but dont really understand what it is or what it does??
Only if I could understand the man pages
Registered Linux user #492640
OS: RHEL4,5 ,RH 9,Ubuntu
- 06-11-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
Here is the wikipedia entry: libwrap - Wikipedia, the free encyclopedia
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-11-2009 #3
thans for replying I unserstood the use of wrappers , but can you put a little light on where authentication is performed when the user logges in remotely?
Only if I could understand the man pages
Registered Linux user #492640
OS: RHEL4,5 ,RH 9,Ubuntu
- 06-11-2009 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
I'm not that familiar with it, but as far as I understand, the provides some host authentication when you try to connect to a server. Ie, is that host (computer) allowed to connect to the server with telnet, ftp, or whatever. There should be a configuration file on the server somewhere (usually in /etc, but not always) that tells the server what hosts and services are allowed. Once connected, the normal user authentication routines are used for user/password authentication.
Again, I could be totally off-base here, but I don't think I'm outside the park.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-11-2009 #5Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
Here is a link to Red Hat documentation about TCP wrappers and libwrap: TCP Wrappers and xinetd
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote