ldb_add (3) Linux Manual Page
NAME ldb_add – SYNOPSIS Data Fields struct ldb_message * message Author Generated automatically by Doxygen for LDB from the source code. Index
NAME ldb_add – SYNOPSIS Data Fields struct ldb_message * message Author Generated automatically by Doxygen for LDB from the source code. Index
NAME 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…
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…
NAME 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…
NAME 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…
NAME 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 on host */ char *lud_dn;…
NAME 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 on host */ char *lud_dn;…
NAME 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 search operation routines ldap_search_s(3) and…
NAME 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 as returned…
NAME 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 for and return the result of an…
NAME 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…
NAME 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 for and return the result of an…
NAME 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 for and return the result of an…
NAME 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() is used…
NAME 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)…
NAME 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)…
NAME 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)…
NAME 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)…
NAME 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() is used…
NAME 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() is used…