version 1.58, 2002/01/10 21:34:11
|
version 1.59, 2002/01/26 22:14:51
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.57 2002/01/09 05:29:54 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.58 2002/01/10 21:34:11 kurt Exp $ */ |
/* root_dse.c - Provides the ROOT DSA-Specific Entry |
/* root_dse.c - Provides the ROOT DSA-Specific Entry |
* |
* |
* Copyright 1999-2002 The OpenLDAP Foundation. |
* Copyright 1999-2002 The OpenLDAP Foundation. |
Line 22 static char *supportedFeatures[] = {
|
Line 22 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 */ |
"1.3.6.1.4.1.4203.1.5.2", /* OCs in Attributes List */ |
"1.3.6.1.4.1.4203.1.5.3", /* (&) and (|) search filters */ |
"1.3.6.1.4.1.4203.1.5.3", /* (&) and (|) search filters */ |
|
"1.3.6.1.4.1.4203.1.5.4", /* Language Tag Options */ |
|
"1.3.6.1.4.1.4203.1.5.5", /* Language Range Options */ |
NULL |
NULL |
}; |
}; |
|
|