diff options
author | Tim Potter <tpot@samba.org> | 2002-04-14 10:50:32 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-04-14 10:50:32 +0000 |
commit | 57630be652547356f8c570807ebf9cc7915e0fd8 (patch) | |
tree | cfbec82a7b7533fc73003c663c81e76caf9d5ea6 | |
parent | cd58107e6ee337fdacb56ec51711c3164de4aecd (diff) | |
download | samba-57630be652547356f8c570807ebf9cc7915e0fd8.tar.gz samba-57630be652547356f8c570807ebf9cc7915e0fd8.tar.bz2 samba-57630be652547356f8c570807ebf9cc7915e0fd8.zip |
Added a status code for lsa_lookup_{sids,names} returning the fact that
only some of the entries could be resolved.
(This used to be commit 0722e71d1ef59a72567f383e3572546ab78e9e6a)
-rw-r--r-- | source3/include/nterr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/nterr.h b/source3/include/nterr.h index ef8e6bd27f..a869e19738 100644 --- a/source3/include/nterr.h +++ b/source3/include/nterr.h @@ -30,6 +30,7 @@ #define NT_STATUS_NO_MORE_ENTRIES NT_STATUS(0x8000001a) #define STATUS_MORE_ENTRIES NT_STATUS(0x0105) +#define STATUS_SOME_UNMAPPED NT_STATUS(0x0107) #define ERROR_INVALID_PARAMETER NT_STATUS(0x0057) #define ERROR_INSUFFICIENT_BUFFER NT_STATUS(0x007a) #define STATUS_NOTIFY_ENUM_DIR NT_STATUS(0x010c) |