summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/libnet_join.idl
AgeCommit message (Collapse)AuthorFilesLines
2010-08-05s3-libnet_join: add ads.h as helper header to IDL.Günther Deschner1-1/+2
Guenther
2010-07-01s3-libnet_join: small IDL enhancement.Günther Deschner1-2/+2
Guenther
2010-05-28s3-idl: fix some missing dependencies to other IDL files.Günther Deschner1-1/+1
Guenther
2010-05-04s3-libnetjoin: omit admin password in generated ndr_print function.Günther Deschner1-2/+2
Guenther
2009-06-19Don't require "Modify property" perms to unjoin bug #6481)Jim McDonough1-0/+1
"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/+2
Guenther (This used to be commit f88910c1e5186737da4eda5a7a396c3238fc6775)
2008-02-28Add disabled_machine_account and deleted_machine_accoutn flags to libnetunjoin.Günther Deschner1-1/+3
Guenther (This used to be commit 365943063497c6330ba77914bb01a2be324866f7)
2008-02-28Add noopnum to libnet join/unjoin calls.Günther Deschner1-2/+2
Guenther (This used to be commit 0d8081499fd211e1225d651ff208a857167ce1db)
2008-01-15Define libnet join interface in IDL.Günther Deschner1-0/+60
Guenther (This used to be commit 7a48779ee5ec8bdd5e2b5eef94fd465f733b74b4)