* LDAPUserDir
  The public subdirectory in users' home directories.

  Example: LDAPUserDir public_html

* LDAPUserDirServer
  The LDAP directory server to connect to.

  Example: LDAPUserDirServer server.example.com

* LDAPUserDirServerURL
  The LDAP URL to use. The attributes and extensions fields of the URL are
  ignored.

  Example: LDAPUserDirServerURL ldap://server.example.com/dc=example,dc=com??sub?(uid=%v)

* LDAPUserDirDNInfo
  The DN and password to use when binding to the LDAP server. If this
  directive is omitted, anonymous binds are used.

  Example: LDAPUserDirDNInfo cn=root,dc=example,dc=com dnpass

* LDAPUserDirBaseDN
  The base DN to search on.

  Example: LDAPUserDirBaseDN dc=example,dc=com

* LDAPUserDirFilter
  The LDAP filter template to use for searches. Both %u and %v are replaced
  with the username being resolved, but %v is deprecated and may be removed
  in a future release.

  Example: LDAPUserDirFilter "(&(uid=%u)(objectClass=posixAccount))"

* LDAPUserDirHomeAttribute
  The LDAP attribute containing the path to the user's home directory.

  Example: LDAPUserDirHomeAttribute homeDirectory

* LDAPUserDirSearchScope
  The LDAP search scope ("onelevel" or "subtree").

  Example: LDAPUserDirSearchScope subtree

* LDAPUserDirUseTLS
  Whether to use an encrypted (TLS/SSL) connection to the LDAP server.

  Example: LDAPUserDirUseTLS off

* LDAPUserDirCacheTimeout
  How long, in seconds, to store cached LDAP entries.

  Example: LDAPUserDirCacheTimeout 300
