Hadoop可视化分析利器之Hue(6)

        # Pattern for searching for usernames -- Use <username> for the parameter 

        # For use when using LdapBackend for Hue authentication 

        ## ldap_username_pattern="uid=<username>,ou=People,dc=mycompany,dc=com" 

 

        ## Use search bind authentication. 

        ## search_bind_authentication=true 

 

        ## [[[[[users]]]]] 

 

          # Base filter for searching for users 

          ## user_filter="objectclass=Person" 

 

          # The username attribute in the LDAP schema 

          ## user_name_attr=sAMAccountName 

 

        ## [[[[[groups]]]]] 

 

          # Base filter for searching for groups 

          ## group_filter="objectclass=groupOfNames" 

 

          # The username attribute in the LDAP schema 

          ## group_name_attr=cn 

 

  # Configuration options for specifying the Desktop Database. For more info, 

  # see http://docs.djangoproject.com/en/1.4/ref/settings/#database-engine 

  # ------------------------------------------------------------------------ 

  [[database]] 

    # Database engine is typically one of: 

    # postgresql_psycopg2, mysql, sqlite3 or oracle. 

    # 

    # Note that for sqlite3, 'name', below is a a path to the filename. For other backends, it is the database name. 

    # Note for Oracle, options={'threaded':true} must be set in order to avoid crashes. 

    # Note for Oracle, you can use the Oracle Service Name by setting "port=0" and then "name=<host>:<port>/<service_name>". 

    ## engine=sqlite3 

    ## host= 

    ## port= 

    ## user= 

    ## password= 

    ## name=desktop/desktop.db 

    ## options={} 

 

  # Configuration options for specifying the Desktop session. 

  # For more info, see https://docs.djangoproject.com/en/1.4/topics/http/sessions/ 

  # ------------------------------------------------------------------------ 

  [[session]] 

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/9cc6197faa692804b56a415e608cf8d9.html