1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00

180 Commits

Author SHA1 Message Date
Gerald Carter
59328b8c8a fix group mapping in LDAP under new schema -
Gerald Carter
d6ee6a2652 s/primaryGroupSID/sambaPrimaryGroupSID/ -
Gerald Carter
5b6f22f7c9 perl script to convert from sambaAccount to sambaSamAccount; requires Net::LDAP::LDIF -
Gerald Carter
a1326ea348 syncing LDAP schema changes with Samba_3_0 -
Jelmer Vernooij
277fa587d5 Don't crash if the underlying VFS doesn't support ACL's -
Andrew Bartlett
38a8f2b23a Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continue
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
-
Jelmer Vernooij
f4576757d1 Use NTSTATUS as return value for smb_register_*() functions and init_module()
function. Patch by metze with some minor modifications.
-
Jelmer Vernooij
d16f8f661a Add example auth/ module -
Jelmer Vernooij
765d87838d Update for new modules system -
Jelmer Vernooij
280d627adb Replace references to the old textdocs by references to chapters in
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: ----------------------------------------------------------------------
-
Jelmer Vernooij
29ba1e163f Update for the new modules system. Also, use Makefile rather then Makefile.in
because we don't generate Makefile from configure anymore.
-
Gerald Carter
4c92994dfd uidPool and gidPool don't use cn anymore (but we don't use thsi anyways) -
Jim McDonough
87c7c582c6 The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):
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.
-
Richard Sharpe
73ef6d35bb Fix some uncleanness with testsmbc.c -
Volker Lendecke
e92bfb766b Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.
Volker
-
Volker Lendecke
f0f1518fc4 Put group mapping into LDAP.
Volker
-
Gerald Carter
3e9c970597 only supporting the Net::LDAP module now -
John Terpstra
b776521ba7 Adding genlogon (from 3.0.0). -
Gerald Carter
3ae66807d8 add ntlogon directory and files from 3.0 -
Gerald Carter
4a6d8280ea * removed unused variable from rpcclient code
* added container option to net command (patch from SuSE)
* Makefile patch for examples/VFS from SuSE
-
Gerald Carter
4c98700e54 merge: disable [u|g]idPool objects -
Jim McDonough
c09c1e0905 Add win32 utility to query driver capabilities to publish -
Tim Potter
152c530089 Ignore automatically generated Makefile. -
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
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
9b469a2aca Fix typo -
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
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 -
Gerald Carter
25cd49d766 mention openantivirus.org -
Gerald Carter
93cb8b47c4 README.OtherModules -
Jelmer Vernooij
834fcd2395 Change pdb_xml functions to return NTSTATUS -
Jelmer Vernooij
fa056769a0 Change pdb_mysql function to return NTSTATUS -
Jelmer Vernooij
6347d40eff Make functions return NTSTATUS instead of BOOL -
Jelmer Vernooij
50d2527eed - Don't put pointer to sam_domain_handle in sam_methods but single domainsid and domainname
- Allocate sam_methods, set domain_sid, domain_name and backend_name in make_sam_methods_backend_entry instead of in the backend
- Remove sam_context and domain_sid pointers from the sam_init_function - we don't need those arguments anymore since they're
  available in sam_methods as well
-
Richard Sharpe
ef970a764e Make sure that Alfred Perlstein's changes get into head as smbprint and
that the old one becomes smbprint.old.

We still need to hack smbprint some more to make sure that we can pass
the username and password in a file rather than on the command line where
local hackers can see it.
-
Jelmer Vernooij
db0f742e0e Use SAM debug class in skeleton - patch from metze
Shouldn't we use dynamic debug classes here?
-