From 9d33929d76d0969917c1d42e1097d75af3401008 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 28 Sep 2010 13:10:24 +1000 Subject: 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 --- source4/heimdal/lib/hdb/hdb_err.et | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/heimdal/lib/hdb/hdb_err.et') 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 -- cgit