Add error code to use when a secret is not in this database lorikeet-heimdal-201010021123
authorAndrew Bartlett <abartlet@samba.org>
Sat, 2 Oct 2010 11:22:17 +0000 (21:22 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 2 Oct 2010 11:22:17 +0000 (21:22 +1000)
This will happen on an RODC, which has the entry, but not the full
secret.

Andrew Bartlett

lib/hdb/hdb_err.et

index a971a3f67049fbfae16ec30ac118dd657a78271e..2cad4daba41478c57e511f503e5859bb3e75ae74 100644 (file)
@@ -25,5 +25,6 @@ error_code BADVERSION,                "Wrong database version"
 error_code NO_MKEY,            "No correct master key"
 error_code MANDATORY_OPTION,   "Entry contains unknown mandatory extension"
 error_code NO_WRITE_SUPPORT,   "HDB backend doesn't contain write support"
+error_code NOT_FOUND_HERE,     "The secret for this entry is not replicated to this database"
 
 end