s4: remove SET_MAPPING from wb_samba3_protocol
authorMichael Adam <obnox@samba.org>
Thu, 22 Jan 2009 13:30:25 +0000 (14:30 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 31 May 2010 15:00:08 +0000 (17:00 +0200)
Michael

source4/winbind/wb_samba3_protocol.c

index bb5b556f39c6ada6404fa25388df4a712c873958..5c511231681024e48bd372f15b43ef1a744f8409 100644 (file)
@@ -184,7 +184,6 @@ NTSTATUS wbsrv_samba3_handle_call(struct wbsrv_samba3_call *s3call)
        case WINBINDD_SIDS_TO_XIDS:
        case WINBINDD_ALLOCATE_UID:
        case WINBINDD_ALLOCATE_GID:
-       case WINBINDD_SET_MAPPING:
        case WINBINDD_REMOVE_MAPPING:
        case WINBINDD_DOMAIN_INFO:
        case WINBINDD_SHOW_SEQUENCE:
@@ -194,7 +193,6 @@ NTSTATUS wbsrv_samba3_handle_call(struct wbsrv_samba3_call *s3call)
        case WINBINDD_DSGETDCNAME:
        case WINBINDD_INIT_CONNECTION:
        case WINBINDD_DUAL_SIDS2XIDS:
-       case WINBINDD_DUAL_SET_MAPPING:
        case WINBINDD_DUAL_REMOVE_MAPPING:
        case WINBINDD_DUAL_USERINFO:
        case WINBINDD_DUAL_GETSIDALIASES: