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