#143 Disable krb_rdns
Merged 7 years ago by ausil. Opened 7 years ago by puiterwijk.
puiterwijk/fedora-packager krb5stuff  into  master

file modified
+4 -4
@@ -3,13 +3,13 @@ 

  ;configuration for koji cli tool

  

  ;url of XMLRPC server

- server = http://arm.koji.fedoraproject.org/kojihub

+ server = https://arm.koji.fedoraproject.org/kojihub

  

  ;url of web interface

- weburl = http://arm.koji.fedoraproject.org/koji

+ weburl = https://arm.koji.fedoraproject.org/koji

  

  ;url of package download site

- topurl = http://armpkgs.fedoraproject.org/

+ topurl = https://armpkgs.fedoraproject.org/

  

  authtype = kerberos

- 

+ krb_rdns = false

file modified
+4 -3
@@ -3,12 +3,13 @@ 

  ;configuration for koji cli tool

  

  ;url of XMLRPC server

- server = http://ppc.koji.fedoraproject.org/kojihub

+ server = https://ppc.koji.fedoraproject.org/kojihub

  

  ;url of web interface

- weburl = http://ppc.koji.fedoraproject.org/koji

+ weburl = https://ppc.koji.fedoraproject.org/koji

  

  ;url of package download site

- topurl = http://ppc.koji.fedoraproject.org/

+ topurl = https://ppc.koji.fedoraproject.org/

  

  authtype = kerberos

+ krb_rdns = false

file modified
+4 -3
@@ -3,12 +3,13 @@ 

  ;configuration for koji cli tool

  

  ;url of XMLRPC server

- server = http://s390.koji.fedoraproject.org/kojihub

+ server = https://s390.koji.fedoraproject.org/kojihub

  

  ;url of web interface

- weburl = http://s390.koji.fedoraproject.org/koji

+ weburl = https://s390.koji.fedoraproject.org/koji

  

  ;url of package download site

- topurl = http://s390pkgs.fedoraproject.org/

+ topurl = https://s390pkgs.fedoraproject.org/

  

  authtype = kerberos

+ krb_rdns = false

file modified
+4 -3
@@ -3,12 +3,13 @@ 

  ;configuration for koji cli tool

  

  ;url of XMLRPC server

- server = http://koji.stg.fedoraproject.org/kojihub

+ server = https://koji.stg.fedoraproject.org/kojihub
ausil commented 7 years ago

Why here and not everywhere?

  

  ;url of web interface

- weburl = http://koji.stg.fedoraproject.org/koji

+ weburl = https://koji.stg.fedoraproject.org/koji

  

  ;url of package download site

- topurl = http://kojipkgs.stg.fedoraproject.org/

+ topurl = https://kojipkgs.stg.fedoraproject.org/

  

  authtype = kerberos

+ krb_rdns = false

1 new commit added

  • Use SSL
7 years ago

Why here and not everywhere?

For flag day we should just do everywhere... yeah.

2 new commits added

  • Use SSL
  • Disable krb_rdns
7 years ago

Pull-Request has been merged by ausil

7 years ago