1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

198 Commits

Author SHA1 Message Date
Jelmer Vernooij
a7520177b0 Don't crash if the underlying VFS doesn't support ACL's -
Jelmer Vernooij
bc4b51bcb2 Use NTSTATUS as return value for smb_register_*() functions and init_module()
function. Patch by metze with some minor modifications.
-
Jelmer Vernooij
e112dc1641 Add example authentication module -
Andrew Bartlett
3e07406ade A new pdb_ldap!
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
-
Jelmer Vernooij
528c56176b Update for the new modules system -
Jelmer Vernooij
bd24443229 Update for new modules system -
Jelmer Vernooij
31ce815283 Replace references to the old textdocs by references to chapters in
the HOWTO Collection.
-
Jelmer Vernooij
0d322968cb Update for the new modules system. Also, use Makefile rather then Makefile.in
because we don't generate Makefile from configure anymore
-
Simo Sorce
a65b54a08e typo -
Gerald Carter
7f0fd03f69 uidPool and gidPool don't use cn anymore (but we don't use thsi anyways) -
Volker Lendecke
5acb9f421c Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.
Volker
-
Volker Lendecke
da83d97eb5 Put group mapping into LDAP.
Volker
-
Tim Potter
81bfd9a4d9 Sync with HEAD. The -L/usr/local/lib bit looks a bit dodgy though. -
Tim Potter
db3901827f Sync with HEAD. -
Tim Potter
902a1dc1d5 Minor merges from HEAD. -
John Terpstra
f6121fb55b Adding genlogon obtained from a a mailing list posting in 2001. -
Gerald Carter
25a9681ddd [merge]
* removed unused variable from rpcclient code
* added container option to net command (patch from SuSE)
* Makefile patch for examples/VFS from SuSE
-
Gerald Carter
cd16064784 removed idpool from schema file (experimental) to remove the dependency
on nis.schema.

add $(LDFLAGS) to libsmbclient build
-
cvs2svn Import User
953ae9d182 This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Jim McDonough
c09c1e0905 Add win32 utility to query driver capabilities to publish -
Tim Potter
152c530089 Ignore automatically generated Makefile. -
John Terpstra
bdf0d66577 Latest updates from author. -
John Terpstra
93cfbb000f Added logon script generator provided by: Timothy Grant <tjg@craigelachie.org> -
Jelmer Vernooij
be4894815c Sync with HEAD:
- Move working VFS modules to source/
- Move documentation to SGML
-
Richard Sharpe
0674d5a2b0 One more small fix in tree.c -
Richard Sharpe
b0772a1a05 Fix some problems with tree.c reported by users. -
Jelmer Vernooij
b10541b71b Update to use smb_register_passdb() -
Jelmer Vernooij
72e0cfbb42 There is support for the cups printing system now as well -
Jelmer Vernooij
4cffb29d27 a cups printing backend is now available as well -
Jelmer Vernooij
9c811e4478 Ignore Makefile -
Jelmer Vernooij
14b129e301 Move working VFS modules to source/modules/ -
Jelmer Vernooij
b8c7ce0381 Move VFS documentation to the HOWTO collection -
Jelmer Vernooij
ad5cb338a1 Fix typo -
Jelmer Vernooij
9b469a2aca Fix typo -
Jelmer Vernooij
b6359c585a Sync with HEAD -
cvs2svn Import User
37ca4bbf0c This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Jelmer Vernooij
de136d294f Add example for MySQL -
Jelmer Vernooij
b68106a79e Move pdb_xml to source/ -
Jelmer Vernooij
6642f6c5a9 Convert pdb_mysql docs to sgml -
Jelmer Vernooij
1d742e14ad Move pdb_mysql to source/passdb -
Jelmer Vernooij
7aad086c9a testsmbc should only be in examples -
Jelmer Vernooij
91f9c9e1d8 Don't pass any booleans to pdb_set_* functions -
Jelmer Vernooij
e803bfde3d Don't pass true to pdb_set_* functions -
Jelmer Vernooij
33c7a296b3 Adapt to metze's PDB_SET patch -
Jelmer Vernooij
fc77e68b2b Remove SAM files - they belong in HEAD -
Jelmer Vernooij
e8475eceb3 Sync with HEAD -
Jelmer Vernooij
15b9430d9c Give recycle 3 arguments as required by the VFS interface (patch by metze) -
Jelmer Vernooij
4206ebb160 Small patch from metze to add 3 parameters to vfs_init, as it requires -
Richard Sharpe
12c49861fd Fix a small mistake. -
Gerald Carter
3d0b7981d0 small update from Rainer -