HomeSort by: relevance | last modified time | path
    Searched defs:register_at (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/
allowed.c 428 /* backport register_at() from HEAD, to allow building with OL <= 2.3 */
430 register_at( char *def, AttributeDescription **rad, int dupok ) function
440 "register_at: AttributeType \"%s\": %s, %s\n",
453 "register_at: AttributeType \"%s\": %s, %s\n",
465 Debug( LDAP_DEBUG_ANY, "register_at: AttributeType \"%s\": %s\n",
490 code = register_at( aa_attrs[i].at, aa_attrs[i].ad, 0 );
493 "aa_initialize: register_at failed\n" );
  /src/external/bsd/openldap/dist/servers/slapd/
at.c 1088 register_at( const char *def, AttributeDescription **rad, int dupok ) function
1098 "register_at: AttributeType \"%s\": %s, %s\n",
1110 "register_at: AttributeType \"%s\": %s, %s\n",
1123 Debug( LDAP_DEBUG_ANY, "register_at: AttributeType \"%s\": %s\n",

Completed in 50 milliseconds