summaryrefslogtreecommitdiffstats
path: root/source4/scripting/libjs/provision.js
Commit message (Expand)AuthorAgeFilesLines
* r14200: Now we have real USN support, don't force the values in the provisionAndrew Bartlett2007-10-101-16/+0
* r13369: let's have a way to show the samba4 version through ejsSimo Sorce2007-10-101-1/+1
* r13102: fixed the vampire code to correctly setup foreign sids and defaultAndrew Tridgell2007-10-101-21/+35
* r13098: make check for workgroup and realm case insensitiveAndrew Tridgell2007-10-101-2/+2
* r13097: move the creation of the default sam name -> unix name mappings intoAndrew Tridgell2007-10-101-6/+75
* r13084: fix 'make test'!Stefan Metzmacher2007-10-101-5/+0
* r13076: catch a easy to make error during vampire installAndrew Tridgell2007-10-101-0/+5
* r12947: added some error checking that I stumbled across while testing domain...Andrew Tridgell2007-10-101-1/+16
* r12929: Fix more implict global and shadowing variables.Andrew Bartlett2007-10-101-5/+5
* r12928: This patch improves the interaction between the vampire and provsion ...Andrew Bartlett2007-10-101-16/+48
* r12892: Add a 'Migrate from Windows' page to our installation section in SWAT.Andrew Bartlett2007-10-101-0/+26
* r12823: Fix up the provison and newuser code in SWAT. This also cleans up theAndrew Bartlett2007-10-101-21/+30
* r12749: Fix the newuser script.Andrew Bartlett2007-10-101-6/+4
* r12739: Add support for using credentials in the provision process.Andrew Bartlett2007-10-101-16/+21
* r12695: A dot is allowed in NetBIOS names.Jelmer Vernooij2007-10-101-2/+2
* r12533: Get the ldb.errstring() out to the user on failure. It helps a lotAndrew Bartlett2007-10-101-2/+9
* r12252: With this change (hack) we can now do an provision onto Samba4's LDAPAndrew Bartlett2007-10-101-1/+4
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2007-10-101-9/+9
* r11995: A big kerberos-related update.Andrew Bartlett2007-10-101-0/+3
* r11956: removed the old rootdse.ldif, and the provision.js code that uses itAndrew Tridgell2007-10-101-3/+0
* r11501: change provision code to use the new display specifiersAndrew Tridgell2007-10-101-0/+2
* r11496: add a minimal ads-compatible schema into our sam.ldb setup. This isAndrew Tridgell2007-10-101-2/+2
* r11475: removed a extraneous ldb_delete() call (i had it there for debugging)Andrew Tridgell2007-10-101-1/+0
* r11474: - enable ldb transactions from ejsAndrew Tridgell2007-10-101-4/+19
* r11363: fixed a problem with provisioning when hklm already exists (theAndrew Tridgell2007-10-101-2/+1
* r11222: Small provision fixes: canonicalName is now generated, and the DC=Andrew Bartlett2007-10-101-1/+1
* r11217: Ensure the realm is substituted in UPPER case.Andrew Bartlett2007-10-101-2/+2
* r11203: Use different variable names to make it easier to tell which assert f...Andrew Bartlett2007-10-101-4/+4
* r10193: r11632@blu: tridge | 2005-08-30 23:08:27 +1000Andrew Tridgell2007-10-101-0/+22
* r10190: Do some very basic input checking when provisioning.Jelmer Vernooij2007-10-101-0/+26
* r9816: Work on testsuite for upgradeJelmer Vernooij2007-10-101-13/+31
* r9770: Couple other bugfixesJelmer Vernooij2007-10-101-2/+1
* r9756: One-way upgrade from Samba3->Samba4 basically works nowJelmer Vernooij2007-10-101-2/+3
* r9746: Add "staff" as possible alternative to wheelJelmer Vernooij2007-10-101-1/+1
* r9707: r11080@blu: tridge | 2005-08-28 12:41:12 +1000Andrew Tridgell2007-10-101-1/+26
* r8790: Finish the migration of aliases and privilages with SamSync, by addingAndrew Bartlett2007-10-101-12/+7
* r8677: The first part of the domain name may not be equal to the netbios doma...Andrew Bartlett2007-10-101-0/+3
* r8660: Use templates for the initial provision of user and computer accounts.Andrew Bartlett2007-10-101-0/+2
* r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett2007-10-101-5/+14
* r8648: automatically redirect to provisioning if not yet provisioned when theAndrew Tridgell2007-10-101-0/+21
* r8643: - make lp_configfile() work againAndrew Tridgell2007-10-101-2/+19
* r8640: continue the trend by moving the ejs random calls into an objectAndrew Tridgell2007-10-101-0/+2
* r8639: moved loadparm calls into an ejs objectAndrew Tridgell2007-10-101-6/+10
* r8603: we have to use the same db name as the rest of smbd uses so the ldb co...Andrew Tridgell2007-10-101-1/+1
* r8570: delete all records in the old db when provisioning, rather than usingAndrew Tridgell2007-10-101-2/+26
* r8561: as with the other ejs subsystems, make nss into a objectAndrew Tridgell2007-10-101-5/+7
* r8558: move newuser logic into the provision.js libAndrew Tridgell2007-10-101-0/+84
* r8488: after discussions with simo, moved to a full OO interface, so you don'...Andrew Tridgell2007-10-101-3/+3
* r8486: switched to a separate connection operation in ldb interfaceAndrew Tridgell2007-10-101-2/+5
* r8484: switched the sys_*() calls to the OO interfaceAndrew Tridgell2007-10-101-10/+12