diff options
author | Russ Allbery <rra@stanford.edu> | 2012-08-30 14:57:10 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2012-08-30 14:57:10 -0700 |
commit | fef66a4c6ca0c452ce9af641469c831e36399c19 (patch) | |
tree | 8054e29390e2c29a0a7050411dafc545f87aadee /perl/Wallet/ACL/LDAP/Attribute.pm | |
parent | e43dd833852f40fb6e9356e7ff8904455d1646ea (diff) |
Fix POD stopwords and formatting
Fix a formatting error in Wallet::ACL::LDAP::Attribute and add new
stopwords required by the latest aspell.
Diffstat (limited to 'perl/Wallet/ACL/LDAP/Attribute.pm')
-rw-r--r-- | perl/Wallet/ACL/LDAP/Attribute.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl/Wallet/ACL/LDAP/Attribute.pm b/perl/Wallet/ACL/LDAP/Attribute.pm index 7a54546..802c710 100644 --- a/perl/Wallet/ACL/LDAP/Attribute.pm +++ b/perl/Wallet/ACL/LDAP/Attribute.pm @@ -141,7 +141,7 @@ sub check { ############################################################################## =for stopwords -ACL Allbery +ACL Allbery verifier LDAP PRINCIPAL's DN ldap-attr =head1 NAME @@ -174,6 +174,8 @@ information about how to set wallet configuration. =head1 METHODS +=over 4 + =item new() Creates a new ACL verifier. Opens and binds the connection to the LDAP @@ -197,6 +199,8 @@ Returns the error if check() returned undef. The new() method may fail with one of the following exceptions: +=over 4 + =item LDAP attribute ACL support not available: %s Attempting to connect or bind to the LDAP server failed. |