Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/freeipa2

This commit is contained in:
Jason Gerard DeRose
2008-12-20 15:00:00 -07:00
13 changed files with 399 additions and 216 deletions

View File

@@ -423,6 +423,14 @@ class HostService(ConfigurationError):
"""You must enroll a host in order to create a host service"""
faultCode = 1026
class InsufficientAccess(GenericError):
"""You do not have permission to perform this task"""
faultCode = 1027
class InvalidUserPrincipal(GenericError):
"""Invalid user principal"""
faultCode = 1028
class FunctionDeprecated(GenericError):
"""Raised by a deprecated function"""
faultCode = 2000