File: TODO

package info (click to toggle)
migrationtools 48-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 364 kB
  • sloc: perl: 2,583; sh: 614; makefile: 15
file content (11 lines) | stat: -rw-r--r-- 641 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
  * Allow environment override of more variables (including the new
    USE_UTF8 and IGNORE_?ID_*).
  * 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.
  * 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.