Age | Commit message (Expand) | Author | Files | Lines |
2008-01-23 | python: Add convenience function for getting command line loadparm context | Jelmer Vernooij | 3 | -14/+11 |
2008-01-18 | Remove default 'showInAdvancedViewOnly' values. | Andrew Bartlett | 8 | -57/+4 |
2008-01-18 | Don't set 'name' in the LDIF, this is handled by the rdn_name module. | Andrew Bartlett | 1 | -7/+0 |
2008-01-18 | Don't manually specify instanceID in the template files. | Andrew Bartlett | 10 | -43/+0 |
2008-01-18 | Use syncrepl on all OpenLDAP databases (creates contextCSN attribute) | Andrew Bartlett | 1 | -0/+12 |
2008-01-18 | Remove --ldap-base from the python provision script | Andrew Bartlett | 1 | -8/+2 |
2008-01-17 | provision: simplfy by removing old code to manually create baseDNs. | Andrew Bartlett | 5 | -11/+3 |
2008-01-17 | OpenLDAP backend: Place the refint overlay after the memberof overlay | Andrew Bartlett | 1 | -2/+3 |
2008-01-16 | Start generating a configuration for the refint overlay. This | Andrew Bartlett | 1 | -0/+7 |
2008-01-11 | Add in new module to normalise DNs being returned from OpenLDAP. This | Andrew Bartlett | 1 | -2/+2 |
2008-01-11 | Make Samba4 and Fedora DS happier | Andrew Bartlett | 3 | -0/+24 |
2008-01-07 | r26691: registry: Add subkeys required for Server Manager Alerts and Peplicat... | Jelmer Vernooij | 1 | -0/+9 |
2008-01-06 | r26686: Fix bug 5143 by Jason Tarbet. This prevented an easy cut-and-paste of | Andrew Bartlett | 1 | -1/+1 |
2007-12-31 | r26636: Remove useless 'backend' parameter, and make the memberof overlay use... | Andrew Bartlett | 1 | -3/+2 |
2007-12-31 | r26635: The OpenLDAP folks have been very accommodating, and their memberof p... | Andrew Bartlett | 1 | -0/+1 |
2007-12-28 | r26622: python: Update license version, clarify copyright. | Jelmer Vernooij | 1 | -1/+3 |
2007-12-28 | r26621: vampire: Add simple Python-based vampire script | Jelmer Vernooij | 1 | -0/+54 |
2007-12-26 | r26610: Write out a memberof.conf, to run the memberof plugin on all linked | Andrew Bartlett | 2 | -0/+35 |
2007-12-26 | r26598: Simplify the way Python tests are run. | Jelmer Vernooij | 2 | -0/+4 |
2007-12-26 | r26596: Fixed upgrade.py. | Jelmer Vernooij | 2 | -18/+23 |
2007-12-26 | r26593: - More work on the python versions of samba3dump and the samba3sam te... | Jelmer Vernooij | 2 | -144/+32 |
2007-12-24 | r26562: Fix provisioning using Python. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26535: Get rid of all-knowing ProvisionSettings object. | Jelmer Vernooij | 1 | -20/+16 |
2007-12-21 | r26526: Fix argument value. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26523: Refactor provisioning code. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26520: More Python updates. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26517: Add functions for setting and getting parameters on a LoadParm. | Jelmer Vernooij | 1 | -6/+6 |
2007-12-21 | r26509: Don't make boolean options eat the next argument. | Jelmer Vernooij | 1 | -3/+4 |
2007-12-21 | r26506: Start running (really trivial) tests for upgrade script. | Jelmer Vernooij | 1 | -19/+14 |
2007-12-21 | r26505: Add python bindings for some samdb-related functions, improve provisi... | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26503: Change order of arguments in param interface so it's easier to make the | Jelmer Vernooij | 1 | -6/+6 |
2007-12-21 | r26475: Add ldb.set_credentials function. | Jelmer Vernooij | 2 | -6/+12 |
2007-12-21 | r26424: Patch and hits from Howard Chu <hyc@symas.com> for our automated setup | Andrew Bartlett | 1 | -1/+1 |
2007-12-21 | r26370: Import upgrade script in Python. | Jelmer Vernooij | 1 | -0/+61 |
2007-12-21 | r26366: Import provision scripts in Python. | Jelmer Vernooij | 1 | -0/+180 |
2007-12-21 | r26305: Update template files and testsuite to try and work with current | Andrew Bartlett | 2 | -4/+5 |
2007-12-21 | r26298: Use metze's schema loading code to pre-initialise the schema into the | Andrew Bartlett | 5 | -36/+21 |
2007-12-21 | r26245: Make it easier to handle the LDAP backend, with it's differing needs, | Andrew Bartlett | 2 | -1/+2 |
2007-12-21 | r26137: Rename the entryUUID module to better match it's purpose: being a | Andrew Bartlett | 2 | -2/+3 |
2007-12-21 | r25960: Enable checks on the validity of the search base on sam.ldb in Samba4. | Andrew Bartlett | 2 | -0/+4 |
2007-12-21 | r25940: Rework the samldb and templates handling. | Andrew Bartlett | 1 | -8/+14 |
2007-12-21 | r25921: Now also listen on ldapi by default in the LDAP server | Andrew Bartlett | 1 | -0/+28 |
2007-12-21 | r25891: Test that we get the correct return value when we attempt to reference | Andrew Bartlett | 1 | -121/+121 |
2007-12-21 | r25753: Move cn=rootdse to @ROOTDSE to avoid being caught up in schema restri... | Andrew Bartlett | 2 | -2/+2 |
2007-12-21 | r25747: Implement linked attributes, for add operations. | Andrew Bartlett | 1 | -10/+0 |
2007-12-21 | r25616: Fedora DS now has a way to install the schema and extra configuration | Andrew Bartlett | 2 | -5/+7 |
2007-10-10 | r25452: Move the creation of the server entry to the self join, as this makes | Andrew Bartlett | 2 | -23/+23 |
2007-10-10 | r25451: Rework the display of provision options to use printf syntax, and | Andrew Bartlett | 1 | -10/+22 |
2007-10-10 | r25450: Make it easier to test with a particular version of OpenLDAP, by | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r25354: Thanks to Amin Azez <azez@ufomechanic.net> for finally getting me to | Andrew Bartlett | 1 | -0/+0 |