version 1.95.2.6, 2005/05/18 16:29:22
|
version 1.95.2.7, 2005/07/11 05:55:30
|
Line 1
|
Line 1
|
/* root_dse.c - Provides the Root DSA-Specific Entry */ |
/* root_dse.c - Provides the Root DSA-Specific Entry */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.106 2005/05/11 22:46:39 hyc Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/root_dse.c,v 1.107 2005/07/04 03:24:00 hallvard Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1999-2005 The OpenLDAP Foundation. |
* Copyright 1999-2005 The OpenLDAP Foundation. |
Line 324 slap_discover_feature(
|
Line 324 slap_discover_feature(
|
char *attrs[ 2 ] = { NULL, NULL }; |
char *attrs[ 2 ] = { NULL, NULL }; |
|
|
ber_str2bv( val, 0, 0, &bv_val ); |
ber_str2bv( val, 0, 0, &bv_val ); |
attrs[ 0 ] = attr; |
attrs[ 0 ] = (char *) attr; |
|
|
rc = ldap_initialize( &ld, uri ); |
rc = ldap_initialize( &ld, uri ); |
if ( rc != LDAP_SUCCESS ) { |
if ( rc != LDAP_SUCCESS ) { |