diff options
author | Kai Blin <kai@samba.org> | 2008-12-16 10:06:04 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-12-16 13:03:05 +0100 |
commit | 5ee0392a55d3a35692c026f1b88909d7fd2d2666 (patch) | |
tree | 083cd9a18e5a73d8374ce7d5c7679e5761f73b99 /source4/winbind | |
parent | 6821d898d7ecf10c6a9359560c5cf1c50a812b62 (diff) | |
download | samba-5ee0392a55d3a35692c026f1b88909d7fd2d2666.tar.gz samba-5ee0392a55d3a35692c026f1b88909d7fd2d2666.tar.bz2 samba-5ee0392a55d3a35692c026f1b88909d7fd2d2666.zip |
nsswitch: Move nsswitch files from source4 to top level nsswitch dir
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/wb_samba3_protocol.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/winbind/wb_samba3_protocol.c b/source4/winbind/wb_samba3_protocol.c index 8f260eb580..9a9765b564 100644 --- a/source4/winbind/wb_samba3_protocol.c +++ b/source4/winbind/wb_samba3_protocol.c @@ -183,15 +183,18 @@ NTSTATUS wbsrv_samba3_handle_call(struct wbsrv_samba3_call *s3call) case WINBINDD_ALLOCATE_UID: case WINBINDD_ALLOCATE_GID: case WINBINDD_SET_MAPPING: + case WINBINDD_REMOVE_MAPPING: case WINBINDD_SET_HWM: case WINBINDD_DOMAIN_INFO: case WINBINDD_SHOW_SEQUENCE: case WINBINDD_WINS_BYIP: case WINBINDD_WINS_BYNAME: case WINBINDD_GETGRLST: + case WINBINDD_DSGETDCNAME: case WINBINDD_INIT_CONNECTION: case WINBINDD_DUAL_SIDS2XIDS: case WINBINDD_DUAL_SET_MAPPING: + case WINBINDD_DUAL_REMOVE_MAPPING: case WINBINDD_DUAL_SET_HWM: case WINBINDD_DUAL_USERINFO: case WINBINDD_DUAL_GETSIDALIASES: |