summaryrefslogtreecommitdiffstats
path: root/examples/LDAP
Commit message (Collapse)AuthorAgeFilesLines
* Fix location of smbldap-toolsVolker Lendecke2008-06-021-1/+1
| | | | Thanks to Miguel Medalha <miguelmedalha@sapo.pt> for pointing this out
* r25127: Add ol-schema-migrate.pl to the repo.Simo Sorce2007-10-102-8/+402
| | | | | | | | | This script is useful for migrating OpenLDAP schema files to FDS/RHDS lidf schema files. License kindly updated to GPLv3+ at our request. Simo.
* r25090: Fix a syntax error just introduced into the LDAP schema.Michael Adam2007-10-101-2/+2
| | | | Michael
* r25088: Change the objectclass sambaTrustedDomainPassword toMichael Adam2007-10-101-1/+13
| | | | | | | | have the current and possibly the previous trust password stored as clear text passwords. (Previous use of NTPassword was a mistake - this is a hash value.) Michael
* r25057: Add a schema file ready to be used in Fedora/RedHat Directory ServerSimo Sorce2007-10-101-0/+156
|
* r20979: Fix description, thanks to Michael Adam <ma@sernet.de>Volker Lendecke2007-10-101-1/+1
|
* r20884: patch from Michael Adam <ma@sernet.de> to add new ↵Gerald Carter2007-10-101-0/+9
| | | | sambaTrustedDomainPassword object class
* r20585: - allocate an OID range for LDB/LDAP extended operationsStefan Metzmacher2007-10-101-0/+1
| | | | metze
* r20578: - allocate an OID range for samba4 LDB/LDAP ControlsStefan Metzmacher2007-10-101-0/+2
| | | | | | - allocate an OID range for conflicting attributes/classes metze
* r17487: Allocate some OID space for Samba4, so we don't trip on each other.Andrew Bartlett2007-10-101-0/+5
| | | | Andrew Bartlett
* r14451: In order to get pdb_ldap searching for SID_NAME_ALIASGerald Carter2007-10-101-1/+1
| | | | | | | | | | | | | | 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
* r13290: Adding Account Policy LDAP attributes for eDirectory schema.Günther Deschner2007-10-101-1/+52
| | | | Guenther
* r13187: IBM Tivoli Directory Server schema updates from John JanosikJim McDonough2007-10-102-1/+22
| | | | <jpjanosi@us.ibm.com>
* r12452: Fix Bug #3053 to allow esp. older eDirectory releases to load our LDAPGünther Deschner2007-10-104-4/+4
| | | | | | | | | schema. Maybe "Base64 encoded user parameter string" is not much clearer then "munged dial" - anyone got a better description ? Guenther
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-13/+63
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r9523: Fix password history for eDirectoryGünther Deschner2007-10-101-1/+1
| | | | | | | | | (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
* r5847: Fixes from Lars Müller and Vince Brimhall @Novell for NDSJeremy Allison2007-10-101-1/+1
| | | | | schema. Jeremy.
* r5689: Allow for better protection of sensitive attributes in IBM Directory ↵Jim McDonough2007-10-101-0/+3
| | | | Server.
* r5600: Bring IBM Directory Server schema up to date with openldap schemaJim McDonough2007-10-102-3/+39
|
* r5132: netscape DS 5.2 schema update from Richard Renard <rrenard@idealx.com>Gerald Carter2007-10-101-16/+24
|
* r5060: BUG 2286: fix typoe on sambaConfig oc definitionGerald Carter2007-10-101-1/+1
|
* r4965: comment out some unused attributes and oc'sGerald Carter2007-10-101-10/+11
|
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2007-10-101-0/+15
| | | | | | | | 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
* r4867: Removing smbldap-tools from the svn tree. I'll includeGerald Carter2007-10-1035-6897/+5
| | | | | | | | | | 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).
* r3088: update nds schema file from Uli Iske <iske@elkb.de>Gerald Carter2007-10-101-30/+189
|
* r2189: adding some comments to the schema fileGerald Carter2007-10-101-0/+9
|
* r1964: more schema fixes syncing between branchesGerald Carter2007-10-102-4/+39
|
* r1962: fixing schema file; synching with trunk; trying to prevent this from ↵Gerald Carter2007-10-102-2/+77
| | | | happening again
* r1960: sambaPasswordHistory had a duplicate OIDSimo Sorce2007-10-101-1/+1
| | | | bump up the attribute number to 52 to avoid conflicts
* r1809: Patch from Richard Renard <rrenard@idealx.com> to storeJeremy Allison2007-10-101-1/+6
| | | | | logon hours attributes in an LDAP database. Jeremy.
* r1663: fixing syntax error in OID for sambaUnixIdPool, sambaSidEntry, & ↵Gerald Carter2007-10-101-3/+3
| | | | sambaIdmapEntry
* r1390: Improve description of attribute.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison2007-10-101-1/+6
| | | | | | | | | "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.
* r223: According to Thomas Mueller, thomas.mueller@christ-wasser.de, the two ↵Volker Lendecke2007-10-101-2/+1
| | | | | | | | | | | 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
* r119: missed a file in volker patchGerald Carter2007-10-101-1/+6
|
* Add bad password count/time attributesJim McDonough2004-02-221-1/+12
|
* Fix whitespace to reduce diff from HEADJim McDonough2004-02-141-1/+1
|
* sync IBM Directory Server schema with openldap schema...add munged dialJim McDonough2004-02-142-1/+2
|
* fix case in objectclass name (not that it really matters); patch from Darren ↵Gerald Carter2004-01-065-11/+11
| | | | Chew <darrenc@vicscouts.asn.au>
* Small fix from Jérôme Tournier <jerome.tournier@IDEALX.com>Jeremy Allison2003-12-161-2/+2
| | | | Jeremy.
* removing RCS tagsGerald Carter2003-12-0514-27/+0
|
* * removing extra fileGerald Carter2003-12-053-94/+12
| | | | * updating version in Makefile
* updating top 0.8.2-1 of the smbldap toolsGerald Carter2003-12-0422-813/+1354
|
* sync OID with HEADGerald Carter2003-12-041-1/+1
|
* support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter2003-12-041-1/+6
|
* added note about stripping comments from LDIF; bug 642Gerald Carter2003-11-051-0/+6
|
* update smbldap-tool sscripts from Jérôme TournierGerald Carter2003-09-2316-663/+694
|
* fix from Brad Langhorst to correctly check if the primaryGroupID has been setGerald Carter2003-09-201-1/+1
|
* updates to SunOne DS schema from André FiebachGerald Carter2003-09-201-2/+22
|
* insert missing sh-bangGerald Carter2003-09-191-0/+1
|