diff options
author | Michael Adam <obnox@samba.org> | 2009-01-22 14:34:50 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:34 +0200 |
commit | 3b56f7f6b5040a8f130060e7e1d8c062aa6d3b16 (patch) | |
tree | be0cef0fbf206f3113b851bda8667b0d521acc82 /source3/librpc | |
parent | 6740c180e668307f1ee16084f5d6531508bb1cbf (diff) | |
download | samba-3b56f7f6b5040a8f130060e7e1d8c062aa6d3b16.tar.gz samba-3b56f7f6b5040a8f130060e7e1d8c062aa6d3b16.tar.bz2 samba-3b56f7f6b5040a8f130060e7e1d8c062aa6d3b16.zip |
s3:winbind: remove the method REMOVE_MAPPING from winbind's API
Michael
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/wbint.idl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index 62d0b4170f..4ac36930d3 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -153,16 +153,4 @@ interface wbint NTSTATUS wbint_PingDc( ); - - typedef [public] enum { - WBINT_ID_TYPE_NOT_SPECIFIED, - WBINT_ID_TYPE_UID, - WBINT_ID_TYPE_GID - } wbint_IdType; - - NTSTATUS wbint_RemoveMapping( - [in] dom_sid *sid, - [in] wbint_IdType type, - [in] hyper id - ); } |