Age | Commit message (Expand) | Author | Files | Lines |
2009-02-25 | Updates to the recent cn=config support for the OpenLDAP backend | Oliver Liebel | 2 | -13/+3 |
2009-02-24 | Added mmr and olc to the OpenLDAP backend provisioning-scripts | Oliver Liebel | 12 | -22/+78 |
2009-02-11 | Use convenience function for finding setup_dir based on location of | Jelmer Vernooij | 3 | -5/+6 |
2009-02-11 | --interactive doesn't take any argument. | Jelmer Vernooij | 1 | -1/+1 |
2009-01-21 | Use script path to find the setup directory. | Jelmer Vernooij | 3 | -3/+3 |
2009-01-19 | Make sure server_role gets initialized in backend provisioning code - | Jelmer Vernooij | 2 | -2/+2 |
2009-01-19 | Don't give fatal python errors when guessing the realm | Andrew Bartlett | 1 | -2/+12 |
2009-01-16 | Add copyright headers. | Jelmer Vernooij | 3 | -14/+53 |
2009-01-05 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2 | -1/+6 |
2009-01-05 | More work to have OpenLDAP accept the full AD schema | Andrew Bartlett | 2 | -1/+6 |
2009-01-05 | Use fqdn rather than gethostname when guessing realm. | Jelmer Vernooij | 1 | -1/+1 |
2008-12-21 | Fix more tests, improve repr() functions for various Python types. | Jelmer Vernooij | 2 | -2/+2 |
2008-12-21 | Move tests for ParamFile. | Jelmer Vernooij | 1 | -1/+1 |
2008-12-21 | Fix various Python-related bugs. | Jelmer Vernooij | 1 | -1/+2 |
2008-12-20 | Corrections to Microsoft's schema and the OpenLDAP mapping file | Andrew Bartlett | 2 | -0/+63 |
2008-12-19 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 8 | -45/+24 |
2008-12-19 | Avoid use of parentheses in Python import statements, as it's not supported b... | Jelmer Vernooij | 2 | -4/+2 |
2008-12-19 | Fix errors in MS-AD_Schema_Attributes_v20080618.txt | Sreepathi Pai | 2 | -36/+9 |
2008-12-19 | Here's the prefixMap from w2k8. | Stefan (metze) Metzmacher | 1 | -2/+9 |
2008-12-19 | Move aggregate schema stub to it's own file | Andrew Bartlett | 2 | -3/+3 |
2008-12-17 | s4:provision: use extended_dn_out_ldb or extended_dn_out_dereference dependin... | Andrew Bartlett | 1 | -0/+2 |
2008-12-17 | s4:setup: fix cut-n-paste error Builtin-Domain => Samba4-Local-Domain | Andrew Bartlett | 1 | -1/+1 |
2008-12-17 | s4:setup: don't set objectCategory: CN=Domain-DNS,${SCHEMADN} | Andrew Bartlett | 1 | -3/+0 |
2008-12-16 | s4/provision: Upper case default realm, use only first part of realm as defau... | Jelmer Vernooij | 1 | -2/+2 |
2008-12-11 | Add interactive flag to setup/provision (also the default when no arguments a... | Jelmer Vernooij | 1 | -2/+27 |
2008-12-10 | Add AD schema from Microsoft's WSPP documentation. | Andrew Bartlett | 3 | -0/+19124 |
2008-12-02 | Don't treat the DN+binary syntax as a DN. | Andrew Bartlett | 2 | -4/+4 |
2008-10-30 | Don't create LanMan Directory Replication Service key (bug 4934). | Jelmer Vernooij | 1 | -4/+0 |
2008-10-20 | Mark clearTextPassword as a privilaged attribute | Andrew Bartlett | 1 | -0/+1 |
2008-10-20 | Fix blackbox tests on IPv6-only hosts. | Jelmer Vernooij | 1 | -2/+2 |
2008-10-16 | Transform the sequence_number operation into a normal extended operation as i... | Simo Sorce | 1 | -0/+2 |
2008-10-02 | s4:setup: add wellknownObjects to the domain object | Stefan Metzmacher | 1 | -0/+8 |
2008-09-30 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 1 | -1/+1 |
2008-09-29 | Use the new 'samba4' name for our internal hdb plugin. | Andrew Bartlett | 1 | -1/+1 |
2008-09-29 | added some more well known SIDs - thanks to the WSPP LSAT test suite | Andrew Tridgell | 1 | -0/+60 |
2008-09-29 | s4:dsdb: passdown DSDB_CONTROL_REPLICATED_UPDATE_OID for replicated updates | Stefan Metzmacher | 1 | -0/+2 |
2008-09-08 | Make it clear that the MMR password can differ from the admin passsword | Andrew Bartlett | 1 | -1/+1 |
2008-09-08 | Use DIGEST-MD5 authentication for OpenLDAP replication | Oliver Liebel | 3 | -6/+19 |
2008-09-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into trusted-d... | Andrew Bartlett | 2 | -1/+57 |
2008-09-06 | Remove <tab> in OpenLDAP MMR config | Oliver Liebel | 1 | -1/+0 |
2008-08-30 | Add a setexpiry operation in samdb.py | Andrew Tridgell | 1 | -1/+13 |
2008-08-30 | added a simple script for setting password expiry | Andrew Tridgell | 1 | -0/+44 |
2008-08-22 | now that ldap integers are 32 bit, we need to put the right 32 bit | Andrew Tridgell | 1 | -19/+19 |
2008-08-21 | The index handling is now configured from the schema load, not by a | Andrew Bartlett | 1 | -19/+0 |
2008-08-20 | Apply attributes (and their syntax) from the schema into ldb | Andrew Bartlett | 1 | -0/+7 |
2008-08-20 | Update OpenLDAP MMR configuration per comments by Oliver Liebel | Andrew Bartlett | 1 | -1/+1 |
2008-08-19 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 3 | -10/+13 |
2008-08-19 | Fix up new OpenLDAP MMR code. | Andrew Bartlett | 4 | -6/+10 |
2008-08-19 | Generate Multi-Master Replication configuration for OpenLDAP | Oliver Liebel | 4 | -5/+49 |
2008-08-19 | Fix templates.ldb reprovision handling. | Andrew Bartlett | 2 | -10/+10 |