diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-04-17 17:55:41 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-04-17 17:55:41 +0200 |
commit | 15b9789b976df256cff51461662225f04bf69c4b (patch) | |
tree | 16665889e94cf3b1b6cb145af261584a9960674e /OpenKeychain/src | |
parent | f6e7b92ced34bad78f47820f35df750c65a386ab (diff) | |
download | open-keychain-15b9789b976df256cff51461662225f04bf69c4b.tar.gz open-keychain-15b9789b976df256cff51461662225f04bf69c4b.tar.bz2 open-keychain-15b9789b976df256cff51461662225f04bf69c4b.zip |
Add faq entry for keyserver bug, closes #552
Diffstat (limited to 'OpenKeychain/src')
-rw-r--r-- | OpenKeychain/src/main/res/raw/help_faq.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/raw/help_faq.html b/OpenKeychain/src/main/res/raw/help_faq.html index bfd43eafd..e6757d0da 100644 --- a/OpenKeychain/src/main/res/raw/help_faq.html +++ b/OpenKeychain/src/main/res/raw/help_faq.html @@ -9,5 +9,8 @@ And don't add newlines before or after p tags because of transifex --> <p>Add a new Keyserver (or modify existing one) by going to Preferences -> General -> Keyservers. Enter the port number after the Keyserver address and preceded it by a colon. For example, "p80.pool.sks-keyservers.net:80" (without quotation marks) means that server "p80.pool.sks-keyservers.net" is working on a port 80.</p> <p>Default connection port is 11371 and it doesn't need to be specified.</p> +<h2>A wrong primary user id is shown when searching on a Keyserver</h2> +<p>Unfortunately, this is a bug in the SKS Keyserver software. Its machine-readable output returns the user ids in an arbitrary order. Read the <a href="https://bitbucket.org/skskeyserver/sks-keyserver/issue/28/primary-uid-in-machine-readable-index">related bug report</a> for more information.</p> + </body> </html> |