Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
5ef410c1
Commit
5ef410c1
authored
Jan 20, 2005
by
Kurt Zeilenga
Browse files
Cleanup
parent
112179fe
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
servers/slapd/component.c
View file @
5ef410c1
This diff is collapsed.
Click to expand it.
servers/slapd/component.h
View file @
5ef410c1
/* component.h */
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 2004-2005 The OpenLDAP Foundation.
* Portions Copyright 2004 by IBM Corporation.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted only as authorized by the OpenLDAP
* Public License.
*
* A copy of this license is available in the file LICENSE in the
* top-level directory of the distribution or, alternatively, at
* <http://www.OpenLDAP.org/license.html>.
*/
#ifndef _H_SLAPD_COMPONENT
#define _H_SLAPD_COMPONENT
#include
"portable.h"
#include
<ac/string.h>
#include
<ac/socket.h>
#include
<ldap_pvt.h>
...
...
@@ -39,20 +57,20 @@ typedef enum { ASN_BASIC, ASN_COMPOSITE } AsnType;
*/
#define MAX_ALIASING_ENTRY 128
typedef
struct
comp_attribute_aliasing
{
AttributeDescription
*
aa_aliasing_ad
;
AttributeDescription
*
aa_aliased_ad
;
ComponentFilter
*
aa_cf
;
AttributeDescription
*
aa_aliasing_ad
;
AttributeDescription
*
aa_aliased_ad
;
ComponentFilter
*
aa_cf
;
MatchingRule
*
aa_mr
;
char
*
aa_cf_str
;
}
AttributeAliasing
;
typedef
struct
comp_matchingrule_aliasing
{
MatchingRule
*
mra_aliasing_attr
;
MatchingRule
*
mra_aliased_attr
;
AttributeDescription
*
mra_attr
;
ComponentFilter
*
mra_cf
;
MatchingRule
*
mra_aliasing_attr
;
MatchingRule
*
mra_aliased_attr
;
AttributeDescription
*
mra_attr
;
ComponentFilter
*
mra_cf
;
MatchingRule
*
mra_mr
;
char
*
a
a_cf_str
;
char
*
mr
a_cf_str
;
}
MatchingRuleAliasing
;
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment