Searched refs:SLAP_LDAPDN_PRETTY (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapcommon.h108 #define SLAP_TOOL_LDAPDN_PRETTY SLAP_LDAPDN_PRETTY
109 #define SLAP_TOOL_LDAPDN_NORMAL (SLAP_LDAPDN_PRETTY << 1)
H A Ddn.c312 } else if( flags & SLAP_LDAPDN_PRETTY ) {
562 if ( LDAPDN_rewrite( dn, SLAP_LDAPDN_PRETTY, ctx ) != LDAP_SUCCESS ) {
621 if ( LDAPRDN_rewrite( rdn, SLAP_LDAPDN_PRETTY, ctx ) != LDAP_SUCCESS ) {
658 flags == SLAP_LDAPDN_PRETTY ? "Pretty" : "Normal",
689 flags == SLAP_LDAPDN_PRETTY ? "Pretty" : "Normal",
739 if ( LDAPDN_rewrite( dn, SLAP_LDAPDN_PRETTY, ctx ) != LDAP_SUCCESS ) {
H A Dproto-slap.h993 dnPrettyNormalDN((syntax),(val),(dn), SLAP_LDAPDN_PRETTY, ctx)
H A Dslap.h3023 #define SLAP_LDAPDN_PRETTY 0x1 macro

Completed in 126 milliseconds