diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-05-02 12:41:46 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-05-02 13:58:23 +0200 |
commit | 76b3867547dd61d4ac9eda1551945c7c76087f4c (patch) | |
tree | 535ddab91dd4d979fef6044f4d5c5b7516debcee /source3 | |
parent | aae1f86952ceea7be0594ca44bf86536fb9aea37 (diff) | |
download | samba-76b3867547dd61d4ac9eda1551945c7c76087f4c.tar.gz samba-76b3867547dd61d4ac9eda1551945c7c76087f4c.tar.bz2 samba-76b3867547dd61d4ac9eda1551945c7c76087f4c.zip |
s3:libsmb/nterr: NO_S4U_PROT_SUPPORT and CROSSREALM_DELEGATION_FAILURE
metze
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/nterr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/libsmb/nterr.c b/source3/libsmb/nterr.c index 321965878d..e48f221be0 100644 --- a/source3/libsmb/nterr.c +++ b/source3/libsmb/nterr.c @@ -566,6 +566,8 @@ static const nt_err_code_struct nt_errs[] = { "NT_STATUS_CURRENT_DOMAIN_NOT_ALLOWED", NT_STATUS_CURRENT_DOMAIN_NOT_ALLOWED }, { "NT_STATUS_OBJECTID_NOT_FOUND", NT_STATUS_OBJECTID_NOT_FOUND }, { "NT_STATUS_DOWNGRADE_DETECTED", NT_STATUS_DOWNGRADE_DETECTED }, + { "NT_STATUS_NO_S4U_PROT_SUPPORT", NT_STATUS_NO_S4U_PROT_SUPPORT }, + { "NT_STATUS_CROSSREALM_DELEGATION_FAILURE", NT_STATUS_CROSSREALM_DELEGATION_FAILURE }, { "NT_STATUS_INVALID_LOCK_RANGE", NT_STATUS_INVALID_LOCK_RANGE }, { "NT_STATUS_ERROR_DS_OBJ_STRING_NAME_EXISTS", NT_STATUS_ERROR_DS_OBJ_STRING_NAME_EXISTS }, { "NT_STATUS_ERROR_DS_INCOMPATIBLE_VERSION", NT_STATUS_ERROR_DS_INCOMPATIBLE_VERSION }, |