Use 'dn' less, as this is not a valid attribute in AD, and I want to
[samba.git] / source4 / scripting / libjs / provision.js
2007-10-10 Andrew Tridgellr13098: make check for workgroup and realm case insensitive
2007-10-10 Andrew Tridgellr13097: move the creation of the default sam name ...
2007-10-10 Stefan Metzmacherr13084: fix 'make test'!
2007-10-10 Andrew Tridgellr13076: catch a easy to make error during vampire install
2007-10-10 Andrew Tridgellr12947: added some error checking that I stumbled acros...
2007-10-10 Andrew Bartlettr12929: Fix more implict global and shadowing variables.
2007-10-10 Andrew Bartlettr12928: This patch improves the interaction between...
2007-10-10 Andrew Bartlettr12892: Add a 'Migrate from Windows' page to our instal...
2007-10-10 Andrew Bartlettr12823: Fix up the provison and newuser code in SWAT...
2007-10-10 Andrew Bartlettr12749: Fix the newuser script.
2007-10-10 Andrew Bartlettr12739: Add support for using credentials in the provis...
2007-10-10 Jelmer Vernooijr12695: A dot is allowed in NetBIOS names.
2007-10-10 Andrew Bartlettr12533: Get the ldb.errstring() out to the user on...
2007-10-10 Andrew Bartlettr12252: With this change (hack) we can now do an provis...
2007-10-10 Andrew Bartlettr12227: I realised that I wasn't yet seeing authenticat...
2007-10-10 Andrew Bartlettr11995: A big kerberos-related update.
2007-10-10 Andrew Tridgellr11956: removed the old rootdse.ldif, and the provision...
2007-10-10 Andrew Tridgellr11501: change provision code to use the new display...
2007-10-10 Andrew Tridgellr11496: add a minimal ads-compatible schema into our...
2007-10-10 Andrew Tridgellr11475: removed a extraneous ldb_delete() call (i had...
2007-10-10 Andrew Tridgellr11474: - enable ldb transactions from ejs
2007-10-10 Andrew Tridgellr11363: fixed a problem with provisioning when hklm...
2007-10-10 Andrew Bartlettr11222: Small provision fixes: canonicalName is now...
2007-10-10 Andrew Bartlettr11217: Ensure the realm is substituted in UPPER case.
2007-10-10 Andrew Bartlettr11203: Use different variable names to make it easier...
2007-10-10 Andrew Tridgellr10193: r11632@blu: tridge | 2005-08-30 23:08:27...
2007-10-10 Jelmer Vernooijr10190: Do some very basic input checking when provisio...
2007-10-10 Jelmer Vernooijr9816: Work on testsuite for upgrade
2007-10-10 Jelmer Vernooijr9770: Couple other bugfixes
2007-10-10 Jelmer Vernooijr9756: One-way upgrade from Samba3->Samba4 basically...
2007-10-10 Jelmer Vernooijr9746: Add "staff" as possible alternative to wheel
2007-10-10 Andrew Tridgellr9707: r11080@blu: tridge | 2005-08-28 12:41:12 ...
2007-10-10 Andrew Bartlettr8790: Finish the migration of aliases and privilages...
2007-10-10 Andrew Bartlettr8677: The first part of the domain name may not be...
2007-10-10 Andrew Bartlettr8660: Use templates for the initial provision of user...
2007-10-10 Andrew Bartlettr8650: Use the timestamps and a new objectguid module...
2007-10-10 Andrew Tridgellr8648: automatically redirect to provisioning if not...
2007-10-10 Andrew Tridgellr8643: - make lp_configfile() work again
2007-10-10 Andrew Tridgellr8640: continue the trend by moving the ejs random...
2007-10-10 Andrew Tridgellr8639: moved loadparm calls into an ejs object
2007-10-10 Andrew Tridgellr8603: we have to use the same db name as the rest...
2007-10-10 Andrew Tridgellr8570: delete all records in the old db when provisioni...
2007-10-10 Andrew Tridgellr8561: as with the other ejs subsystems, make nss into...
2007-10-10 Andrew Tridgellr8558: move newuser logic into the provision.js lib
2007-10-10 Andrew Tridgellr8488: after discussions with simo, moved to a full...
2007-10-10 Andrew Tridgellr8486: switched to a separate connection operation...
2007-10-10 Andrew Tridgellr8484: switched the sys_*() calls to the OO interface
2007-10-10 Andrew Tridgellr8481: switched ldb ejs called over to an OO interface...
2007-10-10 Andrew Tridgellr8445: if a system doesn't have "nogroup" then try...
2007-10-10 Andrew Tridgellr8372: - split out provisioning logic into a separate...