Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
NIS authentication in vsftpd
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
atomant.bgw
n00b
n00b


Joined: 19 May 2008
Posts: 15

PostPosted: Thu Jan 22, 2009 11:16 pm    Post subject: NIS authentication in vsftpd Reply with quote

Need Vsftpd to use NIS authentication. How to configure PAM to use NIS??

Code:
# Provided by ftpbase (dont remove this line!)
# Standard pam.d file for ftp service packages.
# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/files/ftp-pamd-include,v 1.1 2005/06/28 14:52:26 uberlord Exp $

auth     required  pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
auth     include   system-auth

# If this is enabled, anonymous logins will fail because the 'ftp' user does
# not have a "valid" shell, as listed in /etc/shells.
#
# If you enable this, it is recommended that you do *not* give the 'ftp'
# user a real shell. Instead, give the 'ftp' user /bin/false for a shell and
# add /bin/false to /etc/shells.
# auth     required  pam_shells.so

account  include   system-auth

session  include   system-auth


Thx.
Back to top
View user's profile Send private message
atomant.bgw
n00b
n00b


Joined: 19 May 2008
Posts: 15

PostPosted: Fri Jan 23, 2009 1:10 pm    Post subject: Reply with quote

Enyone?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum