mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-12 17:21:55 -06:00
19 lines
626 B
Plaintext
19 lines
626 B
Plaintext
CLI
|
|
- Prompt for password using getpass
|
|
- Passed the param dict to output_for_cli()
|
|
- Implement a TextUI class and also pass it to output_for_cli()
|
|
|
|
Improve ease of plugin writting
|
|
- make "from ipalib import *" import everything a plugin writter will need
|
|
- Finish ipa_types, add Str and Float Types
|
|
|
|
Packaging
|
|
- Use setuptools instead of plain distutils
|
|
- Make setup.py generate dev-docs and run unit tests
|
|
- Package for rpm (.spec file)
|
|
- Package for apt (debian/ dir)
|
|
|
|
Migration
|
|
- Add the IPAService objectclass to existing principals
|
|
- Move existng host/ principals from cn=services to cn=computers?
|