Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-20 | Use standard Python syntax, booleans and set()'s where appropriate. | Jelmer Vernooij | 1 | -1/+1 | |
2010-06-20 | Some more formatting fixes, move schema related functions from Ldb to Schema. | Jelmer Vernooij | 1 | -1/+1 | |
2010-06-20 | Formatting cleanups; use True/False for booleans, unnecessary backslashes, ↵ | Jelmer Vernooij | 1 | -17/+24 | |
spacing. | |||||
2010-06-20 | s4: Add comments about setup_secrets | Matthieu Patou | 1 | -0/+2 | |
Comments are to inform people that this function should not handle transaction within the function as it is mainly used in provision and that we want to commit secrets only if all the action on secrets have worked. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 provision: Add information about provisioned usn range in sam.ldb | Matthieu Patou | 1 | -0/+96 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-19 | s4:provision: don't use hardcoded 'Default-First-Site-Name' | Stefan Metzmacher | 1 | -2/+2 | |
metze Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> | |||||
2010-06-19 | s4-python: Use sys.prefix rather than guessing prefix from current | Jelmer Vernooij | 1 | -7/+6 | |
file path. | |||||
2010-06-16 | s4:provision.py - we do now support the "Windows 2000 Native" domain ↵ | Matthias Dieter Wallnöfer | 1 | -3/+0 | |
function level | |||||
2010-06-15 | Attempt to fix SamDB test infrastructure (not used in Samba anywhere, only ↵ | Jelmer Vernooij | 1 | -3/+3 | |
in OpenChange). | |||||
2010-06-14 | s4:provision: Make gc._msdcs DNS entries A/AAAA records | Andrew Kroeger | 1 | -0/+6 | |
When adding an additional DC as a GC server, the new DC attempts to register its own gc._msdcs records. If the existing gc._msdcs record is a CNAME, BIND fails the update with the message "attempt to add non-CNAME alongside CNAME ignored", and the new DC is not registered as a GC server. The A & AAAA record types for gc._msdcs have been verified against the DNS server of a W2K8 DC. | |||||
2010-06-13 | s4-provision: Use logger in provision backends. | Jelmer Vernooij | 1 | -22/+21 | |
2010-06-13 | s4-python: Start using standard python logging infrastructure rather | Jelmer Vernooij | 1 | -71/+69 | |
than simple messaging callbacks. | |||||
2010-06-11 | s4-python: Fix formatting. | Jelmer Vernooij | 1 | -2/+7 | |
2010-06-06 | s4:provision - fix typo in substitution variable | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-05-17 | s4-rodc: Set am_rodc flag during provision | Anatoliy Atanasov | 1 | -8/+10 | |
2010-05-13 | s4:domain functional level - it is also specified in the domain object under ↵ | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
partitions Discovered by the "ldapcmp" tool | |||||
2010-05-11 | Revert "s4-rodc: Fix provision warnings by creating ntds objectGUID in ↵ | Anatoliy Atanasov | 1 | -5/+1 | |
provision" This reverts commit c3cbb846d0bfbaa11fd255bada7fa5fe502d4d96. The fix is not correct, we should cache a bool to answer amIRODC | |||||
2010-05-10 | s4-rodc: Fix provision warnings by creating ntds objectGUID in provision | Anatoliy Atanasov | 1 | -1/+5 | |
2010-04-29 | Revert "s4/dsdb: Set schemaInfo attribute value during provisioning" | Kamen Mazdrashki | 1 | -2/+0 | |
This reverts commit 8149094eddebd9a0e8b7c123c2ed54d00164bb26. Windows implementation does not set schemaInfo attribute value until first Schema update request. This way, newly provisioned forest returns no schemaInfo value. I think it won't be bad for us to have this value preset, but I want to mimic Win AD behavior as close as possible. | |||||
2010-04-27 | s4-provision: setup spn_update_list in provision | Andrew Tridgell | 1 | -1/+5 | |
2010-04-20 | s4:provision Pass in the invoication ID and NTDS Settings DN to Schema() | Andrew Bartlett | 1 | -5/+5 | |
By putting these values into the cache on the LDB, this reduces some of the noise in provision, particularly with the LDAP backend. Andrew Bartlett | |||||
2010-04-12 | Fixed a problem with provision missing the default_dir/etc directory. | Nadezhda Ivanova | 1 | -2/+2 | |
2010-04-09 | s4/dsdb: Set schemaInfo attribute value during provisioning | Kamen Mazdrashki | 1 | -0/+2 | |
After provisioning new Forest, schemaInfo should be set to a value with revision=1 and current invocation_id | |||||
2010-04-08 | s4-python: More cleanups. | Jelmer Vernooij | 1 | -4/+4 | |
2010-04-08 | s4-python: Fix formatting, import of FLG_NOSYNC. | Jelmer Vernooij | 1 | -1/+1 | |
2010-04-08 | s4-python: Simplify code, improve formatting. | Jelmer Vernooij | 1 | -34/+55 | |
2010-04-07 | s4-provision: Proper handling of exceptions, use SamDB class but skip global ↵ | Jelmer Vernooij | 1 | -10/+17 | |
schema. | |||||
2010-04-07 | s4-python: Move samdb_ntds_objectGUID to pydsdb. | Jelmer Vernooij | 1 | -5/+6 | |
2010-04-07 | s4:provision - add a comment which explains why "paths.dns_keytab" is stored ↵ | Matthias Dieter Wallnöfer | 1 | -0/+3 | |
without path reference | |||||
2010-04-06 | s4-python: Move set_session_info to PySambaLdb. | Jelmer Vernooij | 1 | -4/+4 | |
2010-04-04 | s4-python: Avoid importing glue directly. | Jelmer Vernooij | 1 | -9/+10 | |
2010-04-04 | s4-python: Move dsdb constants to a separate python module. | Jelmer Vernooij | 1 | -1/+1 | |
2010-03-28 | upgradeprovision: Fix formatting, syntax error. | Jelmer Vernooij | 1 | -48/+49 | |
2010-03-28 | provision: make gpo related function more reusable for upgradeprovision | Matthieu Patou | 1 | -26/+30 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-03-28 | provision: Remove unnecessary whitespace. | Jelmer Vernooij | 1 | -6/+1 | |
2010-03-24 | s4-provision: FreeBSD uses 'staff' for users | Andrew Tridgell | 1 | -1/+1 | |
2010-03-24 | s4-provision: solaris uses the group "other" | Andrew Tridgell | 1 | -1/+1 | |
2010-03-12 | s4:provision.py - small output improvement | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-03-11 | s4:provision Improve the handling of provision errors | Andrew Bartlett | 1 | -10/+12 | |
The backtraces were too confusing for our users, and didn't tell them what to do to fix the problem. By printing the string (rather than a backtrace), and including in the error what to do, and what file to remove, we give them a chance. Andrew Bartlett | |||||
2010-03-11 | s4:samba_dnsupdate Add a 'file based' mode to samba_dnsupdate | Andrew Bartlett | 1 | -1/+1 | |
For the testsuite to use DNS like names, we need to write these names to a file. Also, to have this run in 'make test' the usual rules about 'no 127.*' IP addresses in DNS must be skipped, so glue.interface_ips takes two arguments now | |||||
2010-03-04 | s4:provision - use the new "interface_ips" python call to detect the right ↵ | Matthias Dieter Wallnöfer | 1 | -8/+8 | |
host IPv4 address Inform the user when there are more possibilities (so he can check for the right address and otherwise he is able to do an immediate reprovision) and no possibility at all (then we fall back to the loopback address "127.0.0.1" - this is thought for testing purposes). I think this should be enough for closing bug #5484. | |||||
2010-03-02 | s4:provision - Moved backend-specific variables into backend class. | Endi S. Dewata | 1 | -30/+3 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-03-01 | More formatting fixes, pointed out by pylint. | Jelmer Vernooij | 1 | -3/+3 | |
2010-03-01 | General cleanups of python code, hinted by pyflakes. | Jelmer Vernooij | 1 | -4/+1 | |
2010-02-26 | s4:provision: use generate_random_password() | Stefan Metzmacher | 1 | -5/+5 | |
metze | |||||
2010-02-26 | s4-provision: fixed use of rndc command from python | Andrew Tridgell | 1 | -1/+1 | |
rndc command is now a list | |||||
2010-02-26 | s4-provision: also create the dns_update_list when running net vampire | Andrew Tridgell | 1 | -0/+10 | |
We need the list when joining a windows domain, so we can automatically maintain the right DNS entries on the Windows DNS server | |||||
2010-02-26 | s4-provision: setup the dns_update_list at provision time | Andrew Tridgell | 1 | -0/+5 | |
This file is substituted at runtime by samba_dnsupdate | |||||
2010-02-21 | s4:provision.py - try to use other addresses than "127.0.0.x" and "::1" | Matthias Dieter Wallnöfer | 1 | -2/+10 | |
On production systems a user for sure strongly disagrees to use local IP addresses (how should the server be accessible?). Therefore if the user didn't specify an IP as provision option and in the "/etc/hosts" file we have at least one not-local IP which resolves to our hostname use this or one of them. Notice: if a host has more public IP addresses with the same name assigned the behaviour is non-deterministic (well, okay - by the entries order it is). But then the user is invited to specify the host IP manually. This should address bug #5484. | |||||
2010-02-17 | s4-provision: freeze the DNS zone before creating the zone file | Andrew Tridgell | 1 | -2/+10 | |
This prevents bind from getting confused if it has a journal for the zone. |