summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* r1390: Improve description of attribute.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit ff7236a5f20d16069b31383105604a694236ec65)
* r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison2007-10-101-1/+6
| | | | | | | | | | "Jianliang Lu" <j.lu@tiesse.com>. Multi-string attribute changed to linearised pstring due to ordering issues. A few other changes to fix race conditions. I will add the tdb backend code next. This code compiles but has not yet been tested with password history policy set to greater than zero. Targeted for 3.0.6. Jeremy. (This used to be commit dd54b2a3c45e202e504ad69d170eb798da4e6fc9)
* r922: Adding notes regarding location of documentation.John Terpstra2007-10-101-3/+8
| | | | (This used to be commit 1b0fd9b5bc0a96b38158df19e40c04f307a2acd7)
* r795: paranoia checksGerald Carter2007-10-101-0/+6
| | | | (This used to be commit c087c51535982bd9db11e78db4064468f3507808)
* r397: BUG 1199: check logfile before writing debug outputGerald Carter2007-10-101-2/+28
| | | | (This used to be commit 52df0905cdb68c0b83f64ccca39d377254e371cc)
* r379: Fix syntax error in example mysql tableJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 2a7aaedab66e1b69648cff2293f6661541c3a2a4)
* r293: keeping a single default smb.conf to maintainGerald Carter2007-10-102-169/+0
| | | | (This used to be commit 870313956652a0f809cf43f13bd8905467e878e5)
* r292: removing some outdated files and directories (I love subversion!)Gerald Carter2007-10-106-673/+0
| | | | (This used to be commit 39a2ab4d3d8d37e685b32b811f87b72851066120)
* r291: adding printer and driver migration shell script from Kurt PfeifleGerald Carter2007-10-101-0/+1657
| | | | (This used to be commit 4d806384c0c1b97ca1707809c609090b7a252f90)
* r252: add backtrace to examples so people know about it (slight change from ↵Gerald Carter2007-10-101-0/+41
| | | | | | lars @suse) (This used to be commit c9db3da255e3b349cae8596136ee624a0482f38b)
* r223: According to Thomas Mueller, thomas.mueller@christ-wasser.de, the two ↵Volker Lendecke2007-10-101-2/+1
| | | | | | | | | | | | lines removed (modifiersName and modifyTimestamp) lead to warnings upon startup of the netscape directory server. I can't check this, but it sounds logical. Thanks, Volker (This used to be commit 770b85c32fdd7addd7becf6a42cace91f411b363)
* r119: missed a file in volker patchGerald Carter2007-10-101-1/+6
| | | | (This used to be commit bccee79653a6f5c368bf8d39fccc65fd0e5b7417)
* r39: * importing .cvsignore filesGerald Carter2007-10-101-9/+0
| | | | | * updateing WHATSNEW with vl's change (This used to be commit a7e2730ec4389e0c249886a8bfe1ee14c5abac41)
* change my email address to the samba.org oneStefan Metzmacher2004-03-241-1/+1
| | | | | metze (This used to be commit 5bf8f1b31b7b37317e78bbb9fbf3cd25290027b5)
* removing duplicate smbprint example scriptGerald Carter2004-03-201-144/+0
| | | | (This used to be commit 2426bb4906e0ca3b53800706da2e9d1e17a73dc7)
* missed some of Derrel's changesGerald Carter2004-03-191-1/+5
| | | | (This used to be commit 3aac1e549eaf4693ded84be432a2c94b6331ef6d)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2004-03-191-0/+91
|\ | | | | | | used to be commit 73ffc394b58fa951bca444506cd9d75a159e7f11)
| * Apply some more of Derrell Lipman's changes.Richard Sharpe2004-03-192-1/+96
| | | | | | | | (This used to be commit a6457e1c817663cf5f3e77e4dd431ac0d9184dc7)
| * Add bad password count/time attributesJim McDonough2004-02-221-1/+12
| | | | | | | | (This used to be commit 51a8d050e9242192c2670b09242cf4fdbbae8940)
| * Sync with openldap schema. Add munged dial and config attrs/ocs.Jim McDonough2004-02-142-1/+18
| | | | | | | | (This used to be commit 3f8824f7d02bcf46445360542df686a7a75ab52d)
| * merge from 3.0Gerald Carter2004-02-094-18/+395
| | | | | | | | (This used to be commit 309a9a4cafc3c892840e28198a41973b236a528e)
| * janitor duty (merges from 3.0) and cleanup compiler warning on SuSE 9 in the ↵Gerald Carter2004-02-021-1/+1
| | | | | | | | | | | | end mapper code (This used to be commit 902d4a647a88d1def09d5b1eacb06ab1561f3dec)
| * Merge of POBAD_CC removal from 3.0Tim Potter2004-01-151-3/+0
| | | | | | | | (This used to be commit 835a28337f97da143d5b9201a5080fde06bbedf1)
| * merging from 3.0Gerald Carter2004-01-0623-821/+1253
| | | | | | | | (This used to be commit 694052f8a9cc703d4e4ec8075c623ab7122a169b)
| * Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2004-01-062-0/+22
| | | | | | | | | | | | | | using pread/pwrite. Modified a little to ensure fsp->pos is correct. Fix for #889. Jeremy. (This used to be commit 3a24dc868d95c9bcc2ac3a0dbd50e6e226ac0841)
| * Another little one: Make pdb_test.c at least compile, although its way out ofVolker Lendecke2003-12-302-8/+4
| | | | | | | | | | | | | | date. Volker (This used to be commit 0a84173555b29b77b241741c7b1ae4fac595c28f)
| * correct typo in delete user script; bug 887Gerald Carter2003-12-221-1/+1
| | | | | | | | (This used to be commit 44ef3dd2b346176e756b5e361a38da19ea93e071)
| * readding schema items that were accidentally deletedGerald Carter2003-12-041-1/+49
| | | | | | | | (This used to be commit 14dd4403fe006345a9cdf55b2b35a31176463349)
| * support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter2003-12-041-49/+6
| | | | | | | | (This used to be commit acf9eae7b0c95776358292c3463951477575bcc6)
| * add also the schema attributes and object classes need by config_ldapSimo Sorce2003-11-151-0/+48
| | | | | | | | | | | | | | Jerry, if you have any problems with these schema additions, let me know, so that we can arrange the right solution (This used to be commit e17af6d6cf9244b1204f13b7d5be76b4595d5b95)
| * Update Makefile ...Richard Sharpe2003-11-131-2/+9
| | | | | | | | (This used to be commit b92fd87b2461dff0e05ad4a7b0a475539c21d4c0)
| * Add this to samba-head.Richard Sharpe2003-11-131-0/+280
| | | | | | | | (This used to be commit d761175f131f80ae24549adca6ffc629f84a9803)
| * Apply the changes that Derrell Lipman supplied ...Richard Sharpe2003-11-051-2/+2
| | | | | | | | (This used to be commit 600e056a33bd658a8e0eb41af9c83d32b9e2e082)
| * added note about stripping comments from LDIF; bug 642Gerald Carter2003-11-051-0/+6
| | | | | | | | (This used to be commit 41aefed932df1938c5e6681c809150068a39292a)
| * more syncs from 3.0Gerald Carter2003-09-243-56/+56
| | | | | | | | (This used to be commit bb7d5ce3762afcb14905fc2c1112df8a7475ffe3)
| * syncing up docs, examples, & packaging from 3.0Gerald Carter2003-09-2413-607/+638
| | | | | | | | (This used to be commit dd1348c566b4700ea01bd89639e2d3330c878167)
| * fix from Brad Langhorst to correctly check if the primaryGroupID has been setGerald Carter2003-09-201-1/+1
| | | | | | | | (This used to be commit db0d8f76ba9fbd090b62cb1233b566040e36f552)
| * updates to SunOne DS schema from André FiebachGerald Carter2003-09-201-2/+22
| | | | | | | | (This used to be commit ec65dabe9ddd116da41beae0b1a573724c991df6)
| * insert missing sh-bangGerald Carter2003-09-191-0/+1
| | | | | | | | (This used to be commit fe2b6317cbda34c2d00194884847642789f40e75)
| * Merge from 3.0:Tim Potter2003-09-193-3/+1
| | | | | | | | | | | | >The -P option to smbclient no longer works - update all smbprint scripts to >remove it. Closes bug #473. (This used to be commit 87e8d584e992df9170b3a36ef60bcdea8ddc9887)
| * Updated 3.0 schema files for IBM Directory Server 5.1Jim McDonough2003-09-112-0/+61
| | | | | | | | | | keeps with IBM convention of separate attributetype and objectclass definitions (This used to be commit 861f3b0d5fc11645f05494a6a5fe716031cfc79f)
| * syncing filesGerald Carter2003-09-0914-842/+0
| | | | | | | | (This used to be commit c74c2903fb8bd38f8469b3c3b549ac8a431f36dd)
| * syncing examplesGerald Carter2003-09-0952-504/+6980
| | | | | | | | (This used to be commit d31b5df82648767203ecee6ecb10030caa477250)
| * ading new files from 3.0Gerald Carter2003-07-169-0/+2018
| | | | | | | | (This used to be commit 99feae7b5b1c229a925367b87c0c0f636d9a2d75)
| * trying to get HEAD building again. If you want the codeGerald Carter2003-07-169-223/+85
| | | | | | | | | | prior to this merge, checkout HEAD_PRE_3_0_0_BETA_3_MERGE (This used to be commit adb98e7b7cd0f025b52c570e4034eebf4047b1ad)
| * sync LDAP schema with SAMBA_3_0Gerald Carter2003-05-221-150/+142
| | | | | | | | (This used to be commit 509232dd8d776ec8260a1f0858e1bcc2c1e1f650)
| * fix group mapping in LDAP under new schemaGerald Carter2003-05-141-1/+1
| | | | | | | | (This used to be commit 59328b8c8add974c7edaeecdf8eac0fb0d328fc2)
| * s/primaryGroupSID/sambaPrimaryGroupSID/Gerald Carter2003-05-141-1/+1
| | | | | | | | (This used to be commit d6ee6a26523a02834a53f214fd6713f5af591be7)
| * perl script to convert from sambaAccount to sambaSamAccount; requires ↵Gerald Carter2003-05-141-0/+105
| | | | | | | | | | | | Net::LDAP::LDIF (This used to be commit 5b6f22f7c986bc423246adeecc0d5a4bd5f307c6)
| * syncing LDAP schema changes with Samba_3_0Gerald Carter2003-05-141-23/+142
| | | | | | | | (This used to be commit a1326ea34831bf49942f7bcb954999091c3ea820)