summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-09-28 13:10:24 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-09-29 04:23:07 +1000
commit9d33929d76d0969917c1d42e1097d75af3401008 (patch)
tree7a4ebe5b8fa8c44aadfcd588678e6e2a09f55acc
parent9b5e304ccedc8f0f7ce2342e4d9c621417dd1c1e (diff)
downloadsamba-9d33929d76d0969917c1d42e1097d75af3401008.tar.gz
samba-9d33929d76d0969917c1d42e1097d75af3401008.tar.bz2
samba-9d33929d76d0969917c1d42e1097d75af3401008.zip
heimdal Add an error code for use in the RODC
In this case, the whole request packet should be forwarded to a real KDC, with full secrets, as we don't have the password. This could also be used to implement 'play dead when the LDAP server is down'. Andrew Bartlett
-rw-r--r--source4/heimdal/lib/hdb/hdb_err.et1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal/lib/hdb/hdb_err.et b/source4/heimdal/lib/hdb/hdb_err.et
index 64f79fc84e..120dbfb9fa 100644
--- a/source4/heimdal/lib/hdb/hdb_err.et
+++ b/source4/heimdal/lib/hdb/hdb_err.et
@@ -24,5 +24,6 @@ error_code EXISTS, "Entry already exists in database"
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 NOT_FOUND_HERE, "The secret for this entry is not replicated to this database"
end