1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
Commit Graph

83 Commits

Author SHA1 Message Date
Stefan Metzmacher
6fedd69f5e r20578: - allocate an OID range for samba4 LDB/LDAP Controls
- allocate an OID range for conflicting attributes/classes

metze
2007-10-10 12:16:56 -05:00
Andrew Bartlett
199a33ac80 r17487: Allocate some OID space for Samba4, so we don't trip on each other.
Andrew Bartlett
2007-10-10 11:38:37 -05:00
Gerald Carter
2c0a46d731 r14451: In order to get pdb_ldap searching for SID_NAME_ALIAS
groups in the ${MACHINESID} and S_1-5-32 domains correctly,
I had to add a substr search on sambaSID.

* add substr matching rule to OpenLDAP schema
  (we need to update the other schema as will since this
  is a pretty important change).  Sites will need to
  - install the new schema
  - add 'indea sambaSID   sub' to slapd.conf
  - run slapindex

* remove uses of SID_NAME_WKN_GRP in pdb_ldap.c
2007-10-10 11:15:30 -05:00
Günther Deschner
de012e33a7 r13290: Adding Account Policy LDAP attributes for eDirectory schema.
Guenther
2007-10-10 11:06:21 -05:00
Jim McDonough
d45cc5e4f3 r13187: IBM Tivoli Directory Server schema updates from John Janosik
<jpjanosi@us.ibm.com>
2007-10-10 11:06:16 -05:00
Günther Deschner
02ccde5f47 r12452: Fix Bug #3053 to allow esp. older eDirectory releases to load our LDAP
schema.

Maybe "Base64 encoded user parameter string" is not much clearer then
"munged dial" - anyone got a better description ?

Guenther
2007-10-10 11:05:56 -05:00
Gerald Carter
939c3cb5d7 r10656: BIG merge from trunk. Features not copied over
* \PIPE\unixinfo
* winbindd's {group,alias}membership new functions
* winbindd's lookupsids() functionality
* swat (trunk changes to be reverted as per discussion with Deryck)
2007-10-10 11:04:48 -05:00
Günther Deschner
a6e8de5c3c r9523: Fix password history for eDirectory
(by allowing to store more then 1 password history entry in LDAP...)

Thanks to Bernhard Borgmann @ Novell for showing me how to debug
eDirecory.

Guenther
2007-10-10 11:01:12 -05:00
Jeremy Allison
0d3075b2c0 r5847: Fixes from Lars Müller and Vince Brimhall @Novell for NDS
schema.
Jeremy.
2007-10-10 10:56:05 -05:00
Jim McDonough
dafdd8d074 r5689: Allow for better protection of sensitive attributes in IBM Directory Server. 2007-10-10 10:55:55 -05:00
Jim McDonough
639de6afc0 r5600: Bring IBM Directory Server schema up to date with openldap schema 2007-10-10 10:55:49 -05:00
Gerald Carter
33ac88c6a7 r5132: netscape DS 5.2 schema update from Richard Renard <rrenard@idealx.com> 2007-10-10 10:55:29 -05:00
Gerald Carter
e2ce048654 r5060: BUG 2286: fix typoe on sambaConfig oc definition 2007-10-10 10:55:13 -05:00
Gerald Carter
d95c9c4d74 r4965: comment out some unused attributes and oc's 2007-10-10 10:55:09 -05:00
Günther Deschner
75af83dfcd r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).
Does automated migration from account_policy.tdb v1 and v2 and offers a
pdbedit-Migration interface. Jerry, please feel free to revert that if
you have other plans.

Guenther
2007-10-10 10:55:08 -05:00
Gerald Carter
f745e5119f r4867: Removing smbldap-tools from the svn tree. I'll include
the latest version in the actual release tarballs.
Have spoken to the idealx developers about this.

Updated README to reflect the changte for people using svn.

Removed ldapsync.pl since it is no longer needed when using
the smbldap-tools (only keep things you support).
2007-10-10 10:55:03 -05:00
Gerald Carter
3e28c57695 r3088: update nds schema file from Uli Iske <iske@elkb.de> 2007-10-10 10:53:01 -05:00
Gerald Carter
1438c2960f r2189: adding some comments to the schema file 2007-10-10 10:52:35 -05:00
Gerald Carter
49fba32217 r1964: more schema fixes syncing between branches 2007-10-10 10:52:25 -05:00
Gerald Carter
f1a0fae13f r1962: fixing schema file; synching with trunk; trying to prevent this from happening again 2007-10-10 10:52:25 -05:00
Simo Sorce
9368f0c1d2 r1960: sambaPasswordHistory had a duplicate OID
bump up the attribute number to 52 to avoid conflicts
2007-10-10 10:52:25 -05:00
Jeremy Allison
ac0fdf9503 r1809: Patch from Richard Renard <rrenard@idealx.com> to store
logon hours attributes in an LDAP database.
Jeremy.
2007-10-10 10:52:21 -05:00
Gerald Carter
6e4c58b26d r1663: fixing syntax error in OID for sambaUnixIdPool, sambaSidEntry, & sambaIdmapEntry 2007-10-10 10:52:18 -05:00
Jeremy Allison
ff7236a5f2 r1390: Improve description of attribute.
Jeremy.
2007-10-10 10:52:09 -05:00
Jeremy Allison
dd54b2a3c4 r1388: Adding password history code for ldap backend, based on a patch from
"Jianliang Lu" <j.lu@tiesse.com>. Multi-string attribute changed to
linearised pstring due to ordering issues. A few other changes to
fix race conditions. I will add the tdb backend code next. This code
compiles but has not yet been tested with password history policy
set to greater than zero. Targeted for 3.0.6.
Jeremy.
2007-10-10 10:52:09 -05:00
Volker Lendecke
770b85c32f r223: According to Thomas Mueller, thomas.mueller@christ-wasser.de, the two lines
removed (modifiersName and modifyTimestamp) lead to warnings upon startup of
the netscape directory server. I can't check this, but it sounds logical.

Thanks,

Volker
2007-10-10 10:51:14 -05:00
Gerald Carter
bccee79653 r119: missed a file in volker patch 2007-10-10 10:51:10 -05:00
Jim McDonough
184bef8413 Add bad password count/time attributes 0001-01-01 00:00:00 +00:00
Jim McDonough
eba512ee1c Fix whitespace to reduce diff from HEAD 0001-01-01 00:00:00 +00:00
Jim McDonough
3b1d922ab4 sync IBM Directory Server schema with openldap schema...add munged dial 0001-01-01 00:00:00 +00:00
Gerald Carter
86e0015b06 fix case in objectclass name (not that it really matters); patch from Darren Chew <darrenc@vicscouts.asn.au> 0001-01-01 00:00:00 +00:00
Jeremy Allison
6ce7932520 Small fix from Jérôme Tournier <jerome.tournier@IDEALX.com>
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
9a7774306d removing RCS tags 0001-01-01 00:00:00 +00:00
Gerald Carter
3249e69274 * removing extra file
* updating version in Makefile
0001-01-01 00:00:00 +00:00
Gerald Carter
b798f30f0a updating top 0.8.2-1 of the smbldap tools 0001-01-01 00:00:00 +00:00
Gerald Carter
d463abb035 sync OID with HEAD 0001-01-01 00:00:00 +00:00
Gerald Carter
1c3c16abc9 support munged dial for ldapsam; patch from Aurlien Degrmont; bug 800 0001-01-01 00:00:00 +00:00
Gerald Carter
3f67b2bbfd added note about stripping comments from LDIF; bug 642 0001-01-01 00:00:00 +00:00
Gerald Carter
c1546a5311 update smbldap-tool sscripts from Jérôme Tournier 0001-01-01 00:00:00 +00:00
Gerald Carter
5c45b799d1 fix from Brad Langhorst to correctly check if the primaryGroupID has been set 0001-01-01 00:00:00 +00:00
Gerald Carter
bd9b90a391 updates to SunOne DS schema from André Fiebach 0001-01-01 00:00:00 +00:00
Gerald Carter
64fa24dbab insert missing sh-bang 0001-01-01 00:00:00 +00:00
Jim McDonough
5dcf974c22 Updated 3.0 schema files for IBM Directory Server 5.1
Keeps with IBM convention of separate attributetype and objectclass definitions.
0001-01-01 00:00:00 +00:00
Gerald Carter
88725350d2 syncing files 0001-01-01 00:00:00 +00:00
Gerald Carter
3f97a5ce47 samba 3.0 schema filr netscape DS 5.x from Darren Chew 0001-01-01 00:00:00 +00:00
Gerald Carter
c9c7150a62 updated schema for 3.0 for eDirectory 8.7 and Netscape DS 4.x 0001-01-01 00:00:00 +00:00
Gerald Carter
9013355807 updating README file after I removed some scripts 0001-01-01 00:00:00 +00:00
Gerald Carter
7105f4bcab remove rcs tag 0001-01-01 00:00:00 +00:00
Gerald Carter
29885eae59 removing outdated scripts and adding comments about 'ldap password syc' 0001-01-01 00:00:00 +00:00
Gerald Carter
5b20494aff add --help to script 0001-01-01 00:00:00 +00:00