File: TODO

package info (click to toggle)
migrationtools 47-6
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 324 kB
  • ctags: 68
  • sloc: perl: 1,305; sh: 661; makefile: 12
file content (17 lines) | stat: -rw-r--r-- 1,046 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  * Allow environment override of more variables (including the new
    USE_UTF8 and IGNORE_?ID_*).
  * Merge the upstream forked ads scripts, and use a flag instead.
  * Support ~/.migrationtools.ph file overriding site defaults.
  * Offer to strip (as alternative to recode) unsupported characters.
  * Interactively ask about recoding/stripping (and only if needed).
  * Use prefix {md5} for passwords starting with $1$, and {CRYPT} only
    as fallback. Closes: bug#400343, thanks to Michael Burschik.
  * Generate only one entry for each service (suppressing multiple ones,
    eg. when both udp and tcp variants of a service is parsed). This
    closes: bug#307618, thanks to gary ng.
  * Use unusual object classes only optionally:
    - nisMailAlias (uses non-default misc scheme)
    - krb5Principal (uses unofficial and discouraged krb5-kdc scheme)
    This closes bug#307616, thanks to gary ng.
  * Investigate the dependency on perl: We don't use any modules, so
    perhaps perl-base (which is required, so no to declare) is enough?