diff options
author | Günther Deschner <gd@samba.org> | 2009-10-06 18:15:08 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-10-13 12:42:44 +0200 |
commit | 74948c979ab19f20c7e5824aee50828e9bda0e35 (patch) | |
tree | 18fa2eb37d7cb6d722c2b8843b1a2446c7a0f736 /nsswitch/winbind_struct_protocol.h | |
parent | f394b5bc683d55be066f8565f99d157d9848e169 (diff) | |
download | samba-74948c979ab19f20c7e5824aee50828e9bda0e35.tar.gz |
libwbclient: add wbcChangeTrustCredentials.
Guenther
Diffstat (limited to 'nsswitch/winbind_struct_protocol.h')
-rw-r--r-- | nsswitch/winbind_struct_protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h index bd144101f24..3056e25905e 100644 --- a/nsswitch/winbind_struct_protocol.h +++ b/nsswitch/winbind_struct_protocol.h @@ -118,6 +118,7 @@ enum winbindd_cmd { /* Miscellaneous other stuff */ WINBINDD_CHECK_MACHACC, /* Check machine account pw works */ + WINBINDD_CHANGE_MACHACC, /* Change machine account pw */ WINBINDD_PING, /* Just tell me winbind is running */ WINBINDD_INFO, /* Various bit of info. Currently just tidbits */ WINBINDD_DOMAIN_NAME, /* The domain this winbind server is a member of (lp_workgroup()) */ |