-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO
19 lines (13 loc) · 755 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.