diff --git a/seahub/krb5_auth/settings.template b/seahub/krb5_auth/settings.template index eb07bd3811..53969909e8 100644 --- a/seahub/krb5_auth/settings.template +++ b/seahub/krb5_auth/settings.template @@ -1,6 +1,6 @@ ENABLE_KRB5_LOGIN = True KRB5_REALM = 'OFF.COM' -KRB5_USERNAME_SUFFIX = '@domain.com' +KRB5_USERNAME_SUFFIX = '@example.com' #KRB5_CREATE_UNKNOWN_USER = False EXTRA_INSTALLED_APPS = ( 'seahub_extra.krb5_auth', @@ -10,4 +10,4 @@ EXTRA_AUTHENTICATION_BACKENDS = ( ) EXTRA_MIDDLEWARE_CLASSES = ( 'seahub_extra.krb5_auth.middleware.RemoteKrbMiddleware', -) \ No newline at end of file +)