Ignore:
Timestamp:
Jan 20, 2015, 9:18:41 AM (8 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1907: Make it possible to login with external authentication for the root user

No special treatment for the root user when logging in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/src/docbook/developer/extensions.xml

    r6628 r6685  
    23912391     
    23922392        <para>
    2393           All login requests (except ROOT) are always sent to registered authentication
     2393          All login requests are always sent to registered authentication
    23942394          managers first. Internal authentication is only used if no authentication
    23952395          manager could validate the user. Even with external authentication it is possible to
     
    24102410         
    24112411          <itemizedlist>
    2412           <listitem>
    2413             <para>
    2414               The ROOT user is logging on. Internal authentication is always
    2415               used for the root user and no authentication managers are used.
    2416             </para>
    2417           </listitem>
    2418 
    24192412          <listitem>
    24202413            <para>
Note: See TracChangeset for help on using the changeset viewer.