Page 1 of 1

Login into box with gradm running

PostPosted: Thu Jan 22, 2004 8:02 pm
by kMOD
Hi.
I have problems with setting up a acl file to let me login to my box into user account (not root). When I'm trying to do such thing I got prompt for username then password and when I wrote it I got 'password incorect' although I'm typing it correctly. Also there is no way to login via ftp.
What should I modyfy or what should I add into my acl file?

PostPosted: Fri Jan 23, 2004 7:13 am
by kMOD
It seems I have to answer by myself :)
I have digged /var/log/syslog alerts and prepared some rules for acl file. Here they are:

/usr/local/sbin/proftpd h {
/var/log/wtmp w
/var/log/xferlog w
/usr/local/var/proftpd/proftpd.scoreboard rw
/dev/log rw
+CAP_SYS_CHROOT
+CAP_NET_BIND_SERVICE
}

This allows remote users to login via ftp.
Sorry for bothering ;)

PS. ssh problems also was managed with reading /var/log/syslog ;-)

PostPosted: Mon Mar 01, 2004 3:58 pm
by Blue Lightning
It's probably easier to use learning mode to figure out the rules (at least initially) rather than manually reading the logs.