mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Import the RequiresRoot error and make note to replace this at some point
This commit is contained in:
3
TODO
3
TODO
@@ -84,6 +84,9 @@ Command Line interface:
|
||||
* Add a file option so an argument may be read from a file. This is needed
|
||||
for cert-request to pass along the CSR.
|
||||
|
||||
* Replace RequiresRoot() with more fine-grained control based on the
|
||||
files that need to be read/written
|
||||
|
||||
|
||||
Improve ease of plugin writting
|
||||
- make "from ipalib import *" import everything a plugin writter will need
|
||||
|
||||
@@ -28,7 +28,7 @@ from plugable import lock, check_name
|
||||
from parameters import create_param, Param, Str, Flag, Password
|
||||
from util import make_repr
|
||||
|
||||
from errors import ZeroArgumentError, MaxArgumentError, OverlapError
|
||||
from errors import ZeroArgumentError, MaxArgumentError, OverlapError, RequiresRoot
|
||||
from constants import TYPE_ERROR
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user