Ignore:
Timestamp:
Dec 10, 2008, 11:21:24 PM (15 years ago)
Author:
broder
Message:

config.{authn[0] => kerberos}.realm

Location:
trunk/packages/invirt-web
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/main.py

    r1739 r1836  
    682682    if environ.get('AUTH_TYPE') == 'Negotiate':
    683683        # Convert the krb5 principal into a krb4 username
    684         if not user.endswith('@%s' % config.authn[0].realm):
     684        if not user.endswith('@%s' % config.kerberos.realm):
    685685            return
    686686        else:
  • trunk/packages/invirt-web/debian/changelog

    r1804 r1836  
     1invirt-web (0.0.15) unstable; urgency=low
     2
     3  * config.{authn[0] => kerberos}.realm
     4
     5 --
     6
    17invirt-web (0.0.14) unstable; urgency=low
    28
  • trunk/packages/invirt-web/files/etc/apache2/sites-available/ssl.mako

    r1674 r1836  
    7676                KrbMethodK5Passwd off
    7777                KrbAuthoritative off
    78                 KrbAuthRealms ${cfg.authn[0].realm}
     78                KrbAuthRealms ${cfg.kerberos.realm}
    7979                Krb5Keytab /etc/invirt/keytab
    8080                KrbSaveCredentials off
Note: See TracChangeset for help on using the changeset viewer.