ldap_objectclass2name (3) Linux Manual Page
ldap_str2syntax, ldap_syntax2str, ldap_syntax2name, ldap_syntax_free, ldap_str2matchingrule, ldap_matchingrule2str, ldap_matchingrule2name, ldap_matchingrule_free, ldap_str2attributetype, ldap_attributetype2str, ldap_attributetype2name, ldap_attributetype_free, ldap_str2objectclass, ldap_objectclass2str, ldap_objectclass2name, ldap_objectclass_free, ldap_scherr2str – Schema definition handling routines LibraryOpenLDAP LDAP (libldap, -lldap) Synopsis#include <ldap.h> #include <ldap_schema.h> LDAPSyntax * ldap_str2syntax(s, code, errp, flags) const char * s; int * code; const char ** errp; const int flags; char * ldap_syntax2str(syn) const LDAPSyntax…
