File: TODO

package info (click to toggle)
migrationtools 47-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 500 kB
  • sloc: perl: 1,453; sh: 703; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 1,033 bytes parent folder | download
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 schema)
    - krbPrincipalAux (uses non-default Kerberos schema)
    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?