소스 검색

HUE-6238 [doc] Update Hue admin config doc

Change-Id: I1967588eee4c842ad98411ea7401b68b3d455389
Ying Chen 6 년 전
부모
커밋
bd7ae37210
3개의 변경된 파일13개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      desktop/conf.dist/hue.ini
  2. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl
  3. 11 1
      docs/docs-site/content/administrator/configuration/hue/_index.md

+ 1 - 1
desktop/conf.dist/hue.ini

@@ -663,7 +663,7 @@
     # Use session-length cookies. Logs out the user when she closes the browser window.
     ## expire_at_browser_close=false
 
-    # If set, limits the number of concurrent user sessions. 1 represents 1 session per user. Default: 0 (unlimited sessions per user)
+    # If set, limits the number of concurrent user sessions. 1 represents 1 browser session per user. Default: 0 (unlimited sessions per user)
     ## concurrent_user_session_limit=0
 
   # Configuration options for connecting to an external SMTP server

+ 1 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -665,7 +665,7 @@
     # Use session-length cookies. Logs out the user when she closes the browser window.
     ## expire_at_browser_close=false
 
-    # If set, limits the number of concurrent user sessions. 1 represents 1 session per user. Default: 0 (unlimited sessions per user)
+    # If set, limits the number of concurrent user sessions. 1 represents 1 browser session per user. Default: 0 (unlimited sessions per user)
     ## concurrent_user_session_limit=0
 
   # Configuration options for connecting to an external SMTP server

+ 11 - 1
docs/docs-site/content/administrator/configuration/hue/_index.md

@@ -292,4 +292,14 @@ By default Hue stores the [saved documents](/user/concept/#documents) in its dat
         # client_id=
 
         ## Client Secret for Authorized Application
-        # client_secret=
+        # client_secret=
+
+## Concurrent User Session Limit
+
+If set, limits the number of concurrent user sessions. 1 represents 1 browser session per user. Default: 0 (unlimited sessions per user)
+
+    [desktop]
+    [[session]]
+    concurrent_user_session_limit=0
+
+[Read more about it here](http://gethue.com/restrict-number-of-concurrent-sessions-per-user/).