summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
| * Replace references to the old textdocs by references to chapters inJelmer Vernooij2003-04-281-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the HOWTO Collection. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Tag: SAMBA_3_0 CVS: smb.conf.default CVS: ---------------------------------------------------------------------- (This used to be commit 280d627adb5305e8b814102aaa73825023c00571)
| * Update for the new modules system. Also, use Makefile rather then Makefile.inJelmer Vernooij2003-04-282-9/+6
| | | | | | | | | | because we don't generate Makefile from configure anymore. (This used to be commit 29ba1e163f85aeaa3cd48a13e4f0a039fa80e7b0)
| * uidPool and gidPool don't use cn anymore (but we don't use thsi anyways)Gerald Carter2003-04-181-6/+6
| | | | | | | | (This used to be commit 4c92994dfd231acb09411f89fd67a21a40400de0)
| * The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough2003-04-031-6/+6
| | | | | | | | | | | | | | | | This patch moves the ldap routines out of passdb into a generic library and implements an LDAP backend for IDMAP. THe backend can be enabled with "idmap backend = ldap" in smb.conf. THere are also schema changes to make sure to update teh ldap schema files. (This used to be commit 87c7c582c60521da3a93d997386fe79935012aea)
| * Fix some uncleanness with testsmbc.cRichard Sharpe2003-03-281-1/+1
| | | | | | | | (This used to be commit 73ef6d35bbadc3ea549309119857effe3c1bc7ef)
| * Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.Volker Lendecke2003-03-271-1/+1
| | | | | | | | | | Volker (This used to be commit e92bfb766b08abccbf098c8d04347eb296b9be54)
| * Put group mapping into LDAP.Volker Lendecke2003-03-191-0/+25
| | | | | | | | | | Volker (This used to be commit f0f1518fc450834725902e9cdf33fb8d35f99360)
| * only supporting the Net::LDAP module nowGerald Carter2003-01-192-128/+0
| | | | | | | | (This used to be commit 3e9c970597b190335529e8854f3d2af2c7d8d80e)
| * Adding genlogon (from 3.0.0).John Terpstra2003-01-161-0/+71
| | | | | | | | (This used to be commit b776521ba757f4b4995aff3db87a0da226480a69)
| * add ntlogon directory and files from 3.0Gerald Carter2003-01-153-0/+580
| | | | | | | | (This used to be commit 3ae66807d86753b840b674e76a27b9f6133cca98)
| * * removed unused variable from rpcclient codeGerald Carter2003-01-151-1/+1
| | | | | | | | | | | | * added container option to net command (patch from SuSE) * Makefile patch for examples/VFS from SuSE (This used to be commit 4a6d8280ea27ca7a6998219aacc4b15b1227a659)
| * merge: disable [u|g]idPool objectsGerald Carter2003-01-141-6/+6
| | | | | | | | (This used to be commit 4c98700e54f3cc617eb578758695fd4dbd690f82)
* | Add bad password count/time attributesJim McDonough2004-02-221-1/+12
| | | | | | | | (This used to be commit 184bef8413b17a0e42d1c5bce3d08ae1533818ca)
* | Fix whitespace to reduce diff from HEADJim McDonough2004-02-141-1/+1
| | | | | | | | (This used to be commit eba512ee1c723392ce553a6b04a7de6c57dd7b1d)
* | sync IBM Directory Server schema with openldap schema...add munged dialJim McDonough2004-02-142-1/+2
| | | | | | | | (This used to be commit 3b1d922ab4fdf3d2d5d8b56b7c5d2882b91000b9)
* | Commit sid<->[ug]id extensions to libnss_winbind.so on Linux, as well as aVolker Lendecke2004-01-163-266/+521
| | | | | | | | | | | | | | | | | | | | | | factored-out nss_winbind.[ch]. I took tridge's public domain license comment for the nss_winbind.[ch]. This is probably not the last word on that extension, but as it is quite non-intrusive to the main samba code, I would like to give it a start. Volker (This used to be commit da5944129fad39010544b82649dfe5531a504ecf)
* | Fix for bug 905. Remove POBAD_CC as it doesn't seem to be applicableTim Potter2004-01-151-3/+0
| | | | | | | | | | anymore. (This used to be commit 67d25f3de803f7e599c51cacd51367f124151d6b)
* | fix case in objectclass name (not that it really matters); patch from Darren ↵Gerald Carter2004-01-065-11/+11
| | | | | | | | | | | | Chew <darrenc@vicscouts.asn.au> (This used to be commit 86e0015b06eb9590a6a3e64cb4fe5a88a9f156c2)
* | 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 019aaaf0df091c3f67048f591e70d4353a02bb9b)
* | 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 5d7a14166af3daf04b570fd5f66469d5db5a3500)
* | correct typo in delete user script; bug 887Gerald Carter2003-12-221-1/+1
| | | | | | | | (This used to be commit 6060afb98949a39eb4386d35481eaa5caae0fd97)
* | Small fix from Jérôme Tournier <jerome.tournier@IDEALX.com>Jeremy Allison2003-12-161-2/+2
| | | | | | | | | | Jeremy. (This used to be commit 6ce7932520c0e5417e3b8a214a97244d10bdf4ad)
* | When parsing 'param = value', don't split 'value' at spaces.Volker Lendecke2003-12-141-1/+1
| | | | | | | | | | | | | | Thanks to Ralf Spenneberg for the fix. Volker (This used to be commit bc383582b248518e39225405d0def411d552aa7d)
* | removing RCS tagsGerald Carter2003-12-0514-27/+0
| | | | | | | | (This used to be commit 9a7774306dfa29f0b343343844a2c08650d5ba1a)
* | * removing extra fileGerald Carter2003-12-053-94/+12
| | | | | | | | | | * updating version in Makefile (This used to be commit 3249e69274c00922c6d8710019c19d8c8add8255)
* | Change PICFLAG -> PICFLAGS to keep in line with version from sourceTim Potter2003-12-051-16/+16
| | | | | | | | | | directory and fix display bug. (This used to be commit f43546d0af7c7ad74b3bf0bae1652822184a04da)
* | updating top 0.8.2-1 of the smbldap toolsGerald Carter2003-12-0422-813/+1354
| | | | | | | | (This used to be commit b798f30f0a83ba00ebbe1b82983ca6690642ad02)
* | sync OID with HEADGerald Carter2003-12-041-1/+1
| | | | | | | | (This used to be commit d463abb035a19dce84902039623275cd72e16edc)
* | support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter2003-12-041-1/+6
| | | | | | | | (This used to be commit 1c3c16abc94d197e69e3350de1e5cc1e99be4322)
* | added a wbtest program that shows how to access winbindd extended nssAndrew Tridgell2003-11-191-0/+375
| | | | | | | | | | | | | | | | functionality directly from an application. This is under a liberal license as we want application vendors to be able to use the example code (This used to be commit 8d848de45d75bf6ac69cb921e04abf36a66117c4)
* | Add testacl.c ... from Derrell Lipman.Richard Sharpe2003-11-121-0/+280
| | | | | | | | (This used to be commit af42af75a45d6e6538009694704e11eb83c88457)
* | Add new fields bad_password_count and logon_countJelmer Vernooij2003-11-091-1/+3
| | | | | | | | (This used to be commit 58c21bc0d1e9a39e64ce7b9efd637dc776c06029)
* | added note about stripping comments from LDIF; bug 642Gerald Carter2003-11-051-0/+6
| | | | | | | | (This used to be commit 3f67b2bbfdbedc76d7265fc5333d5f71577d9c7b)
* | Apply these patches as well ... not sure if they all build. They don't onRichard Sharpe2003-10-242-5/+12
| | | | | | | | | | FreeBSD 4.3. They might on Linux. (This used to be commit 1f115c95d635377a36c0a3a1f56b4b8def04fd7e)
* | update smbldap-tool sscripts from Jérôme TournierGerald Carter2003-09-2316-663/+694
| | | | | | | | (This used to be commit c1546a5311a4e9ad2d6566e71e11c6d5f8f120a9)
* | fix from Brad Langhorst to correctly check if the primaryGroupID has been setGerald Carter2003-09-201-1/+1
| | | | | | | | (This used to be commit 5c45b799d1b87fed8afa4665e075f2c8ccb6da84)
* | updates to SunOne DS schema from André FiebachGerald Carter2003-09-201-2/+22
| | | | | | | | (This used to be commit bd9b90a391e3346ff22888bbc589e65ccdddd482)
* | insert missing sh-bangGerald Carter2003-09-191-0/+1
| | | | | | | | (This used to be commit 64fa24dbabd8d211d276e19745561a11b7465158)
* | The -P option to smbclient no longer works - update all smbprint scripts toTim Potter2003-09-193-3/+1
| | | | | | | | | | remove it. Closes bug #473. (This used to be commit a9f22ed9d715e4acf529ff873b0d99d4b29c5f1b)
* | 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 5dcf974c22b4bd54193dff876020bacd5b1691b2)
* | syncing filesGerald Carter2003-09-098-16/+0
| | | | | | | | (This used to be commit 88725350d248fe017b77c7609544888ba40b7995)
* | samba 3.0 schema filr netscape DS 5.x from Darren ChewGerald Carter2003-09-081-74/+35
| | | | | | | | (This used to be commit 3f97a5ce47bbdd3010dd8e234a7aa5838b524b46)
* | updated schema for 3.0 for eDirectory 8.7 and Netscape DS 4.xGerald Carter2003-09-052-251/+259
| | | | | | | | (This used to be commit c9c7150a627abe93a5d3c866605f2300a3cc5ec9)
* | updating README file after I removed some scriptsGerald Carter2003-08-291-42/+19
| | | | | | | | (This used to be commit 90133558073deb96a0e5baf26e44cf1af1acd538)
* | remove rcs tagGerald Carter2003-08-281-2/+0
| | | | | | | | (This used to be commit 7105f4bcabb29126999b5494f6d60d6f766ab5cc)
* | removing outdated scripts and adding comments about 'ldap password syc'Gerald Carter2003-08-284-335/+5
| | | | | | | | (This used to be commit 29885eae591bdbb899d18ac2e7ae355751cd4be6)
* | add --help to scriptGerald Carter2003-08-271-1/+8
| | | | | | | | (This used to be commit 5b20494aff3da9414ac0100220de96750c3f06a3)
* | sync with changes from Jerome Tournier @ IDEALX; should now work with ↵Gerald Carter2003-08-2613-511/+682
| | | | | | | | | | | | sambaSamAccount schema (This used to be commit 5f41cd76b793305e1e9e4da76d58daa2d8438c63)
* | include enhancements from Buchan Milne to generate LDIF modify output in ↵Gerald Carter2003-08-261-11/+114
| | | | | | | | | | | | addition to add (This used to be commit 49457669f32ed1d8122633e2d0abdebaf05790da)
* | adding old NDS schema so I can update itGerald Carter2003-08-201-0/+201
| | | | | | | | (This used to be commit 25753e2a336a72dc2275a0046003c3a659a0f880)