1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/librpc/idl
Jim McDonough 7930f15f5d Don't require "Modify property" perms to unjoin bug #6481)
"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.
2009-06-19 13:46:07 -04:00
..
IDL_LICENSE.txt Fix IDL licensing file that got missed when IDL files were moved. 2009-04-16 12:09:16 -07:00
libnet_join.idl Don't require "Modify property" perms to unjoin bug #6481) 2009-06-19 13:46:07 -04:00
libnetapi.idl s3-netapi: add NetShutdownInit and NetShutdownAbort. 2009-05-14 14:18:26 +02:00
messaging.idl messaging: move types to IDL. 2008-09-12 14:09:42 +02:00
notify.idl Add notify_onelevel.tdb 2009-04-16 15:07:06 +02:00