summaryrefslogtreecommitdiff
path: root/python/samba/join.py
Commit message (Expand)AuthorAgeFilesLines
* join.py Add DNS records at domain join timeAndrew Bartlett2017-06-111-3/+197
* provision: Allow removing an existing account when force=True is setAndrew Bartlett2017-06-101-22/+23
* provision: Move default handler for site=None down into dc_join object creationAndrew Bartlett2017-06-101-0/+3
* join.py: Do not expose the old machine password over NTLM if -k yes was setAndrew Bartlett2017-06-101-0/+1
* join.py: Allow RODC to have push replication at joinGarming Sam2017-04-131-2/+4
* python/join: correct spelling of "ctx.del_noerror"Douglas Bagnall2017-03-101-1/+1
* samba-tool:domain: use generate_random_machine_password() for machine passwordsStefan Metzmacher2017-02-211-2/+2
* samba-tool:domain: use generate_random_machine_password() for trusted domainsStefan Metzmacher2017-02-211-1/+2
* python/samba: use an explicit .encode('utf-8') where we expect utf8 passwordsStefan Metzmacher2017-02-211-1/+1
* python/samba: provision_dns_add_samba.ldif expects utf-16-le passwordsStefan Metzmacher2017-02-211-1/+1
* join.py: Correctly print an error in DsAddEntry when .info is NoneAndrew Bartlett2017-02-141-2/+5
* python: Use generated WERROR definitionsBob Campbell2017-02-141-2/+3
* python/join: use DRSUAPI_DRS_GET_NC_SIZE for the initial replicationStefan Metzmacher2017-02-081-0/+1
* python/join: set common replica_flags in dc_join.__init__()Stefan Metzmacher2017-02-081-26/+13
* join.py: Attempt to allocate a RID Set during the joinAndrew Bartlett2016-12-011-0/+20
* python/join: do not attempt to parse log level, use parsed valueChristian Ambach2016-09-141-2/+2
* join.py: Don't add replica locations without the backendGarming Sam2016-07-211-7/+8
* join.py: Add Replica-Locations for DomainDNS and ForestDNSGarming Sam2016-07-211-4/+31
* join.py: Ensure that all expressions are escapedGarming Sam2016-07-211-4/+6
* join.py: Remove talloc enable_null_trackingGarming Sam2016-07-191-3/+0
* samba-tool domain join: Refuse to re-join a DC with a still-valid passwordAndrew Bartlett2016-06-161-62/+89
* samba-tool domain join: Set drsuapi.DRSUAPI_DRS_GET_ANC during initial replAndrew Bartlett2016-06-061-1/+4
* join.py: Fetch the remote DC NTDS GUID earlyAndrew Bartlett2016-05-101-1/+4
* python/join.py: Avoid unchecked print in error pathDouglas Bagnall2016-05-101-1/+4
* python:samba/join.py: make use of the generic arcfour_encrypt() and string_to...Stefan Metzmacher2016-02-031-16/+3
* samba-tool drs clone-dc: Add --include-secrets optionAndrew Bartlett2015-10-261-1/+3
* samba-tool: Add new command 'samba-tool drs clone-dc-database'Andrew Bartlett2015-10-261-49/+93
* join.py: Set NT ACL on crossRef object for new partitionAndrew Bartlett2014-09-021-3/+7
* join.py: Ensure to fill in samAccountName so we get the domain$ accountAndrew Bartlett2014-09-011-1/+2
* join.py: Ensure we set the SID of the parent domain on the trust recordAndrew Bartlett2014-09-011-1/+2
* python: Use the security.dom_sid type for ctx.domsid in join.py and provisionAndrew Bartlett2014-09-011-5/+5
* provision: Use names.domainsid and names.domainguidAndrew Bartlett2014-09-011-5/+9
* join.py: Reinstate full_nc_list and make creation of NTDS-DSA object commonAndrew Bartlett2014-09-011-32/+34
* python/join: use lowercase for the dnshostname.Stefan Metzmacher2014-08-261-2/+2
* s4-dns: dlz_bind9: Create dns-HOSTNAME account disabledSamuel Cabrero2013-10-251-4/+7
* samba-tool domain join subdomain: Rework sambadns.py to allow setup of Domain...Andrew Bartlett2013-10-111-0/+2
* join.py: Reconnect to the DC based on the DC name in dnsHostName to allow con...Andrew Bartlett2013-10-111-0/+4
* join.py: Remove special full_ncs handling, we only need to updateRefs on an N...Andrew Bartlett2013-10-111-7/+2
* join.py: Use ctx.forestdns_zone variableAndrew Bartlett2013-10-111-2/+2
* join.py: Correct ctx.forestdns_zone and so remove the need for duplicate repl...Andrew Bartlett2013-10-111-5/+1
* provision: Remove --username and --password options from samba-tool domain pr...Andrew Bartlett2013-10-111-1/+1
* python/drs: Ensure to pass in the local invocationID during the domain joinAndrew Bartlett2013-09-191-1/+1
* samba-tool domain join: Set server role correctly to "active directory domain...Andrew Bartlett2013-09-161-2/+2
* samba-tool domain join: Add --quite and --verboseAndrew Bartlett2013-09-161-35/+28
* join.py: Restore support for joining as a subdomainAndrew Bartlett2013-09-161-2/+8
* join.py: Handle more error cases with useful exceptionsAndrew Bartlett2013-09-161-1/+9
* samba-tool domain join subdomain: Set "reveal_internals:0" control so we can ...Andrew Bartlett2013-09-161-1/+1
* join.py: Show which database we failed to find the DN on (clarify local v rem...Andrew Bartlett2013-09-161-1/+1
* join.py: Handle exceptions when looking for GUID in a DNAndrew Bartlett2013-09-161-1/+5
* scripting/join.py: Handle creating the dns-NAME account during a DC joinAndrew Bartlett2013-09-041-4/+69