Ignore:
Timestamp:
3 Sep 2011, 02:15:14 (13 years ago)
Author:
uli
Message:

Set auth plugin names as tuple instead of list to keep their order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/authentication.py

    r6625 r6661  
    1919    Then looks for any external utilities that want to modify the PAU.
    2020    """
    21     pau.credentialsPlugins = ['No Challenge if Authenticated', 'credentials']
    22     pau.authenticatorPlugins = ['users']
     21    pau.credentialsPlugins = ('No Challenge if Authenticated', 'credentials')
     22    pau.authenticatorPlugins = ('users')
    2323
    2424    # Give any third-party code and subpackages a chance to modify the PAU
Note: See TracChangeset for help on using the changeset viewer.