development branch.
The OpenLDAP Developer's FAQ is available at:
- http://www.openldap.org/faq/index.cgi?file=4
+ <http://www.openldap.org/faq/index.cgi?file=4>
Client developers seeking a suitable development platform
should use "release" or "stable" versions.
- http://www.openldap.org/software/
+ <http://www.openldap.org/software/>
Contributing
See <http://www.openldap.org/devel/contributing.html> for how to
desc->ad_cname.bv_val,
( val && !BER_BVISNULL( val ) ) ? "=" : "",
( val && !BER_BVISNULL( val ) ) ?
- ( desc == slap_schema.si_ad_userPassword ? "****" : val->bv_val ) : "",
+ ( desc == slap_schema.si_ad_userPassword ?
+ "****" : val->bv_val ) : "",
accessmask2str( mask, accessmaskbuf, 1 ) );
return rc;