Displaying 4 results from an estimated 4 matches for "authpamauthorit".
2006 Feb 21
1
OT Proftpd Continued
...er root by (uid=0): 458 Time(s)
su:
Sessions Opened:
em(uid=500) -> root: 1 Time(s)
---------------------- pam_unix End -------------------------
--------------------- proftpd-messages Begin ------------------------
**Unmatched Entries**
proftpd shutdown succeeded
- warning: AuthPAMAuthoritative is deprecated
proftpd startup succeeded
---------------------- proftpd-messages End -------------------------
--------------------- Connections (secure-log) Begin ------------------------
**Unmatched Entries**
userhelper[25867]: pam_timestamp: updated timestamp file `/var/run/sudo/roo...
2005 Sep 13
1
OT: ProFTPD web browser login
...;
ServerIdent on "FTP Server ready."
ServerAdmin root at localhost
ServerType standalone
DefaultServer on
AccessGrantMsg "User %u logged in."
DeferWelcome off
DefaultRoot ~ !adm
AuthPAMAuthoritative on
IdentLookups off
UseReverseDNS off
Port 21
Umask 022
ListOptions "-a"
AllowRetrieveRestart on
AllowStoreRestart on
MaxInstances...
2005 Sep 16
1
OT: Proftpd and Iptables
...e
ESTABLISHED -j ACCEPT
iptables -A OUTPUT -p tcp --dport 21 -m state --state
NEW,ESTABLISHED -j ACCEPT
iptables -A OUTPUT -p icmp -m state --state
NEW,ESTABLISHED,RELATED -j ACCEPT
#Drop all other traffic
#iptables -A INPUT -j DROP
Proftpd conf:
AuthPAMAuthoritative on
IdentLookups off
UseReverseDNS off
Port 21
Umask 022
ListOptions "-a"
AllowRetrieveRestart on
AllowStoreRestart on
MaxInstances...
2006 Feb 21
0
OT Proftpd stopped authenication for users
...on "FTP Server ready."
ServerAdmin root at localhost
ServerType standalone
DefaultServer on
AccessGrantMsg "User %u logged in."
DeferWelcome off
DefaultRoot ~ !adm
AuthPAMAuthoritative off
IdentLookups off
UseReverseDNS off
Port 21
Umask 022
ListOptions "-a"
AllowRetrieveRestart on
AllowStoreRestart on
MaxInstances...