소스 검색

[conf] Add a useradmin configuration sectino to ini file

Jon Natkins 13 년 전
부모
커밋
a665cb57ba
2개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      desktop/conf.dist/hue.ini
  2. 12 0
      docs/manual.txt

+ 6 - 0
desktop/conf.dist/hue.ini

@@ -229,3 +229,9 @@
   # The URL where the Oozie service runs on. This is required in order for
   # users to submit jobs.
   oozie_url=http://localhost:11000/oozie
+
+
+# Settings for the User Admin application
+[useradmin]
+# The name of the default user group that users will be a member of
+## default_user_group=default_group

+ 12 - 0
docs/manual.txt

@@ -509,6 +509,18 @@ oozie_url::
   environment variable for Oozie.
 
 
+UserAdmin Configuration
+~~~~~~~~~~~~~~~~~~~~~~~
+
+In the `[useradmin]` section of the configuration file, you can
+_optionally_ specify the following:
+
+default_user_group::
+  The name of a default group that is suggested when creating a
+  user manually. If the LdapBackend or PamBackend are configured
+  for doing user authentication, new users will automatically be
+  members of the default group.
+
 
 Starting Hue from the Tarball
 -----------------------------