Andrew Bartlett
2735fb0119
As discussed on samba-technical - move to 'primaryGroupSid' insted of
...
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-11 05:59:34 +00:00
Gerald Carter
c079ba4e6b
syncing README to go along with scripts
...
(This used to be commit 94780f0947f7ad7d5bc83e61681148637b59d7ab)
2003-05-09 21:52:49 +00:00
Gerald Carter
c37cc212c8
syncing import/export smbpasswd file scripts from 2.2
...
(This used to be commit ee1374cabf38c3d99e66a45316e232d1c2cfbe6a)
2003-05-09 21:51:57 +00:00
Jelmer Vernooij
9bf2a5bde9
Don't crash if the underlying VFS doesn't support ACL's
...
(This used to be commit a7520177b088589eec7f3989273020dab89d90b5)
2003-05-01 01:35:56 +00:00
Jelmer Vernooij
17a3acafa8
Use NTSTATUS as return value for smb_register_*() functions and init_module()
...
function. Patch by metze with some minor modifications.
(This used to be commit bc4b51bcb2daa7271c884cb83bf8bdba6d3a9b6d)
2003-04-28 17:48:48 +00:00
Jelmer Vernooij
cff01c538f
Add example authentication module
...
(This used to be commit e112dc1641c47c7185e098918980df1a4d950bd7)
2003-04-28 17:14:49 +00:00
Andrew Bartlett
49530d0db5
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
(This used to be commit 3e07406ade81e136f67439d4f8fd7fe1dbb6db14)
2003-04-28 10:20:55 +00:00
Jelmer Vernooij
3786533880
Update for the new modules system
...
(This used to be commit 528c56176b186d9fa43f6a0c9831562c123ec25d)
2003-04-28 01:24:26 +00:00
Jelmer Vernooij
4a6eb741f0
Update for new modules system
...
(This used to be commit bd2444322956cd34a95159114547b5ddc804df9e)
2003-04-28 01:21:59 +00:00
Jelmer Vernooij
bceae6bb99
Replace references to the old textdocs by references to chapters in
...
the HOWTO Collection.
(This used to be commit 31ce815283fcf81cf50f8026a91da04ea4a05071)
2003-04-28 00:57:51 +00:00
Jelmer Vernooij
ff09ef629a
Update for the new modules system. Also, use Makefile rather then Makefile.in
...
because we don't generate Makefile from configure anymore
(This used to be commit 0d322968cbf445df79153c0abc0d041edcf223ee)
2003-04-28 00:52:02 +00:00
Simo Sorce
07b95a90ca
typo
...
(This used to be commit a65b54a08eace793e23b8d6bc193b81ef08f77f5)
2003-04-27 11:24:58 +00:00
Gerald Carter
a53c63f99e
uidPool and gidPool don't use cn anymore (but we don't use thsi anyways)
...
(This used to be commit 7f0fd03f699f24094e32a92dbb0ec55d9a602c36)
2003-04-18 22:19:04 +00:00
Volker Lendecke
878f9147bf
Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.
...
Volker
(This used to be commit 5acb9f421c149126370e79d66d3d9ace6be9a695)
2003-03-27 14:25:30 +00:00
Volker Lendecke
7679811afb
Put group mapping into LDAP.
...
Volker
(This used to be commit da83d97eb50c3c3a67985e22410842100207431f)
2003-03-19 09:43:23 +00:00
Tim Potter
a30e390227
Sync with HEAD. The -L/usr/local/lib bit looks a bit dodgy though.
...
(This used to be commit 81bfd9a4d9c80b87b020b998e9722750339c422d)
2003-01-22 23:51:39 +00:00
Tim Potter
3bff6c4f98
Sync with HEAD.
...
(This used to be commit db3901827fe776041fa38900e80ab2fab94c28a6)
2003-01-22 23:50:14 +00:00
Tim Potter
210cb79d29
Minor merges from HEAD.
...
(This used to be commit 902a1dc1d5f74ce94496d03327c07416bc2061be)
2003-01-22 23:49:54 +00:00
John Terpstra
862d383781
Adding genlogon obtained from a a mailing list posting in 2001.
...
(This used to be commit f6121fb55b27178f1bcae00a7225e03028f9e7d4)
2003-01-16 05:54:35 +00:00
Gerald Carter
9eeab10e54
[merge]
...
* 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 16:10:57 +00:00
Gerald Carter
52457e1093
removed idpool from schema file (experimental) to remove the dependency
...
on nis.schema.
add $(LDFLAGS) to libsmbclient build
(This used to be commit cd16064784a5e5fd9d2a67d4dfba605f7d8046ac)
2003-01-06 17:57:52 +00:00
cvs2svn Import User
999c30958a
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit 953ae9d182788308fe4ee97cf98e30ed4fa3c4c0)
2002-12-16 17:26:02 +00:00
Jim McDonough
dca69cb793
Add win32 utility to query driver capabilities to publish
...
(This used to be commit c09c1e090525aeccb9ee7762a44aba286c4d71f9)
2002-12-16 17:26:01 +00:00
Tim Potter
a520e3c76d
Ignore automatically generated Makefile.
...
(This used to be commit 152c530089191d1867ad018a54bba02a1a85c31e)
2002-11-20 03:01:55 +00:00
John Terpstra
69f3c8f304
Latest updates from author.
...
(This used to be commit bdf0d66577c78c92e8bf0f7e6a23d7812b2f76dd)
2002-11-20 00:30:56 +00:00
John Terpstra
333a65caa4
Added logon script generator provided by: Timothy Grant <tjg@craigelachie.org>
...
(This used to be commit 93cfbb000f8e28f3c4c600e7779dd81bac6ce9a4)
2002-11-19 19:06:11 +00:00
Jelmer Vernooij
4d12794bc1
Sync with HEAD:
...
- Move working VFS modules to source/
- Move documentation to SGML
(This used to be commit be4894815cf7a8e3d792d9801fe9a343f2060c3e)
2002-11-18 16:22:44 +00:00
Richard Sharpe
7b581a60d2
One more small fix in tree.c
...
(This used to be commit 0674d5a2b0f7ee621940c93b3b58960efd91a763)
2002-11-15 22:55:15 +00:00
Richard Sharpe
b45c92f31e
Fix some problems with tree.c reported by users.
...
(This used to be commit b0772a1a0531896d5b343863434622d4d0ff437f)
2002-11-15 22:51:03 +00:00
Jelmer Vernooij
794ecd30f9
Update to use smb_register_passdb()
...
(This used to be commit b10541b71ba288783976e8c124b6667b7df3b12d)
2002-11-15 17:49:47 +00:00
Jelmer Vernooij
8fc6e1a5aa
There is support for the cups printing system now as well
...
(This used to be commit 72e0cfbb42b474404a2f8040f84d3136d8abc97c)
2002-11-14 18:24:14 +00:00
Jelmer Vernooij
8d2514fc6a
a cups printing backend is now available as well
...
(This used to be commit 4cffb29d27253e0e2ca270640d86b21315cab91f)
2002-11-14 17:42:01 +00:00
Jelmer Vernooij
7fc28a91ed
Ignore Makefile
...
(This used to be commit 9c811e447821e9c934f9ecf841a38f7e1f7aa626)
2002-11-13 14:23:52 +00:00
Jelmer Vernooij
861bbd3c28
Move working VFS modules to source/modules/
...
(This used to be commit 14b129e301c94ccf47b9105bda1bd9d142feb1b5)
2002-11-13 13:11:04 +00:00
Jelmer Vernooij
0c4357e928
Move VFS documentation to the HOWTO collection
...
(This used to be commit b8c7ce0381e857c2de5658b25e917622ebea954e)
2002-11-13 13:08:56 +00:00
Jelmer Vernooij
b8766e74c6
Fix typo
...
(This used to be commit ad5cb338a1e5e60116757a1c8f2fb844ad062401)
2002-11-11 13:49:39 +00:00
Jelmer Vernooij
bd4ed6eea0
Fix typo
...
(This used to be commit 9b469a2aca6de79a5940769b56d15d22e471b2b5)
2002-11-11 13:49:25 +00:00
Jelmer Vernooij
289fe8557c
Sync with HEAD
...
(This used to be commit b6359c585a563f9694d8afacd43329dece6af500)
2002-11-10 12:10:39 +00:00
cvs2svn Import User
ac05b03e5d
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit 37ca4bbf0c7895e3a17544e3ac6d316034424f3d)
2002-11-10 12:07:55 +00:00
Jelmer Vernooij
c9bd108a81
Add example for MySQL
...
(This used to be commit de136d294fce59bdc4d0a65d35071c2837ef92a5)
2002-11-10 12:07:54 +00:00
Jelmer Vernooij
82c714569d
Move pdb_xml to source/
...
(This used to be commit b68106a79e4536fa82d75dd330d07dba51bfeaf4)
2002-11-05 17:08:32 +00:00
Jelmer Vernooij
7dba784b5e
Convert pdb_mysql docs to sgml
...
(This used to be commit 6642f6c5a9d6fa52a41a382850ed8bb3e1ebf701)
2002-11-05 16:55:21 +00:00
Jelmer Vernooij
42f569f06c
Move pdb_mysql to source/passdb
...
(This used to be commit 1d742e14ad18070aee654071d159b8b7410d6f86)
2002-11-05 16:48:23 +00:00
Jelmer Vernooij
0bd559ad1d
testsmbc should only be in examples
...
(This used to be commit 7aad086c9a20c4c700dfce3f81d89ab982702198)
2002-11-04 17:10:08 +00:00
Jelmer Vernooij
d4a93bd8f0
Don't pass any booleans to pdb_set_* functions
...
(This used to be commit 91f9c9e1d8b490eb384198ff012f65e22f834c39)
2002-11-04 15:04:26 +00:00
Jelmer Vernooij
0a0cee218a
Don't pass true to pdb_set_* functions
...
(This used to be commit e803bfde3d0b199155a87975e8af65f13babe692)
2002-11-04 15:03:58 +00:00
Jelmer Vernooij
366da1ee37
Adapt to metze's PDB_SET patch
...
(This used to be commit 33c7a296b3bdfab276ed91ea77077eedbeed3757)
2002-11-04 14:36:34 +00:00
Jelmer Vernooij
b786afe1ae
Remove SAM files - they belong in HEAD
...
(This used to be commit fc77e68b2bb199e507804baaa46a77cfa4862668)
2002-10-30 06:46:01 +00:00
Jelmer Vernooij
59810257b9
Sync with HEAD
...
(This used to be commit e8475eceb397f86c4bada063707f09a3c45bc14c)
2002-10-28 19:19:59 +00:00
Jelmer Vernooij
f861aab464
Give recycle 3 arguments as required by the VFS interface (patch by metze)
...
(This used to be commit 15b9430d9ce43ba7e08338ab9fab657d6763dc02)
2002-10-24 15:45:23 +00:00