diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-12-08 20:23:49 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2014-12-08 20:23:49 -0800 |
commit | 88db4268a1bb9458e17872fe16d913f4f09c2fb6 (patch) | |
tree | 1252fbc3ab22c320c9075c5ea4e84e26fa2c9818 | |
parent | 5e28178e2665459ce33bb4f692dc8dc4d8bfe3b9 (diff) |
Add stopwords for new modules
Change-Id: Ie1d2bcee19ace444f6f7083814133593b160d97d
-rw-r--r-- | perl/lib/Wallet/Object/Duo/LDAPProxy.pm | 2 | ||||
-rw-r--r-- | perl/lib/Wallet/Object/Duo/RDP.pm | 2 | ||||
-rw-r--r-- | perl/lib/Wallet/Object/Duo/RadiusProxy.pm | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/perl/lib/Wallet/Object/Duo/LDAPProxy.pm b/perl/lib/Wallet/Object/Duo/LDAPProxy.pm index 757a61a..74ff43c 100644 --- a/perl/lib/Wallet/Object/Duo/LDAPProxy.pm +++ b/perl/lib/Wallet/Object/Duo/LDAPProxy.pm @@ -96,7 +96,7 @@ __END__ ############################################################################## =for stopwords -Allbery Duo integration DBH keytab +Allbery Duo integration DBH keytab LDAP auth =head1 NAME diff --git a/perl/lib/Wallet/Object/Duo/RDP.pm b/perl/lib/Wallet/Object/Duo/RDP.pm index 4e7ff04..2e975fc 100644 --- a/perl/lib/Wallet/Object/Duo/RDP.pm +++ b/perl/lib/Wallet/Object/Duo/RDP.pm @@ -97,7 +97,7 @@ __END__ ############################################################################## =for stopwords -Allbery Duo integration DBH keytab +Allbery Duo integration DBH keytab RDP =head1 NAME diff --git a/perl/lib/Wallet/Object/Duo/RadiusProxy.pm b/perl/lib/Wallet/Object/Duo/RadiusProxy.pm index 2a29dec..faa0c2f 100644 --- a/perl/lib/Wallet/Object/Duo/RadiusProxy.pm +++ b/perl/lib/Wallet/Object/Duo/RadiusProxy.pm @@ -97,11 +97,11 @@ __END__ ############################################################################## =for stopwords -Allbery Duo integration DBH keytab +Allbery Duo integration DBH keytab auth =head1 NAME -Wallet::Object::Duo::RadiusProxy -- Duo auth proxy integration for radius +Wallet::Object::Duo::RadiusProxy -- Duo auth proxy integration for RADIUS =head1 SYNOPSIS |