summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/libnet_join.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-19Don't require "Modify property" perms to unjoin bug #6481)Jim McDonough1-2/+3
"net ads leave" stopped working when "modify properties" permissions were not granted (meaning you had to be allowed to disable the account that you were about to delete). Libnetapi should not delete machine accounts, as this does not happen on win32. The WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag really means "disable" (both in practice and docs). However, to keep the functionality in "net ads leave", we will still try to do the delete. If this fails, we try to do the disable. Additionally, it is possible in windows to not disable or delete the account, but just tell the local machine that it is no longer in the account. libnet can now do this as well.
2008-07-31libnetunjoin: add use_kerberos flag.Günther Deschner1-0/+1
Guenther (This used to be commit 2b262ca20de2a41833f68a88646a8df4d9507782)
2008-07-31libnetjoin: add use_kerberos flag.Günther Deschner1-0/+1
Guenther (This used to be commit 956c949dc739a8b3e9de3bb6f1af8e0e8b18dc98)
2008-05-16libnetjoin: for informational reasons, report forest_name.Günther Deschner1-0/+2
Guenther (This used to be commit 452a9ea4af19d3aebc35929edaf4e5adf8c1fd11)
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner1-0/+2
Guenther (This used to be commit 7889516a384c155a9045aad4409c041fddd0d98d)
2008-03-04Add secure_channel_type to libnetjoin.Günther Deschner1-0/+3
Guenther (This used to be commit f88910c1e5186737da4eda5a7a396c3238fc6775)
2008-02-28Re-run make idl.Günther Deschner1-0/+2
Guenther (This used to be commit 5895a03fd600745ec897d987910abca83d79de3e)
2008-02-26Rerun make idl. To remove irritating semicolon.Michael Adam1-2/+0
Michael (This used to be commit 3e1f88c90e4c5721381778062edfe6e681c8eec3)
2008-01-15Use autogenerated libnet_join header.Günther Deschner1-0/+73
Guenther (This used to be commit d94bd3a03b574b3fdddd62add25b0c04673500a3)