summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* moving the sambaAccount objectclass to 'historical' to prevent confusion on ↵Gerald Carter2003-05-221-150/+142
| | | | which one should be used for new servers. I'll add a note about uncommenting the older items for ldapsam_compat in the release notes
* fix group mapping in LDAP under new schemaGerald Carter2003-05-141-1/+1
|
* s/primaryGroupSID/sambaPrimaryGroupSID/Gerald Carter2003-05-141-1/+1
|
* perl script to convert from sambaAccount to sambaSamAccount; requires ↵Gerald Carter2003-05-141-0/+105
| | | | Net::LDAP::LDIF
* *****LDAP schema changes*****Gerald Carter2003-05-141-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.
* As discussed on samba-technical - move to 'primaryGroupSid' insted ofAndrew Bartlett2003-05-111-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
* syncing README to go along with scriptsGerald Carter2003-05-091-24/+7
|
* syncing import/export smbpasswd file scripts from 2.2Gerald Carter2003-05-094-231/+114
|
* Don't crash if the underlying VFS doesn't support ACL'sJelmer Vernooij2003-05-011-0/+10
|
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-1/+1
| | | | function. Patch by metze with some minor modifications.
* Add example authentication moduleJelmer Vernooij2003-04-282-0/+90
|
* A new pdb_ldap!Andrew Bartlett2003-04-281-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
* Update for the new modules systemJelmer Vernooij2003-04-281-4/+10
|
* Update for new modules systemJelmer Vernooij2003-04-281-46/+7
|
* Replace references to the old textdocs by references to chapters inJelmer Vernooij2003-04-281-2/+6
| | | | the HOWTO Collection.
* 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
* typoSimo Sorce2003-04-271-1/+1
|
* uidPool and gidPool don't use cn anymore (but we don't use thsi anyways)Gerald Carter2003-04-181-2/+2
|
* Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.Volker Lendecke2003-03-271-1/+1
| | | | Volker
* Put group mapping into LDAP.Volker Lendecke2003-03-191-0/+25
| | | | Volker
* Sync with HEAD. The -L/usr/local/lib bit looks a bit dodgy though.Tim Potter2003-01-221-1/+1
|
* Sync with HEAD.Tim Potter2003-01-222-128/+8
|
* Minor merges from HEAD.Tim Potter2003-01-222-1/+3
|
* Adding genlogon obtained from a a mailing list posting in 2001.John Terpstra2003-01-161-0/+71
|
* [merge]Gerald Carter2003-01-151-1/+1
| | | | | | * removed unused variable from rpcclient code * added container option to net command (patch from SuSE) * Makefile patch for examples/VFS from SuSE
* removed idpool from schema file (experimental) to remove the dependencyGerald Carter2003-01-061-6/+6
| | | | | | on nis.schema. add $(LDFLAGS) to libsmbclient build
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-12-162-0/+250
|\
| * Add win32 utility to query driver capabilities to publishJim McDonough2002-12-162-0/+250
| |
| * Ignore automatically generated Makefile.Tim Potter2002-11-201-0/+1
| |
| * One more small fix in tree.cRichard Sharpe2002-11-151-2/+2
| |
| * Fix some problems with tree.c reported by users.Richard Sharpe2002-11-153-125/+6
| |
| * Update to use smb_register_passdb()Jelmer Vernooij2002-11-152-47/+13
| |
| * a cups printing backend is now available as wellJelmer Vernooij2002-11-141-1/+1
| |
| * Ignore MakefileJelmer Vernooij2002-11-131-0/+2
| |
| * Move working VFS modules to source/modules/Jelmer Vernooij2002-11-133-1257/+0
| |
| * Move VFS documentation to the HOWTO collectionJelmer Vernooij2002-11-133-117/+9
| |
| * Fix typoJelmer Vernooij2002-11-111-1/+1
| |
* | Latest updates from author.John Terpstra2002-11-202-47/+44
| |
* | Added logon script generator provided by: Timothy Grant <tjg@craigelachie.org>John Terpstra2002-11-193-0/+583
| |
* | Sync with HEAD:Jelmer Vernooij2002-11-186-1374/+9
| | | | | | | | | | - Move working VFS modules to source/ - Move documentation to SGML
* | There is support for the cups printing system now as wellJelmer Vernooij2002-11-141-1/+1
| |
* | Fix typoJelmer Vernooij2002-11-111-1/+1
| |
* | Sync with HEADJelmer Vernooij2002-11-109-1757/+0
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-11-102-0/+46
|\|
| * Add example for MySQLJelmer Vernooij2002-11-102-0/+46
| |
| * Move pdb_xml to source/Jelmer Vernooij2002-11-055-618/+0
| |
| * Convert pdb_mysql docs to sgmlJelmer Vernooij2002-11-051-92/+0
| |
| * Move pdb_mysql to source/passdbJelmer Vernooij2002-11-053-1047/+0
| |
| * testsmbc should only be in examplesJelmer Vernooij2002-11-041-2/+1
| |
| * Don't pass any booleans to pdb_set_* functionsJelmer Vernooij2002-11-041-9/+9
| |