Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-29 | s4:provision Add an msDS-SupportedEncryptionTypes entry to our DC | Andrew Bartlett | 1 | -1/+16 | |
This ensures that our DC will use all the available encyption types. (The KDC reads this entry to determine what the server supports) Andrew Bartlett | |||||
2010-06-28 | s4/spnupdate: Fixed spnupdate to use secrets credentials when accessing SamDB. | Endi S. Dewata | 1 | -3/+30 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> | |||||
2010-06-26 | s4:provision.py - fix comment regarding DNS entries | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
I think this should mean partially Samba4 specified (all beside the "dns" account is standard) | |||||
2010-06-26 | s4:provision: move Samba4 specific DNS stuff to its own file | Stefan Metzmacher | 1 | -1/+8 | |
metze | |||||
2010-06-26 | s4:provision: add --next-rid option | Stefan Metzmacher | 1 | -2/+13 | |
Make it possible to provision a domain with a given next rid counter. This will be useful for upgrades, where we want to import users with already given SIDs. metze | |||||
2010-06-26 | s4:provision: don't use hardcoded values for 'nextRid' and 'rIDAvailablePool' | Stefan Metzmacher | 1 | -3/+11 | |
On Windows dcpromo imports nextRid from the local SAM, which means it's not hardcoded to 1000. The initlal rIDAvailablePool starts at nextRid + 100. I also found that the RID Set of the local dc should be created via provision and not at runtime, when the first rid is needed. (Tested with dcpromo on w2k8r2, while disabling the DNS check box). After provision we should have this (assuming nextRid=1000): rIDAllocationPool: 1100-1599 rIDPrevAllocationPool: 1100-1599 rIDUsedPool: 0 rIDNextRID: 1100 rIDAvailablePool: 1600-1073741823 Because provision sets rIDNextRid=1100, the first created account (typically DNS related accounts) will get 1101 as rid! metze | |||||
2010-06-26 | s4:provision: pass relax control also to modify_ldif | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-06-25 | s4 python: Add unit tests related to PyLong/PyInt handling | Matthieu Patou | 1 | -2/+11 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-25 | s4 upgradeprovision: Try to support older Pythons. | Michael Wood | 1 | -1/+1 | |
Use "...".split(sep, 1) instead of "...".partition(sep). Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> | |||||
2010-06-24 | s4-python: python is not always in /usr/bin | Andrew Tridgell | 54 | -54/+54 | |
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-06-24 | s4:upgradeprovision - fix include order for "ldb" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Patch originally posted on the list by Matthieu Patou. | |||||
2010-06-23 | Fix to undo nasty hack for for grouptype conversion | Lukasz Zalewski | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-23 | s4:net Remove warnings for 2000 native mode and Samba4. | Andrew Bartlett | 1 | -5/+5 | |
We now support 2000 native mode, and so we just need to warn about mixed mode. Andrew Bartlett | |||||
2010-06-23 | s4:provision Raise default max functional level to 2008R2 | Andrew Bartlett | 1 | -3/+3 | |
We don't support many of the extra features, but that applies across many other parts of AD. Allow the admin to join a 2008R2 domain if he or she wants. This also makes it possible to test 2008R2 domain code in 'make test' Andrew Bartlett | |||||
2010-06-23 | s4:provision Remove am_rodc from Schema | Andrew Bartlett | 2 | -5/+5 | |
The SamDB created in the schema code isn't real enough to care if it's an rodc or not. | |||||
2010-06-23 | libds:common Remove DS_DC_* domain functionality flags | Andrew Bartlett | 2 | -11/+7 | |
These are just a subset of the DS_DOMAIN_ functionality flags, are compared and often confused with each other. Just make them one set. Andrew Bartlett | |||||
2010-06-22 | s4/test: fix DC password in selftest-vars.sh | Kamen Mazdrashki | 1 | -2/+2 | |
2010-06-21 | s4 upgradeprovision: fix the logging stuff so that it actually log | Matthieu Patou | 1 | -0/+2 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4:python LDB __init__.py - remove completely unused "erase_partitions" call | Matthias Dieter Wallnöfer | 2 | -36/+0 | |
Seems to be a relict from the past. | |||||
2010-06-20 | provision: Look for Samba prefix a bit harder. | Jelmer Vernooij | 1 | -4/+6 | |
2010-06-20 | pydsdb: Mark all SamDB and Schema methods that are in pydsdb as | Jelmer Vernooij | 3 | -17/+17 | |
private, to discourage them being called directly. | |||||
2010-06-20 | testparm: Check netbios name and workgroup characters and length. | Jelmer Vernooij | 1 | -14/+36 | |
2010-06-20 | provision: Properly cancel transactions on the secrets ldb. | Jelmer Vernooij | 1 | -122/+131 | |
2010-06-20 | selftest: Use scripted testparm. | Jelmer Vernooij | 1 | -2/+2 | |
2010-06-20 | testparm: Simplify default option handling. | Jelmer Vernooij | 1 | -19/+14 | |
2010-06-20 | testparm: Fix suppress prompt option. | Jelmer Vernooij | 1 | -7/+5 | |
2010-06-20 | testparm: Fix exit value, install. | Jelmer Vernooij | 2 | -14/+21 | |
2010-06-20 | s4-python: Implement LoadParm.dump(). | Jelmer Vernooij | 1 | -1/+1 | |
2010-06-20 | testparm: Split up functions that do multiple things. | Jelmer Vernooij | 1 | -40/+33 | |
2010-06-20 | testparm: Convert to Python. | Jelmer Vernooij | 1 | -0/+204 | |
2010-06-20 | s4-python: Remove more unused imports, fix use of sets in upgradehelpers. | Jelmer Vernooij | 3 | -9/+5 | |
2010-06-20 | Use standard Python syntax, booleans and set()'s where appropriate. | Jelmer Vernooij | 3 | -23/+28 | |
2010-06-20 | Remove unnecessary use of transactions. | Jelmer Vernooij | 1 | -11/+3 | |
2010-06-20 | ldb: Remove last import of dsdb. | Jelmer Vernooij | 1 | -12/+0 | |
2010-06-20 | Some more formatting fixes, move schema related functions from Ldb to Schema. | Jelmer Vernooij | 6 | -39/+36 | |
2010-06-20 | Move convert_to_openldap onto Schema class. | Jelmer Vernooij | 3 | -5/+7 | |
2010-06-20 | Formatting cleanups; use True/False for booleans, unnecessary backslashes, ↵ | Jelmer Vernooij | 6 | -122/+141 | |
spacing. | |||||
2010-06-20 | Move a few more samdb-specific methods to SamDB, away from Ldb. | Jelmer Vernooij | 1 | -13/+1 | |
2010-06-20 | samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB. | Jelmer Vernooij | 3 | -22/+20 | |
2010-06-20 | s4-python: Remove trivial function, replace by dictionary. | Jelmer Vernooij | 3 | -40/+14 | |
2010-06-20 | Modifications extending functionality of newuser cmd and new net group set ↵ | Lukasz Zalewski | 2 | -60/+63 | |
of commands for group related operations on ldb Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Modifications extending functionality of newuser cmd and new net group set ↵ | Lukasz Zalewski | 4 | -8/+439 | |
of commands for group related operations on ldb Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Make grouped commit / rollback more resistant to ↵ | Matthieu Patou | 1 | -13/+42 | |
unexpected problems Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Check that the policy for DC is present if not warn the ↵ | Matthieu Patou | 2 | -4/+38 | |
user Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Emit message instead of crashing when not able to set acl | Matthieu Patou | 1 | -4/+10 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: add an option to force the rebuilding of FS ACLs on ↵ | Matthieu Patou | 1 | -1/+6 | |
sysvols share Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 unittests: add unit tests for upgradehelpers | Matthieu Patou | 2 | -4/+19 | |
The functions tested are: * construct_existor_expr * search_constructed_attrs_stored Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Add function for searching stored constructed attributes | Matthieu Patou | 1 | -0/+51 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: additional restyling | Matthieu Patou | 1 | -31/+42 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Restyle imports | Matthieu Patou | 1 | -15/+15 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> |