Changeset 1044
- Timestamp:
- Jan 15, 2018, 8:59:52 PM (8 years ago)
- Location:
- branches/guitools-arcamap-2.5/evfsgui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-arcamap-2.5/evfsgui/evfsgui.vrp
r1016 r1044 12 12 VRXWindow: __VREFileListWindow,1,711,14020,2665,3358 13 13 VRXWindow: __VRESectionListWindow,1,1421,15659,12238,6914 14 VRXWindow: __VREToolsWindow,1,2951,12479, 6986,166114 VRXWindow: __VREToolsWindow,1,2951,12479,5471,1663 15 15 VRXWindow: __VREWindListWindow,1,566,10262,4963,3150 16 16 UserFile: 1 -
branches/guitools-arcamap-2.5/evfsgui/evfsgui.vrx
r1042 r1044 1846 1846 CB_ENCRYPTION1_Click: 1847 1847 if VRGet("CB_ENCRYPTION1","set") then do 1848 ok = VRSet("CB_ CB_NTLMv11", "Set", 0)1849 ok = VRSet("CB_ CB_NTLMv11", "Enabled", 0)1848 ok = VRSet("CB_NTLMv11", "Set", 0) 1849 ok = VRSet("CB_NTLMv11", "Enabled", 0) 1850 1850 end 1851 1851 else do 1852 ok = VRSet("CB_ CB_NTLMv11", "Enabled", 1)1852 ok = VRSet("CB_NTLMv11", "Enabled", 1) 1853 1853 end 1854 1854 … … 1859 1859 CB_ENCRYPTION_Click: 1860 1860 if VRGet("CB_ENCRYPTION","set") then do 1861 ok = VRSet("CB_ CB_NTLMv1", "Set", 0)1862 ok = VRSet("CB_ CB_NTLMv1", "Enabled", 0)1861 ok = VRSet("CB_NTLMv1", "Set", 0) 1862 ok = VRSet("CB_NTLMv1", "Enabled", 0) 1863 1863 end 1864 1864 else do 1865 ok = VRSet("CB_ CB_NTLMv1", "Enabled", 1)1865 ok = VRSet("CB_NTLMv1", "Enabled", 1) 1866 1866 end 1867 1867 return … … 1871 1871 CB_KERBEROS51_Click: 1872 1872 if VRGet("CB_KERBEROS51","set") then do 1873 ok = VRSet("CB_ CB_NTLMv11", "Set", 0)1874 ok = VRSet("CB_ CB_NTLMv11", "Enabled", 0)1873 ok = VRSet("CB_NTLMv11", "Set", 0) 1874 ok = VRSet("CB_NTLMv11", "Enabled", 0) 1875 1875 end 1876 1876 else do 1877 ok = VRSet("CB_ CB_NTLMv11", "Enabled", 1)1877 ok = VRSet("CB_NTLMv11", "Enabled", 1) 1878 1878 end 1879 1879 return … … 1882 1882 CB_KERBEROS5_Click: 1883 1883 if VRGet("CB_KERBEROS5","set") then do 1884 ok = VRSet("CB_ CB_NTLMv1", "Set", 0)1885 ok = VRSet("CB_ CB_NTLMv1", "Enabled", 0)1884 ok = VRSet("CB_NTLMv1", "Set", 0) 1885 ok = VRSet("CB_NTLMv1", "Enabled", 0) 1886 1886 end 1887 1887 else do 1888 ok = VRSet("CB_ CB_NTLMv1", "Enabled", 1)1888 ok = VRSet("CB_NTLMv1", "Enabled", 1) 1889 1889 end 1890 1890 return
Note:
See TracChangeset
for help on using the changeset viewer.