dtlogin: use XDM authentication instead of MIT/DES on linux
authorJon Trulson <jon@radscan.com>
Thu, 26 Nov 2015 21:08:23 +0000 (14:08 -0700)
committerJon Trulson <jon@radscan.com>
Thu, 26 Nov 2015 21:08:23 +0000 (14:08 -0700)
cde/config/cf/linux.cf
cde/programs/dtlogin/Imakefile

index 6d22a79ad49a72f33612a321437ea7f7f8d5627c..22ba1a313250e79bd0d4f4a2370d2b1615077e40 100644 (file)
@@ -140,6 +140,9 @@ XCOMM binutils:  (LinuxBinUtilsMajorVersion)
 
 #define DefaultCCOptions        -ansi
 
+XCOMM Lets try XdmAuth instead of the ancient MIT/DES auth
+#define HasXdmAuth  YES
+
 XCOMM If you have the tirpc library on your system, and you have the
 XCOMM libtirpc-dev installed, then define HasTIRPCLib to YES in either
 XCOMM your host.def or site.def file.  Using the tirpc lib should
index b0b7911add2283f319baaaed73ac9e09c6789212..7a4887fb9c5c3918078c5302560f91cedb0c1acc 100644 (file)
@@ -240,6 +240,8 @@ INCLUDES = -I$(XPROJECTROOT)/include/freetype2
                  -D__NetBSD__ -DENABLE_DYNAMIC_LANGLIST
 #elif defined (AlphaArchitecture)
         DEFINES = $(DTDEFINES) -DXDMCP -DSIA
+#elif defined (LinuxArchitecture)
+        DEFINES = $(DTDEFINES) -DXDMCP
 #else
         DEFINES = $(DTDEFINES) -D_NO_PROTO
 #endif