Home | History | Annotate | Line # | Download | only in pam.d
TODO revision 1.9
      1 # $NetBSD: TODO,v 1.9 2005/02/27 19:30:20 christos Exp $
      2 
      3 Status:
      4 
      5 Programs
      6 -------------------------------------------------------------------------------
      7 ftpd		- Done, needs testing and review, working
      8 		  XXX: pam_ftpusers does not parse our format properly.
      9 gdm		- Pkgsrc, nothing to do
     10 imap		- Pkgsrc, nothing to do
     11 kde		- Pkgsrc, nothing to do
     12 login		- Done, needs testing and review, working
     13 other		- Internal
     14 passwd		- Done, needs testing and review, XXX: docs? XXX: ??
     15 pop3		- Pkgsrc, nothing to do
     16 rsh		- Done, needs testing and review, working
     17 racoon		- Done, needs testing and review, working
     18 rexecd		- Done, needs testing and review, working
     19 rsh		- Done, needs testing and review, working
     20 sshd		- Done, needs testing and review, working
     21 su		- Done, needs testing and review, working
     22 system		- Internal
     23 telnetd		- Done, needs testing and review, working
     24 xdm		- Done, needs testing and review, working
     25 		  XXX: ssh-agent data passing appears to be
     26 		  busted. The agent is running but somehow the data
     27 		  communication between the agent and the authenticating
     28 		  process is corrupted.
     29 
     30 To enable pam support, recompile with USE_PAM=yes and:
     31 -------------------------------------------------------------------------------
     32 ftpd		- Nothing
     33 gdm		- Pkgsrc, nothing to do
     34 imap		- Pkgsrc, nothing to do
     35 kde		- Pkgsrc, nothing to do
     36 login		- Nothing
     37 other		- Internal
     38 passwd		- passwd -p usage.
     39 pop3		- Pkgsrc, nothing to do
     40 pppd		- Nothing
     41 racoon		- Check racoon.conf(5). XXX: No /etc/pam.d/racoon
     42 rexecd		- Nothing
     43 rsh		- Nothing
     44 sshd		- add "UsePam yes" in /etc/ssh/sshd_config
     45 su		- Nothing
     46 system		- Internal
     47 telnetd		- add "-a valid" in /etc/inetd.conf telnet invocations
     48 xdm		- Nothing. Note that both the Xserver and xdm need to be
     49 		  compiled with PAM enabled.
     50