archetypes.ldapstorage

by Ricardo Alves last modified Feb 16, 2011 02:05 AM

Archetypes storage that stores field values in an LDAP directory.

Project Description

This product features an Archetypes storage that stores field values in an LDAP directory.

Read REAME.txt filel and see directory 'examples/' for some examples of content types using LDAPStorage.

Example usage:

StringField(
    'name',
    storage = LDAPStorage(
        'cn',
        'organization',
        'cn',
        default_attrs = {
            'objectClass': ['inetOrgPerson'],
        },
        required_attrs = ['sn', 'cn'],
    ),
),

Current Release

No stable release available yet.

All Releases

Version Released Description Compatibility Status
0.1a1 First alpha release. More about this release…
Plone 3
alpha

Comments (0)