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 | |
| 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')
| -rw-r--r-- | perl/Wallet/ACL.pm | 2 | ||||
| -rw-r--r-- | perl/Wallet/ACL/Base.pm | 2 | ||||
| -rw-r--r-- | perl/Wallet/ACL/Krb5.pm | 2 | ||||
| -rw-r--r-- | perl/Wallet/ACL/Krb5/Regex.pm | 2 | ||||
| -rw-r--r-- | perl/Wallet/ACL/LDAP/Attribute.pm | 6 | ||||
| -rw-r--r-- | perl/Wallet/ACL/NetDB.pm | 2 | ||||
| -rw-r--r-- | perl/Wallet/ACL/NetDB/Root.pm | 2 | ||||
| -rw-r--r-- | perl/Wallet/Admin.pm | 2 | ||||
| -rw-r--r-- | perl/Wallet/Config.pm | 2 | ||||
| -rw-r--r-- | perl/Wallet/Kadmin/Heimdal.pm | 2 | ||||
| -rw-r--r-- | perl/Wallet/Kadmin/MIT.pm | 1 | ||||
| -rw-r--r-- | perl/Wallet/Object/Base.pm | 2 | ||||
| -rw-r--r-- | perl/Wallet/Object/Keytab.pm | 2 | ||||
| -rw-r--r-- | perl/Wallet/Schema.pm | 2 | ||||
| -rw-r--r-- | perl/Wallet/Server.pm | 2 | 
15 files changed, 19 insertions, 14 deletions
| diff --git a/perl/Wallet/ACL.pm b/perl/Wallet/ACL.pm index 44a82b2..2a06442 100644 --- a/perl/Wallet/ACL.pm +++ b/perl/Wallet/ACL.pm @@ -442,7 +442,7 @@ __END__  Wallet::ACL - Implementation of ACLs in the wallet system  =for stopwords -ACL DBH metadata HOSTNAME DATETIME timestamp Allbery +ACL DBH metadata HOSTNAME DATETIME timestamp Allbery verifier verifiers  =head1 SYNOPSIS diff --git a/perl/Wallet/ACL/Base.pm b/perl/Wallet/ACL/Base.pm index 9a8a3cb..85eaefa 100644 --- a/perl/Wallet/ACL/Base.pm +++ b/perl/Wallet/ACL/Base.pm @@ -60,7 +60,7 @@ __END__  ##############################################################################  =for stopwords -ACL Allbery +ACL Allbery verifier verifiers  =head1 NAME diff --git a/perl/Wallet/ACL/Krb5.pm b/perl/Wallet/ACL/Krb5.pm index 496fcf0..12be141 100644 --- a/perl/Wallet/ACL/Krb5.pm +++ b/perl/Wallet/ACL/Krb5.pm @@ -51,7 +51,7 @@ __END__  ##############################################################################  =for stopwords -ACL krb5 Allbery +ACL krb5 Allbery verifier  =head1 NAME diff --git a/perl/Wallet/ACL/Krb5/Regex.pm b/perl/Wallet/ACL/Krb5/Regex.pm index 52f4bf5..8f9702e 100644 --- a/perl/Wallet/ACL/Krb5/Regex.pm +++ b/perl/Wallet/ACL/Krb5/Regex.pm @@ -56,7 +56,7 @@ __END__  ##############################################################################  =for stopwords -ACL krb5-regex Durkacz Allbery +ACL krb5-regex Durkacz Allbery verifier  =head1 NAME 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. diff --git a/perl/Wallet/ACL/NetDB.pm b/perl/Wallet/ACL/NetDB.pm index 0fb5a2c..0aa8958 100644 --- a/perl/Wallet/ACL/NetDB.pm +++ b/perl/Wallet/ACL/NetDB.pm @@ -136,7 +136,7 @@ __END__  ##############################################################################  =for stopwords -ACL NetDB remctl DNS DHCP Allbery netdb +ACL NetDB remctl DNS DHCP Allbery netdb verifier  =head1 NAME diff --git a/perl/Wallet/ACL/NetDB/Root.pm b/perl/Wallet/ACL/NetDB/Root.pm index 3aeebda..c28bb1e 100644 --- a/perl/Wallet/ACL/NetDB/Root.pm +++ b/perl/Wallet/ACL/NetDB/Root.pm @@ -49,7 +49,7 @@ sub check {  ##############################################################################  =for stopwords -ACL NetDB DNS DHCP Allbery +ACL NetDB DNS DHCP Allbery verifier  =head1 NAME diff --git a/perl/Wallet/Admin.pm b/perl/Wallet/Admin.pm index 8fb49af..a1aef83 100644 --- a/perl/Wallet/Admin.pm +++ b/perl/Wallet/Admin.pm @@ -178,7 +178,7 @@ __DATA__  Wallet::Admin - Wallet system administrative interface  =for stopwords -ACL hostname Allbery +ACL hostname Allbery verifier  =head1 SYNOPSIS diff --git a/perl/Wallet/Config.pm b/perl/Wallet/Config.pm index 1a74506..cd4e569 100644 --- a/perl/Wallet/Config.pm +++ b/perl/Wallet/Config.pm @@ -27,7 +27,7 @@ Wallet::Config - Configuration handling for the wallet server  DBI DSN SQLite subdirectories KEYTAB keytab kadmind KDC add-ons kadmin DNS  SRV kadmin keytabs remctl backend lowercased NETDB ACL NetDB unscoped  usernames rekey hostnames Allbery wallet-backend keytab-backend Heimdal -rekeys +rekeys WebAuth WEBAUTH keyring LDAP DN GSS-API  =head1 SYNOPSIS diff --git a/perl/Wallet/Kadmin/Heimdal.pm b/perl/Wallet/Kadmin/Heimdal.pm index 658ac04..6c91b1d 100644 --- a/perl/Wallet/Kadmin/Heimdal.pm +++ b/perl/Wallet/Kadmin/Heimdal.pm @@ -234,7 +234,7 @@ __END__  ##############################################################################  =for stopwords -keytabs keytab kadmin KDC API Allbery Heimdal +keytabs keytab kadmin KDC API Allbery Heimdal unlinked  =head1 NAME diff --git a/perl/Wallet/Kadmin/MIT.pm b/perl/Wallet/Kadmin/MIT.pm index fc4d271..c191bc9 100644 --- a/perl/Wallet/Kadmin/MIT.pm +++ b/perl/Wallet/Kadmin/MIT.pm @@ -256,6 +256,7 @@ __END__  =for stopwords  rekeying rekeys remctl backend keytabs keytab kadmin KDC API Allbery +unlinked  =head1 NAME diff --git a/perl/Wallet/Object/Base.pm b/perl/Wallet/Object/Base.pm index 556cb27..87506f4 100644 --- a/perl/Wallet/Object/Base.pm +++ b/perl/Wallet/Object/Base.pm @@ -695,7 +695,7 @@ Wallet::Object::Base - Generic parent class for wallet objects  =for stopwords  DBH HOSTNAME DATETIME ACL backend metadata timestamp Allbery wallet-backend -backend-specific +backend-specific subclasses  =head1 SYNOPSIS diff --git a/perl/Wallet/Object/Keytab.pm b/perl/Wallet/Object/Keytab.pm index b7c2805..fd3001f 100644 --- a/perl/Wallet/Object/Keytab.pm +++ b/perl/Wallet/Object/Keytab.pm @@ -347,7 +347,7 @@ __END__  =for stopwords  keytab API KDC keytabs HOSTNAME DATETIME enctypes enctype DBH metadata -unmanaged kadmin Allbery +unmanaged kadmin Allbery unlinked  =head1 NAME diff --git a/perl/Wallet/Schema.pm b/perl/Wallet/Schema.pm index 5c6b9ca..9a7fe44 100644 --- a/perl/Wallet/Schema.pm +++ b/perl/Wallet/Schema.pm @@ -171,7 +171,7 @@ Wallet::Schema - Database schema for the wallet system  =for stopwords  SQL ACL API APIs enums Enums Keytab Backend keytab backend enctypes -enctype Allbery Metadata metadata +enctype Allbery Metadata metadata verifier  =head1 SYNOPSIS diff --git a/perl/Wallet/Server.pm b/perl/Wallet/Server.pm index 7b3fb8f..b2bae2c 100644 --- a/perl/Wallet/Server.pm +++ b/perl/Wallet/Server.pm @@ -753,7 +753,7 @@ Wallet::Server - Wallet system server implementation  =for stopwords  keytabs metadata backend HOSTNAME ACL timestamp ACL's nul Allbery -backend-specific wallet-backend +backend-specific wallet-backend verifier  =head1 SYNOPSIS | 
