Skip to content

Commit ef72a61

Browse files
committed
Fix: OID of KRB5 preference handling script
1 parent 54f22e3 commit ef72a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ospd_openvas/preferencehandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
OID_ESXI_AUTH = "1.3.6.1.4.1.25623.1.0.105058"
3333
OID_SNMP_AUTH = "1.3.6.1.4.1.25623.1.0.105076"
3434
OID_PING_HOST = "1.3.6.1.4.1.25623.1.0.100315"
35-
OID_KRB5_AUTH = "1.3.6.1.4.1.25623.1.81.0"
35+
OID_KRB5_AUTH = "1.3.6.1.4.1.25623.1.0.102114"
3636

3737
BOREAS_ALIVE_TEST = "ALIVE_TEST"
3838
BOREAS_ALIVE_TEST_PORTS = "ALIVE_TEST_PORTS"

0 commit comments

Comments
 (0)