Samba4/LDB/Map

From SambaWiki
Revision as of 22:06, 24 September 2009 by Edewata (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Structures

ldb_map_context

struct ldb_map_context {
    struct ldb_map_attribute *attribute_maps;
    /* NOTE: Always declare base classes first here */
    const struct ldb_map_objectclass *objectclass_maps;

    /* Remote (often operational) attributes that should be added
     * to any wildcard search */
    const char * const *wildcard_attributes;

    /* ObjectClass (if any) to be added to remote attributes on add */
    const char *add_objectclass;

    /* struct ldb_context *mapped_ldb; */
    struct ldb_dn *local_base_dn;
    struct ldb_dn *remote_base_dn;
};