diff options
author | Günther Deschner <gd@samba.org> | 2007-11-27 12:27:27 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:33 +0100 |
commit | 0f622f318b5e29365162a8df111060466bcceee5 (patch) | |
tree | d2a2e44b4179e76866de84a2b9e764498ab9ec95 /source4/librpc/idl | |
parent | 7f58b5b5586f458e4c9b178ba0a846adea5c1f39 (diff) | |
download | samba-0f622f318b5e29365162a8df111060466bcceee5.tar.gz samba-0f622f318b5e29365162a8df111060466bcceee5.tar.bz2 samba-0f622f318b5e29365162a8df111060466bcceee5.zip |
r26168: Add two more documented WKSSVC_JOIN_FLAGS.
Guenther
(This used to be commit e06726106100ee1cb6bd122b1b584e0036abcac7)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/wkssvc.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl index 6feb40ecdd..4e54848fab 100644 --- a/source4/librpc/idl/wkssvc.idl +++ b/source4/librpc/idl/wkssvc.idl @@ -654,6 +654,8 @@ import "srvsvc.idl", "lsa.idl"; } wkssvc_PasswordBuffer; typedef [bitmap32bit] bitmap { + WKSSVC_JOIN_FLAGS_JOIN_WITH_NEW_NAME = 0x00000400, + WKSSVC_JOIN_FLAGS_JOIN_DC_ACCOUNT = 0x00000200, /* TRUE: defer setting the SPN and dNSHostName until a rename operation */ WKSSVC_JOIN_FLAGS_DEFER_SPN = 0x00000100, |