Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
vsftp vs. ldap
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
thatsreal
n00b
n00b


Joined: 26 Oct 2004
Posts: 73

PostPosted: Wed Jun 15, 2005 2:39 pm    Post subject: vsftp vs. ldap Reply with quote

Hi,

wie bekomme ich es hin, dass vsftp ldap-user kann?
Meine /etc/pam.d/vsftp:
Code:

# Standard behaviour for ftpd(8).
auth    required        pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed

# Note: vsftpd handles anonymous logins on its own.  Do not enable
# pam_ftp.so.

# Standard blurb.
@include common-account
@include common-session

@include common-auth
auth    required        pam_shells.so

und meine /etc/pam.d/ftp:
Code:

#%PAM-1.0
auth       required     pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
auth       sufficient   pam_ldap.so
auth       required     pam_unix.so shadow nullok try_first_pass

# This is disabled because anonymous logins will fail otherwise,
# unless you give the 'ftp' user a valid shell, or /bin/false and add
# /bin/false to /etc/shells.
#auth       required    pam_shells.so

account    sufficient   pam_ldap.so
account    required     pam_unix.so
session    required     pam_unix.so


Diese Dateien müssten doch eigentlich richtig sein, aber wenn ich mich anmelden will, bekomme ich nur ein "Login Failed." an den Kopf geschmissen.

Danke,
thatsreal
_________________
IBM Thinkpad T42: Centrino 1.5ghz, 512mb, ati rm7500, 30gb
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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