diff options
| author | Simo Sorce <ssorce@redhat.com> | 2007-11-18 14:27:25 -0500 |
|---|---|---|
| committer | Simo Sorce <ssorce@redhat.com> | 2007-11-18 14:27:25 -0500 |
| commit | d5c269c8ebf21281348f69840bf60259bbd37cbf (patch) | |
| tree | d06d52e06e82d9f57874576705960fa32f728085 /ipa-python/ipaerror.py | |
| parent | b51f4b28ec86360d27cfb6f529a8e2def500e91f (diff) | |
| parent | de5a54ef75473764b91e9e69cbe82c35fac89028 (diff) | |
| download | freeipa-d5c269c8ebf21281348f69840bf60259bbd37cbf.tar.gz freeipa-d5c269c8ebf21281348f69840bf60259bbd37cbf.tar.xz freeipa-d5c269c8ebf21281348f69840bf60259bbd37cbf.zip | |
Merge upstream and fix bad suffix in default-aci
Diffstat (limited to 'ipa-python/ipaerror.py')
| -rw-r--r-- | ipa-python/ipaerror.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ipa-python/ipaerror.py b/ipa-python/ipaerror.py index f583322e6..5391b3fd4 100644 --- a/ipa-python/ipaerror.py +++ b/ipa-python/ipaerror.py @@ -123,6 +123,11 @@ LDAP_EMPTY_MODLIST = gen_error_code( 0x0006, "No modifications to be performed") +LDAP_NO_CONFIG = gen_error_code( + LDAP_CATEGORY, + 0x0007, + "IPA configuration not found") + # # Input errors (sample - replace me) # |
