1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-27 11:10:10 +00:00

use exampe.com instead of domain.com (#5284)

https://www.iana.org/domains/reserved
This commit is contained in:
mainboarder 2022-11-11 08:39:59 +01:00 committed by GitHub
parent 16a686d2fd
commit c7918cdf56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',