summaryrefslogtreecommitdiff
path: root/python/samba/join.py
AgeCommit message (Expand)AuthorFilesLines
2017-02-21python/samba: provision_dns_add_samba.ldif expects utf-16-le passwordsStefan Metzmacher1-1/+1
2017-02-14join.py: Correctly print an error in DsAddEntry when .info is NoneAndrew Bartlett1-2/+5
2017-02-14python: Use generated WERROR definitionsBob Campbell1-2/+3
2017-02-08python/join: use DRSUAPI_DRS_GET_NC_SIZE for the initial replicationStefan Metzmacher1-0/+1
2017-02-08python/join: set common replica_flags in dc_join.__init__()Stefan Metzmacher1-26/+13
2016-12-01join.py: Attempt to allocate a RID Set during the joinAndrew Bartlett1-0/+20
2016-09-14python/join: do not attempt to parse log level, use parsed valueChristian Ambach1-2/+2
2016-07-21join.py: Don't add replica locations without the backendGarming Sam1-7/+8
2016-07-21join.py: Add Replica-Locations for DomainDNS and ForestDNSGarming Sam1-4/+31
2016-07-21join.py: Ensure that all expressions are escapedGarming Sam1-4/+6
2016-07-19join.py: Remove talloc enable_null_trackingGarming Sam1-3/+0
2016-06-16samba-tool domain join: Refuse to re-join a DC with a still-valid passwordAndrew Bartlett1-62/+89
2016-06-06samba-tool domain join: Set drsuapi.DRSUAPI_DRS_GET_ANC during initial replAndrew Bartlett1-1/+4
2016-05-10join.py: Fetch the remote DC NTDS GUID earlyAndrew Bartlett1-1/+4
2016-05-10python/join.py: Avoid unchecked print in error pathDouglas Bagnall1-1/+4
2016-02-03python:samba/join.py: make use of the generic arcfour_encrypt() and string_to...Stefan Metzmacher1-16/+3
2015-10-26samba-tool drs clone-dc: Add --include-secrets optionAndrew Bartlett1-1/+3
2015-10-26samba-tool: Add new command 'samba-tool drs clone-dc-database'Andrew Bartlett1-49/+93
2014-09-02join.py: Set NT ACL on crossRef object for new partitionAndrew Bartlett1-3/+7
2014-09-01join.py: Ensure to fill in samAccountName so we get the domain$ accountAndrew Bartlett1-1/+2
2014-09-01join.py: Ensure we set the SID of the parent domain on the trust recordAndrew Bartlett1-1/+2
2014-09-01python: Use the security.dom_sid type for ctx.domsid in join.py and provisionAndrew Bartlett1-5/+5
2014-09-01provision: Use names.domainsid and names.domainguidAndrew Bartlett1-5/+9
2014-09-01join.py: Reinstate full_nc_list and make creation of NTDS-DSA object commonAndrew Bartlett1-32/+34
2014-08-26python/join: use lowercase for the dnshostname.Stefan Metzmacher1-2/+2
2013-10-25s4-dns: dlz_bind9: Create dns-HOSTNAME account disabledSamuel Cabrero1-4/+7
2013-10-11samba-tool domain join subdomain: Rework sambadns.py to allow setup of Domain...Andrew Bartlett1-0/+2
2013-10-11join.py: Reconnect to the DC based on the DC name in dnsHostName to allow con...Andrew Bartlett1-0/+4
2013-10-11join.py: Remove special full_ncs handling, we only need to updateRefs on an N...Andrew Bartlett1-7/+2
2013-10-11join.py: Use ctx.forestdns_zone variableAndrew Bartlett1-2/+2
2013-10-11join.py: Correct ctx.forestdns_zone and so remove the need for duplicate repl...Andrew Bartlett1-5/+1
2013-10-11provision: Remove --username and --password options from samba-tool domain pr...Andrew Bartlett1-1/+1
2013-09-19python/drs: Ensure to pass in the local invocationID during the domain joinAndrew Bartlett1-1/+1
2013-09-16samba-tool domain join: Set server role correctly to "active directory domain...Andrew Bartlett1-2/+2
2013-09-16samba-tool domain join: Add --quite and --verboseAndrew Bartlett1-35/+28
2013-09-16join.py: Restore support for joining as a subdomainAndrew Bartlett1-2/+8
2013-09-16join.py: Handle more error cases with useful exceptionsAndrew Bartlett1-1/+9
2013-09-16samba-tool domain join subdomain: Set "reveal_internals:0" control so we can ...Andrew Bartlett1-1/+1
2013-09-16join.py: Show which database we failed to find the DN on (clarify local v rem...Andrew Bartlett1-1/+1
2013-09-16join.py: Handle exceptions when looking for GUID in a DNAndrew Bartlett1-1/+5
2013-09-04scripting/join.py: Handle creating the dns-NAME account during a DC joinAndrew Bartlett1-4/+69
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+1149