version 1.452.2.13, 2004/03/17 20:59:57
|
version 1.452.2.14, 2004/03/22 17:33:28
|
Line 1
|
Line 1
|
/* slap.h - stand alone ldap server include file */ |
/* slap.h - stand alone ldap server include file */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/slap.h,v 1.452.2.12 2004/02/23 22:08:06 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/slap.h,v 1.527 2004/03/20 11:56:31 hyc Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1998-2004 The OpenLDAP Foundation. |
* Copyright 1998-2004 The OpenLDAP Foundation. |
Line 769 struct slap_internal_schema {
|
Line 769 struct slap_internal_schema {
|
|
|
AttributeDescription *si_ad_dseType; |
AttributeDescription *si_ad_dseType; |
AttributeDescription *si_ad_syncreplCookie; |
AttributeDescription *si_ad_syncreplCookie; |
|
AttributeDescription *si_ad_syncTimestamp; |
AttributeDescription *si_ad_contextCSN; |
AttributeDescription *si_ad_contextCSN; |
|
|
/* root DSE attribute descriptions */ |
/* root DSE attribute descriptions */ |
Line 874 typedef struct slap_filter {
|
Line 875 typedef struct slap_filter {
|
#define SLAPD_FILTER_COMPUTED ((ber_tag_t) -1) |
#define SLAPD_FILTER_COMPUTED ((ber_tag_t) -1) |
#define SLAPD_FILTER_DN_ONE ((ber_tag_t) -2) |
#define SLAPD_FILTER_DN_ONE ((ber_tag_t) -2) |
#define SLAPD_FILTER_DN_SUBTREE ((ber_tag_t) -3) |
#define SLAPD_FILTER_DN_SUBTREE ((ber_tag_t) -3) |
|
#ifdef LDAP_SCOPE_SUBORDINATE |
|
#define SLAPD_FILTER_DN_CHILDREN ((ber_tag_t) -4) |
|
#endif |
|
|
union f_un_u { |
union f_un_u { |
/* precomputed result */ |
/* precomputed result */ |
Line 1853 typedef struct slap_overinst {
|
Line 1857 typedef struct slap_overinst {
|
|
|
typedef struct slap_overinfo { |
typedef struct slap_overinfo { |
BackendInfo oi_bi; |
BackendInfo oi_bi; |
BackendDB oi_bd; |
BackendInfo *oi_orig; |
slap_overinst *oi_list; |
struct slap_overinst *oi_list; |
} slap_overinfo; |
} slap_overinfo; |
|
|
/* Should successive callbacks in a chain be processed? */ |
/* Should successive callbacks in a chain be processed? */ |