mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
more cleanup
This commit is contained in:
parent
50e4b02ce3
commit
7c5baf493a
2 changed files with 4 additions and 3 deletions
4
README
4
README
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue