heimdal Add an error code for use in the RODC
authorAndrew Bartlett <abartlet@samba.org>
Tue, 28 Sep 2010 03:10:24 +0000 (13:10 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 28 Sep 2010 18:23:07 +0000 (04:23 +1000)
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

index 64f79fc84e67d819f4e9db45d2adf63af63d3f02..120dbfb9fa13a8f2a3aa116f4adc1dc6cecec976 100644 (file)
@@ -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