File: TODO

package info (click to toggle)
wdm 1.28-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,108 kB
  • ctags: 1,140
  • sloc: ansic: 11,448; sh: 1,431; makefile: 441; perl: 29; cpp: 10
file content (19 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Here's list of things todo:

- separate program to do configuration for wdm?

- wdmChooser program, replacement for chooser with WINGs look.

- need to reorganize and split Login.c into more than a single file,
  it is getting a bit too big and if chooser code is added, it will
  only get bigger.

- better PAM support. 
  "When a user's password expires wdm simply rejects thier login rather
  then forcing them to change their password like /bin/login does."
  Little reading of PAM documentation and source code showe that PAM support
  is indeed rudimentary, and can be improved. It requires changes in
  wdm <-> wdmLogin interface and major rewrite of greet.c and verify.c.

- migrate configuration files to PropList format. See README.new-config.