Security
Also available as:
PDF
loading table of contents...

Setting LDAP Users' Filter

You can restrict user access by setting the LDAP filter (user_filter attribute) and the username attribute in the LDAP schema (user_name_attr attribute) in the /etc/hue/conf/hue.ini file. The typical attributes for search in the LDAP schema are uid and sAMAccountName:

[[[users]]]

# Base filter for searching for users
user_filter="objectclass=*"

# The username attribute in the LDAP schema
user_name_attr=sAMAccountName