comparison docs/setup.rst @ 5575:ed2fb6e84a02

docs: use consistent style for section titles
author Mads Kiilerich <madski@unity3d.com>
date Mon, 16 Nov 2015 18:33:53 +0100
parents 55ccfc66479d
children 87aef0cb5a6a
comparison
equal deleted inserted replaced
5571:bedb8905c6f8 5575:ed2fb6e84a02
344 If You have problems with LDAP access and believe You entered correct 344 If You have problems with LDAP access and believe You entered correct
345 information check out the Kallithea logs, any error messages sent from LDAP 345 information check out the Kallithea logs, any error messages sent from LDAP
346 will be saved there. 346 will be saved there.
347 347
348 Active Directory 348 Active Directory
349 '''''''''''''''' 349 ^^^^^^^^^^^^^^^^
350 350
351 Kallithea can use Microsoft Active Directory for user authentication. This 351 Kallithea can use Microsoft Active Directory for user authentication. This
352 is done through an LDAP or LDAPS connection to Active Directory. The 352 is done through an LDAP or LDAPS connection to Active Directory. The
353 following LDAP configuration settings are typical for using Active 353 following LDAP configuration settings are typical for using Active
354 Directory :: 354 Directory ::
381 381
382 It's also possible for an administrator to create accounts and configure their 382 It's also possible for an administrator to create accounts and configure their
383 permissions before the user logs in for the first time, using the :ref:`create-user` API. 383 permissions before the user logs in for the first time, using the :ref:`create-user` API.
384 384
385 Container-based authentication 385 Container-based authentication
386 '''''''''''''''''''''''''''''' 386 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
387 387
388 In a container-based authentication setup, Kallithea reads the user name from 388 In a container-based authentication setup, Kallithea reads the user name from
389 the ``REMOTE_USER`` server variable provided by the WSGI container. 389 the ``REMOTE_USER`` server variable provided by the WSGI container.
390 390
391 After setting up your container (see `Apache with mod_wsgi`_), you'll need 391 After setting up your container (see `Apache with mod_wsgi`_), you'll need
392 to configure it to require authentication on the location configured for 392 to configure it to require authentication on the location configured for
393 Kallithea. 393 Kallithea.
394 394
395 Proxy pass-through authentication 395 Proxy pass-through authentication
396 ''''''''''''''''''''''''''''''''' 396 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
397 397
398 In a proxy pass-through authentication setup, Kallithea reads the user name 398 In a proxy pass-through authentication setup, Kallithea reads the user name
399 from the ``X-Forwarded-User`` request header, which should be configured to be 399 from the ``X-Forwarded-User`` request header, which should be configured to be
400 sent by the reverse-proxy server. 400 sent by the reverse-proxy server.
401 401