summaryrefslogtreecommitdiff
path: root/source4/setup
AgeCommit message (Expand)AuthorFilesLines
2009-03-17added support for parentGUIDAndrew Tridgell1-0/+15
2009-02-25Updates to the recent cn=config support for the OpenLDAP backendOliver Liebel2-13/+3
2009-02-24Added mmr and olc to the OpenLDAP backend provisioning-scriptsOliver Liebel12-22/+78
2009-02-11Use convenience function for finding setup_dir based on location ofJelmer Vernooij3-5/+6
2009-02-11--interactive doesn't take any argument.Jelmer Vernooij1-1/+1
2009-01-21Use script path to find the setup directory.Jelmer Vernooij3-3/+3
2009-01-19Make sure server_role gets initialized in backend provisioning code -Jelmer Vernooij2-2/+2
2009-01-19Don't give fatal python errors when guessing the realmAndrew Bartlett1-2/+12
2009-01-16Add copyright headers.Jelmer Vernooij3-14/+53
2009-01-05Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2-1/+6
2009-01-05More work to have OpenLDAP accept the full AD schemaAndrew Bartlett2-1/+6
2009-01-05Use fqdn rather than gethostname when guessing realm.Jelmer Vernooij1-1/+1
2008-12-21Fix more tests, improve repr() functions for various Python types.Jelmer Vernooij2-2/+2
2008-12-21Move tests for ParamFile.Jelmer Vernooij1-1/+1
2008-12-21Fix various Python-related bugs.Jelmer Vernooij1-1/+2
2008-12-20Corrections to Microsoft's schema and the OpenLDAP mapping fileAndrew Bartlett2-0/+63
2008-12-19Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij8-45/+24
2008-12-19Avoid use of parentheses in Python import statements, as it's not supported b...Jelmer Vernooij2-4/+2
2008-12-19Fix errors in MS-AD_Schema_Attributes_v20080618.txtSreepathi Pai2-36/+9
2008-12-19Here's the prefixMap from w2k8.Stefan (metze) Metzmacher1-2/+9
2008-12-19Move aggregate schema stub to it's own fileAndrew Bartlett2-3/+3
2008-12-17s4:provision: use extended_dn_out_ldb or extended_dn_out_dereference dependin...Andrew Bartlett1-0/+2
2008-12-17s4:setup: fix cut-n-paste error Builtin-Domain => Samba4-Local-DomainAndrew Bartlett1-1/+1
2008-12-17s4:setup: don't set objectCategory: CN=Domain-DNS,${SCHEMADN}Andrew Bartlett1-3/+0
2008-12-16s4/provision: Upper case default realm, use only first part of realm as defau...Jelmer Vernooij1-2/+2
2008-12-11Add interactive flag to setup/provision (also the default when no arguments a...Jelmer Vernooij1-2/+27
2008-12-10Add AD schema from Microsoft's WSPP documentation.Andrew Bartlett3-0/+19124
2008-12-02Don't treat the DN+binary syntax as a DN.Andrew Bartlett2-4/+4
2008-10-30Don't create LanMan Directory Replication Service key (bug 4934).Jelmer Vernooij1-4/+0
2008-10-20Mark clearTextPassword as a privilaged attributeAndrew Bartlett1-0/+1
2008-10-20Fix blackbox tests on IPv6-only hosts.Jelmer Vernooij1-2/+2
2008-10-16Transform the sequence_number operation into a normal extended operation as i...Simo Sorce1-0/+2
2008-10-02s4:setup: add wellknownObjects to the domain objectStefan Metzmacher1-0/+8
2008-09-30Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell1-1/+1
2008-09-29Use the new 'samba4' name for our internal hdb plugin.Andrew Bartlett1-1/+1
2008-09-29added some more well known SIDs - thanks to the WSPP LSAT test suiteAndrew Tridgell1-0/+60
2008-09-29s4:dsdb: passdown DSDB_CONTROL_REPLICATED_UPDATE_OID for replicated updatesStefan Metzmacher1-0/+2
2008-09-08Make it clear that the MMR password can differ from the admin passswordAndrew Bartlett1-1/+1
2008-09-08Use DIGEST-MD5 authentication for OpenLDAP replicationOliver Liebel3-6/+19
2008-09-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into trusted-d...Andrew Bartlett2-1/+57
2008-09-06Remove <tab> in OpenLDAP MMR configOliver Liebel1-1/+0
2008-08-30Add a setexpiry operation in samdb.pyAndrew Tridgell1-1/+13
2008-08-30added a simple script for setting password expiryAndrew Tridgell1-0/+44
2008-08-22now that ldap integers are 32 bit, we need to put the right 32 bitAndrew Tridgell1-19/+19
2008-08-21The index handling is now configured from the schema load, not by aAndrew Bartlett1-19/+0
2008-08-20Apply attributes (and their syntax) from the schema into ldbAndrew Bartlett1-0/+7
2008-08-20Update OpenLDAP MMR configuration per comments by Oliver LiebelAndrew Bartlett1-1/+1
2008-08-19Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett3-10/+13
2008-08-19Fix up new OpenLDAP MMR code.Andrew Bartlett4-6/+10
2008-08-19Generate Multi-Master Replication configuration for OpenLDAPOliver Liebel4-5/+49