version 1.43, 2001/11/17 15:18:07
|
version 1.44, 2001/12/06 00:02:11
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.42 2001/11/05 22:14:42 adamson Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.43 2001/11/17 15:18:07 ando Exp $ */ |
/* root_dse.c - Provides the ROOT DSA-Specific Entry |
/* root_dse.c - Provides the ROOT DSA-Specific Entry |
* |
* |
* Copyright 1999-2000 The OpenLDAP Foundation. |
* Copyright 1999-2000 The OpenLDAP Foundation. |
Line 20
|
Line 20
|
|
|
static char *supportedFeatures[] = { |
static char *supportedFeatures[] = { |
"1.3.6.1.4.1.4203.1.5.1", /* All Operational Attributes ("+") */ |
"1.3.6.1.4.1.4203.1.5.1", /* All Operational Attributes ("+") */ |
|
"1.3.6.1.4.1.4203.1.5.2", /* OCs in Attributes List */ |
NULL |
NULL |
}; |
}; |
|
|