ldap_str2syntax (3) Linux Manual Page
NAME 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 LIBRARY OpenLDAP 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 *syn; const…
