Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r23907: Fix bug 4790 reported by mwallnoefer@yahoo.de: | Andrew Bartlett | 1 | -5/+7 |
2007-10-10 | r23875: As pointed out by mwallnoefer@yahoo.de: | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r23859: Work to have Group Policy work 'out of the box' in Samba4. | Andrew Bartlett | 1 | -0/+26 |
2007-10-10 | r23720: Allow the member server to work against an LDAP Backend. Another case | Andrew Bartlett | 1 | -0/+10 |
2007-10-10 | r23717: We need to remove the _ in LDAP_MANAGERPASS for the | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r23716: Clarify LDAP Manager DN and fix slapd startup syntax. | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r23715: Make the provision-backend script print out the exact commands to run, | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r23703: Start to get Samba4 to again work with LDAP backends, after I turned | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat... | Andrew Bartlett | 1 | -6/+8 |
2007-10-10 | r23361: Merge from SAMBA_4_0_RELEASE: | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r23351: Merge from SAMBA_4_0_RELEASE: | Andrew Bartlett | 1 | -18/+22 |
2007-10-10 | r23264: Make it more clear what this is actually setting up | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r23189: Work towards a totally scripted setup of LDAP backends, so others can | Andrew Bartlett | 1 | -4/+5 |
2007-10-10 | r23177: Add in a new provision-backend script. This helps set up the OpenLDA... | Andrew Bartlett | 1 | -2/+52 |
2007-10-10 | r23032: Remove calls to println(), and ensure we print the ldb errstring(). | Andrew Bartlett | 1 | -9/+11 |
2007-10-10 | r23012: we need a POLICYGUID in provision | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r22756: Make it easier to setup an LDAP replica. Provision with | Andrew Bartlett | 1 | -3/+5 |
2007-10-10 | r22478: Update the LDAP backend code to handle initialisation of multiple | Andrew Bartlett | 1 | -3/+39 |
2007-10-10 | r21673: Fix Samba 3 data read tests. I can't figure out why the upgrade one i... | Jelmer Vernooij | 1 | -2/+20 |
2007-10-10 | r21513: I don't know how long this has been wrong, but fix this up so we can | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r21351: Change ldb ejs bindings return codes. | Simo Sorce | 1 | -54/+59 |
2007-10-10 | r21294: this is useless, now that there's no operation in between... | Stefan Metzmacher | 1 | -7/+0 |
2007-10-10 | r21135: Instead of having hooks to update keytabs as an explicit thing, update | Andrew Bartlett | 1 | -11/+6 |
2007-10-10 | r20953: add templates in provision_become_dc() | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r20922: use the show_deleted module by default | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r20806: make it possible to configure the secrets.ldb url | Stefan Metzmacher | 1 | -1/+18 |
2007-10-10 | r20805: don't use hardcoded values for secrects.keytab and sam.ldb | Stefan Metzmacher | 1 | -3/+8 |
2007-10-10 | r20689: "pdc" and "bdc" have been replaced by "domain controller" | Simo Sorce | 1 | -6/+2 |
2007-10-10 | r20683: load indexes before applying replicated objects, | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r20575: apply records to the test_samdb.ldb (my birthday present to myself...:-) | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r20572: - prepare a test_samdb.ldb in the NET-API-BECOME-DC torture test | Stefan Metzmacher | 1 | -12/+47 |
2007-10-10 | r20568: split out the rootdse ldif | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r20565: configure the list of global ldb modules also in js code | Stefan Metzmacher | 1 | -2/+25 |
2007-10-10 | r20560: make it possible to configure the backend and modules | Stefan Metzmacher | 1 | -6/+11 |
2007-10-10 | r20557: use ${DOMAINDN} instead of ${BASEDN} | Stefan Metzmacher | 1 | -14/+14 |
2007-10-10 | r20555: fix typo... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20554: - use ${ROOTDN} for the rootDomainNamingContext | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r20553: add ${CONFIGDN} and ${SCHEMADN} instead of using hardcoded paths | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r20505: I had the wrong ldif name here. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r20495: Further notes on joining with fedora DS. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r20492: Add in instructions/sample LDIF to setup Fedora DS as a backend. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r20468: Patch from Martin Kuehl <kuehl@univention.de> to make it easier to load | Andrew Bartlett | 1 | -7/+38 |
2007-10-10 | r19427: print out the currect name | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r19334: Commit commented provisioning code to activate the schema | Simo Sorce | 1 | -0/+32 |
2007-10-10 | r19318: Because we don't test the vampire code in SWAT very regularly, it bit... | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r19258: Don't delete the contents of the partitions twice, and in particular | Andrew Bartlett | 1 | -17/+6 |
2007-10-10 | r19252: - fixed 'erase' argument to setup_ldb() | Andrew Tridgell | 1 | -2/+21 |
2007-10-10 | r19216: Merge from SAMBA_4_0_RELEASE: | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r18977: Seperate these asserts, so we know which fired. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r18880: JSON-RPC work in progress | Derrell Lipman | 1 | -1/+1 |