more cleanup

This commit is contained in:
Kurt Zeilenga 2006-08-29 07:28:22 +00:00
parent 50e4b02ce3
commit 7c5baf493a
2 changed files with 4 additions and 3 deletions

4
README
View file

@ -7,11 +7,11 @@ OpenLDAP Devel README
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

View file

@ -52,7 +52,8 @@ print_access(
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;