summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2003-05-14syncing LDAP schema changes with Samba_3_0Gerald Carter1-23/+142
(This used to be commit a1326ea34831bf49942f7bcb954999091c3ea820)
2003-05-14perl script to convert from sambaAccount to sambaSamAccount; requires ↵Gerald Carter1-0/+105
Net::LDAP::LDIF (This used to be commit 9cde1aa32aed55a3d7cb28881c6acd9800b02065)
2003-05-14*****LDAP schema changes*****Gerald Carter1-25/+134
New objectclass named sambaSamAccount which uses attribute prefaced with the phrase 'samba' to prevent future name clashes. Change in functionality of the 'ldap filter' parameter. This always defaults to "(uid=%u)" now and is and'd with the approriate objectclass depending on whether you are using ldapsam_compat or ldapsam conversion script for migrating from sambaAccount to sambaSamAccount will come next. (This used to be commit 998586e65271daa919e47e1206c0007454cbca66)
2003-05-11As discussed on samba-technical - move to 'primaryGroupSid' insted ofAndrew Bartlett1-1/+11
primaryGroupID (rid). This is consistant with the move from 'rid' to ntSid for the primary user identifier. Also cope with legacy installations where primaryGroupID might have been stored as 0. Andrew Bartlett (This used to be commit 0e432817cb927b41af7b49fb0b5081ffdb46f85e)
2003-05-09syncing README to go along with scriptsGerald Carter1-24/+7
(This used to be commit 94780f0947f7ad7d5bc83e61681148637b59d7ab)
2003-05-09syncing import/export smbpasswd file scripts from 2.2Gerald Carter4-231/+114
(This used to be commit ee1374cabf38c3d99e66a45316e232d1c2cfbe6a)
2003-05-01Don't crash if the underlying VFS doesn't support ACL'sJelmer Vernooij1-0/+10
(This used to be commit a7520177b088589eec7f3989273020dab89d90b5)
2003-05-01Don't crash if the underlying VFS doesn't support ACL'sJelmer Vernooij1-0/+10
(This used to be commit 277fa587d596449a6ac15b440ae07d6707d758ac)
2003-04-29Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continueAndrew Bartlett2-9/+37
his IDMAP work. This version also works properly (the HEAD version had suffered from bitrot), and should be a good basis to change into the new IDMAP rules. It also includes UTF8 conversions. Included also are the schema changes, and a note about the now very old scripts in examples/LDAP (they don't work for this, or even the previous schema). Andrew Bartlett (This used to be commit 38a8f2b23a12f6a964d447f7904dd722a1ca046c)
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-1/+1
function. Patch by metze with some minor modifications. (This used to be commit f4576757d1d52a8f1b96894c869bb76450003fd1)
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-1/+1
function. Patch by metze with some minor modifications. (This used to be commit bc4b51bcb2daa7271c884cb83bf8bdba6d3a9b6d)
2003-04-28Add example auth/ moduleJelmer Vernooij2-0/+90
(This used to be commit d16f8f661a2a0be4fd89f7469b7e3e6a42860ad2)
2003-04-28Add example authentication moduleJelmer Vernooij2-0/+90
(This used to be commit e112dc1641c47c7185e098918980df1a4d950bd7)
2003-04-28A new pdb_ldap!Andrew Bartlett1-5/+34
This patch removes 'non unix account range' (same as idra's change in HEAD), and uses the winbind uid range instead. More importanly, this patch changes the LDAP schema to use 'ntSid' instead of 'rid' as the primary attribute. This makes it in common with the group mapping code, and should allow it to be used closely with a future idmap_ldap. Existing installations can use the existing functionality by using the ldapsam_compat backend, and users who compile with --with-ldapsam will get this by default. More importantly, this patch adds a 'sambaDomain' object to our schema - which contains 2 'next rid' attributes, the domain name and the domain sid. Yes, there are *2* next rid attributes. The problem is that we don't 'own' the entire RID space - we can only allocate RIDs that could be 'algorithmic' RIDs. Therefore, we use the fact that UIDs in 'winbind uid' range will be mapped by IDMAP, not the algorithm. Andrew Bartlett (This used to be commit 3e07406ade81e136f67439d4f8fd7fe1dbb6db14)
2003-04-28Update for the new modules systemJelmer Vernooij1-4/+10
(This used to be commit 528c56176b186d9fa43f6a0c9831562c123ec25d)
2003-04-28Update for new modules systemJelmer Vernooij1-46/+7
(This used to be commit bd2444322956cd34a95159114547b5ddc804df9e)
2003-04-28Update for new modules systemJelmer Vernooij1-4/+5
(This used to be commit 765d87838dbf25ba69dc11f7956ce5814555bcc7)
2003-04-28Replace references to the old textdocs by references to chapters inJelmer Vernooij1-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)
2003-04-28Replace references to the old textdocs by references to chapters inJelmer Vernooij1-2/+6
the HOWTO Collection. (This used to be commit 31ce815283fcf81cf50f8026a91da04ea4a05071)
2003-04-28Update for the new modules system. Also, use Makefile rather then Makefile.inJelmer Vernooij2-9/+6
because we don't generate Makefile from configure anymore (This used to be commit 0d322968cbf445df79153c0abc0d041edcf223ee)
2003-04-28Update for the new modules system. Also, use Makefile rather then Makefile.inJelmer Vernooij2-9/+6
because we don't generate Makefile from configure anymore. (This used to be commit 29ba1e163f85aeaa3cd48a13e4f0a039fa80e7b0)
2003-04-27typoSimo Sorce1-1/+1
(This used to be commit a65b54a08eace793e23b8d6bc193b81ef08f77f5)
2003-04-18uidPool and gidPool don't use cn anymore (but we don't use thsi anyways)Gerald Carter1-6/+6
(This used to be commit 4c92994dfd231acb09411f89fd67a21a40400de0)
2003-04-18uidPool and gidPool don't use cn anymore (but we don't use thsi anyways)Gerald Carter1-2/+2
(This used to be commit 7f0fd03f699f24094e32a92dbb0ec55d9a602c36)
2003-04-03The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough1-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)
2003-03-28Fix some uncleanness with testsmbc.cRichard Sharpe1-1/+1
(This used to be commit 73ef6d35bbadc3ea549309119857effe3c1bc7ef)
2003-03-27Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.Volker Lendecke1-1/+1
Volker (This used to be commit 5acb9f421c149126370e79d66d3d9ace6be9a695)
2003-03-27Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.Volker Lendecke1-1/+1
Volker (This used to be commit e92bfb766b08abccbf098c8d04347eb296b9be54)
2003-03-19Put group mapping into LDAP.Volker Lendecke1-0/+25
Volker (This used to be commit da83d97eb50c3c3a67985e22410842100207431f)
2003-03-19Put group mapping into LDAP.Volker Lendecke1-0/+25
Volker (This used to be commit f0f1518fc450834725902e9cdf33fb8d35f99360)
2003-01-22Sync with HEAD. The -L/usr/local/lib bit looks a bit dodgy though.Tim Potter1-1/+1
(This used to be commit 81bfd9a4d9c80b87b020b998e9722750339c422d)
2003-01-22Sync with HEAD.Tim Potter2-128/+8
(This used to be commit db3901827fe776041fa38900e80ab2fab94c28a6)
2003-01-22Minor merges from HEAD.Tim Potter2-1/+3
(This used to be commit 902a1dc1d5f74ce94496d03327c07416bc2061be)
2003-01-19only supporting the Net::LDAP module nowGerald Carter2-128/+0
(This used to be commit 3e9c970597b190335529e8854f3d2af2c7d8d80e)
2003-01-16Adding genlogon (from 3.0.0).John Terpstra1-0/+71
(This used to be commit b776521ba757f4b4995aff3db87a0da226480a69)
2003-01-16Adding genlogon obtained from a a mailing list posting in 2001.John Terpstra1-0/+71
(This used to be commit f6121fb55b27178f1bcae00a7225e03028f9e7d4)
2003-01-15add ntlogon directory and files from 3.0Gerald Carter3-0/+580
(This used to be commit 3ae66807d86753b840b674e76a27b9f6133cca98)
2003-01-15[merge]Gerald Carter1-1/+1
* removed unused variable from rpcclient code * added container option to net command (patch from SuSE) * Makefile patch for examples/VFS from SuSE (This used to be commit 25a9681ddda47a41fac8fdc97ca50b7f4c579eaf)
2003-01-15* removed unused variable from rpcclient codeGerald Carter1-1/+1
* added container option to net command (patch from SuSE) * Makefile patch for examples/VFS from SuSE (This used to be commit 4a6d8280ea27ca7a6998219aacc4b15b1227a659)
2003-01-14merge: disable [u|g]idPool objectsGerald Carter1-6/+6
(This used to be commit 4c98700e54f3cc617eb578758695fd4dbd690f82)
2003-01-06removed idpool from schema file (experimental) to remove the dependencyGerald Carter1-6/+6
on nis.schema. add $(LDFLAGS) to libsmbclient build (This used to be commit cd16064784a5e5fd9d2a67d4dfba605f7d8046ac)
2002-12-16This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2-0/+250
used to be commit 953ae9d182788308fe4ee97cf98e30ed4fa3c4c0)
2002-12-16Add win32 utility to query driver capabilities to publishJim McDonough2-0/+250
(This used to be commit c09c1e090525aeccb9ee7762a44aba286c4d71f9)
2002-11-20Ignore automatically generated Makefile.Tim Potter1-0/+1
(This used to be commit 152c530089191d1867ad018a54bba02a1a85c31e)
2002-11-20Latest updates from author.John Terpstra2-47/+44
(This used to be commit bdf0d66577c78c92e8bf0f7e6a23d7812b2f76dd)
2002-11-19Added logon script generator provided by: Timothy Grant <tjg@craigelachie.org>John Terpstra3-0/+583
(This used to be commit 93cfbb000f8e28f3c4c600e7779dd81bac6ce9a4)
2002-11-18Sync with HEAD:Jelmer Vernooij6-1374/+9
- Move working VFS modules to source/ - Move documentation to SGML (This used to be commit be4894815cf7a8e3d792d9801fe9a343f2060c3e)
2002-11-15One more small fix in tree.cRichard Sharpe1-2/+2
(This used to be commit 0674d5a2b0f7ee621940c93b3b58960efd91a763)
2002-11-15Fix some problems with tree.c reported by users.Richard Sharpe3-125/+6
(This used to be commit b0772a1a0531896d5b343863434622d4d0ff437f)
2002-11-15Update to use smb_register_passdb()Jelmer Vernooij2-47/+13
(This used to be commit b10541b71ba288783976e8c124b6667b7df3b12d)