mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
security/py-django-auth-kerberos: UCL-ify pkg-message
Approved by: portmgr (blanket)
This commit is contained in:
parent
402e153d14
commit
c274d68238
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= django-auth-kerberos
|
||||
PORTVERSION= 1.2.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
INSTALLED_APPS = (
|
||||
...
|
||||
'django_auth_kerberos',
|
||||
@ -22,3 +25,6 @@ LOGIN_REDIRECT_URL = '/'
|
||||
AUTHENTICATION_BACKENDS = (
|
||||
'django_auth_kerberos.backends.KrbBackend',
|
||||
)
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user