You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2016/02/15 03:42:42 UTC

[18/36] directory-kerby git commit: Format the readme doc.

Format the readme doc.


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/84a982d8
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/84a982d8
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/84a982d8

Branch: refs/heads/kadmin-remote
Commit: 84a982d86541cb20cedf010c46f1c1673e3f8378
Parents: cb34398
Author: plusplusjiajia <ji...@intel.com>
Authored: Tue Jan 26 15:14:38 2016 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Tue Jan 26 15:14:38 2016 +0800

----------------------------------------------------------------------
 docs/1.0.0-RC1-APIs/1.0.0-RC1-release-note.md | 64 +++++++++++-----------
 1 file changed, 32 insertions(+), 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/84a982d8/docs/1.0.0-RC1-APIs/1.0.0-RC1-release-note.md
----------------------------------------------------------------------
diff --git a/docs/1.0.0-RC1-APIs/1.0.0-RC1-release-note.md b/docs/1.0.0-RC1-APIs/1.0.0-RC1-release-note.md
index 085375e..c8603e6 100644
--- a/docs/1.0.0-RC1-APIs/1.0.0-RC1-release-note.md
+++ b/docs/1.0.0-RC1-APIs/1.0.0-RC1-release-note.md
@@ -22,46 +22,46 @@ Apache Kerby 1.0.0-RC1 Release Note
 
 In this release 236 JIRA issues were resolved and the following features are supported:
 
-- 1. Kerberos libraries:
-    a) Client
-    b) KDC server
-    c) Kadmin
-    d) Credential cache and keytab utilities
+1. Kerberos libraries:
+  - Client
+  - KDC server
+  - Kadmin
+  - Credential cache and keytab utilities
 
-- 2. Standalone KDC server .
+2. Standalone KDC server .
 
-- 3. Support for various identity backends:
-    a) In-memory
-    b) JSON
-    c) LDAP
-    d) Mavibot(MVCC BTree)
-    e) Zookeeper
+3. Support for various identity backends:
+  - In-memory
+  - JSON
+  - LDAP
+  - Mavibot(MVCC BTree)
+  - Zookeeper
 
-- 4. Embedded KDC server allows easy integration into products for unit tests or production deployment.
+4. Embedded KDC server allows easy integration into products for unit tests or production deployment.
 
-- 5. FAST/Preauthentication framework to allow popular and useful authentication mechanisms.
+5. FAST/Preauthentication framework to allow popular and useful authentication mechanisms.
 
-- 6. Token Preauth mechanism to allow clients to request tickets using JWT tokens.
+6. Token Preauth mechanism to allow clients to request tickets using JWT tokens.
 
-- 7. Client can request a TGT with:
-    a) User plain password credential
-    b) User keyTab
-    c) User token credential
+7. Client can request a TGT with:
+  - User plain password credential
+  - User keyTab
+  - User token credential
 
-- 8. Client can request a service ticket with:
-    a) user TGT credential for a server
-    b) user AccessToken credential for a server
+8. Client can request a service ticket with:
+  - user TGT credential for a server
+  - user AccessToken credential for a server
 
-- 9. Network support including UDP and TCP transport with two implementations:
-    a) Default implementation based on the JRE without depending on other libraries.
-    b) Netty based implementation for better throughput, lower latency.
+9. Network support including UDP and TCP transport with two implementations:
+  - Default implementation based on the JRE without depending on other libraries.
+  - Netty based implementation for better throughput, lower latency.
 
-- 10. Tools:
-    a) kdcinit: Initialize and prepare KDC, like choose storage type, setting up necessary principals (tgs, kadmin) etc.
-    b) kadmin: Command-line interfaces to administration system.
-    c) kinit: Obtains and caches an initial ticket-granting ticket for principal.
-    d) klist: Lists the Kerby principal and tickets held in a credentials cache, or the keys held in a keytab file.
+10. Tools:
+  - kdcinit: Initialize and prepare KDC, like choose storage type, setting up necessary principals (tgs, kadmin) etc.
+  - kadmin: Command-line interfaces to administration system.
+  - kinit: Obtains and caches an initial ticket-granting ticket for principal.
+  - klist: Lists the Kerby principal and tickets held in a credentials cache, or the keys held in a keytab file.
 
-- 11. Support for JAAS, GSSAPI and SASL frameworks that applications can leverage the authentication mechanisms provided by Kerby.
+11. Support for JAAS, GSSAPI and SASL frameworks that applications can leverage the authentication mechanisms provided by Kerby.
 
-- 12. Building support: checking style and find bugs.
+12. Building support: checking style and find bugs.