ldb_asq_control (3) Linux Manual Page
ldb_asq_control – SynopsisData Fieldsint request char * source_attribute int src_attr_len int result AuthorGenerated automatically by Doxygen for LDB from the source code.
ldb_asq_control – SynopsisData Fieldsint request char * source_attribute int src_attr_len int result AuthorGenerated automatically by Doxygen for LDB from the source code.
ldb_add – Synopsis Data Fields struct ldb_message * message Author Generated automatically by Doxygen for LDB from the source code.
ldb – A light-weight database library Synopsis #include <ldb.h> Description ldb is a light weight embedded database library and API. With a programming interface that is very similar to LDAP, ldb can store its data either in a tdb(3) database or in a real LDAP database. When used with the tdb backend ldb does not…
include/ldb.h – Samba’s ldb database. Synopsis #include <stdbool.h> #include <talloc.h> #include <tevent.h> #include <ldb_version.h> #include <ldb_errors.h> Data Structures struct ldb_val Result value. struct ldb_message_element results are given back as arrays of ldb_message_element struct ldb_message a ldb_message represents all or part of a record. struct ldb_ldif LDIF record. struct ldb_debug_ops the user can optionally supply a…
ldap_get_values, ldap_get_values_len, ldap_count_values – LDAP attribute value handling routines Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> char **ldap_get_values(ld, entry, attr) LDAP *ld; LDAPMessage *entry; char *attr; struct berval **ldap_get_values_len(ld, entry, attr) LDAP *ld; LDAPMessage *entry; char *attr; int ldap_count_values(vals) char **vals; int ldap_count_values_len(vals) struct berval **vals; void ldap_value_free(vals) char **vals; void ldap_value_free_len(vals) struct berval…
ldap_get_values, ldap_get_values_len, ldap_count_values – LDAP attribute value handling routines Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> char **ldap_get_values(ld, entry, attr) LDAP *ld; LDAPMessage *entry; char *attr; struct berval **ldap_get_values_len(ld, entry, attr) LDAP *ld; LDAPMessage *entry; char *attr; int ldap_count_values(vals) char **vals; int ldap_count_values_len(vals) struct berval **vals; void ldap_value_free(vals) char **vals; void ldap_value_free_len(vals) struct berval…
ldap_is_ldap_url, ldap_url_parse, ldap_free_urldesc – LDAP Uniform Resource Locator routines Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> int ldap_is_ldap_url( const char *url ) int ldap_url_parse( const char *url, LDAPURLDesc **ludpp ) typedef struct ldap_url_desc { char * lud_scheme; /* URI scheme */ char * lud_host; /* LDAP host to contact */ int lud_port; /* port…
ldap_is_ldap_url, ldap_url_parse, ldap_free_urldesc – LDAP Uniform Resource Locator routines Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> int ldap_is_ldap_url( const char *url ) int ldap_url_parse( const char *url, LDAPURLDesc **ludpp ) typedef struct ldap_url_desc { char * lud_scheme; /* URI scheme */ char * lud_host; /* LDAP host to contact */ int lud_port; /* port…
ldap_first_entry, ldap_next_entry, ldap_count_entries – LDAP result entry parsing and counting routines Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> int ldap_count_entries( LDAP *ld, LDAPMessage *result ) LDAPMessage *ldap_first_entry( LDAP *ld, LDAPMessage *result ) LDAPMessage *ldap_next_entry( LDAP *ld, LDAPMessage *entry ) Description These routines are used to parse results received from ldap_result(3) or the synchronous LDAP…
ldap_first_attribute, ldap_next_attribute – step through LDAP entry attributes Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> char *ldap_first_attribute( LDAP *ld, LDAPMessage *entry, BerElement **berptr ) char *ldap_next_attribute( LDAP *ld, LDAPMessage *entry, BerElement *ber ) Description The ldap_first_attribute() and ldap_next_attribute() routines are used to step through the attributes in an LDAP entry. ldap_first_attribute() takes an entry…
ldap_result – Wait for the result of an LDAP operation Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> int ldap_result( LDAP *ld, int msgid, int all, struct timeval *timeout, LDAPMessage **result ); int ldap_msgfree( LDAPMessage *msg ); int ldap_msgtype( LDAPMessage *msg ); int ldap_msgid( LDAPMessage *msg ); Description The ldap_result() routine is used to wait…
QuantLib::step_iterator – Iterator advancing in constant steps. Synopsis #include <ql/utilities/steppingiterator.hpp> Inherits boost::iterator_adaptor<step_iterator<Iterator>, Iterator>. Public Member Functions step_iterator (const Iterator &base, Size step) template<class OtherIterator > step_iterator (const step_iterator< OtherIterator > &i, typename boost::enable_if_convertible< OtherIterator, Iterator >::type *=0) Size step () const void increment () void decrement () void advance (typename super_t::difference_type n) super_t::difference_type distance_to (const…
ldap_result – Wait for the result of an LDAP operation Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> int ldap_result( LDAP *ld, int msgid, int all, struct timeval *timeout, LDAPMessage **result ); int ldap_msgfree( LDAPMessage *msg ); int ldap_msgtype( LDAPMessage *msg ); int ldap_msgid( LDAPMessage *msg ); Description The ldap_result() routine is used to wait…
ldap_result – Wait for the result of an LDAP operation Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> int ldap_result( LDAP *ld, int msgid, int all, struct timeval *timeout, LDAPMessage **result ); int ldap_msgfree( LDAPMessage *msg ); int ldap_msgtype( LDAPMessage *msg ); int ldap_msgid( LDAPMessage *msg ); Description The ldap_result() routine is used to wait…
ldap_modify_ext, ldap_modify_ext_s – Perform an LDAP modify operation Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> int ldap_modify_ext( LDAP *ld, char *dn, LDAPMod *mods[], LDAPControl **sctrls, LDAPControl **cctrls, int *msgidp ); int ldap_modify_ext_s( LDAP *ld, char *dn, LDAPMod *mods[], LDAPControl **sctrls, LDAPControl **cctrls ); void ldap_mods_free( LDAPMod **mods, int freemods ); Description The routine ldap_modify_ext_s()…
ldap_modrdn, ldap_modrdn_s, ldap_modrdn2, ldap_modrdn2_s – Perform an LDAP modify RDN operation Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> int ldap_modrdn(ld, dn, newrdn) LDAP *ld; char *dn, *newrdn; int ldap_modrdn_s(ld, dn, newrdn) LDAP *ld; char *dn, *newrdn; int ldap_modrdn2(ld, dn, newrdn, deleteoldrdn) LDAP *ld; char *dn, *newrdn; int deleteoldrdn; int ldap_modrdn2_s(ld, dn, newrdn, deleteoldrdn) LDAP…
ldap_modrdn, ldap_modrdn_s, ldap_modrdn2, ldap_modrdn2_s – Perform an LDAP modify RDN operation Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> int ldap_modrdn(ld, dn, newrdn) LDAP *ld; char *dn, *newrdn; int ldap_modrdn_s(ld, dn, newrdn) LDAP *ld; char *dn, *newrdn; int ldap_modrdn2(ld, dn, newrdn, deleteoldrdn) LDAP *ld; char *dn, *newrdn; int deleteoldrdn; int ldap_modrdn2_s(ld, dn, newrdn, deleteoldrdn) LDAP…
ldap_modrdn, ldap_modrdn_s, ldap_modrdn2, ldap_modrdn2_s – Perform an LDAP modify RDN operation Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> int ldap_modrdn(ld, dn, newrdn) LDAP *ld; char *dn, *newrdn; int ldap_modrdn_s(ld, dn, newrdn) LDAP *ld; char *dn, *newrdn; int ldap_modrdn2(ld, dn, newrdn, deleteoldrdn) LDAP *ld; char *dn, *newrdn; int deleteoldrdn; int ldap_modrdn2_s(ld, dn, newrdn, deleteoldrdn) LDAP…
ldap_modrdn, ldap_modrdn_s, ldap_modrdn2, ldap_modrdn2_s – Perform an LDAP modify RDN operation Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> int ldap_modrdn(ld, dn, newrdn) LDAP *ld; char *dn, *newrdn; int ldap_modrdn_s(ld, dn, newrdn) LDAP *ld; char *dn, *newrdn; int ldap_modrdn2(ld, dn, newrdn, deleteoldrdn) LDAP *ld; char *dn, *newrdn; int deleteoldrdn; int ldap_modrdn2_s(ld, dn, newrdn, deleteoldrdn) LDAP…
ldap_modify_ext, ldap_modify_ext_s – Perform an LDAP modify operation Library OpenLDAP LDAP (libldap, -lldap) Synopsis #include <ldap.h> int ldap_modify_ext( LDAP *ld, char *dn, LDAPMod *mods[], LDAPControl **sctrls, LDAPControl **cctrls, int *msgidp ); int ldap_modify_ext_s( LDAP *ld, char *dn, LDAPMod *mods[], LDAPControl **sctrls, LDAPControl **cctrls ); void ldap_mods_free( LDAPMod **mods, int freemods ); Description The routine ldap_modify_ext_s()…