mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-13 12:49:07 +00:00
Force MIT-MAGIC-COOKIE auth for all displays, like we do for :0
since OpenBSD 2.4. There is something broken with XDM-AUTHORIZATION-1 and xcb (and also with IPv6) this is hurting when xdm is used on :1
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
! $OpenBSD: xdm-config.cpp,v 1.4 2011/11/15 20:53:45 matthieu Exp $
|
! $OpenBSD: xdm-config.cpp,v 1.5 2012/10/07 15:55:28 matthieu Exp $
|
||||||
!
|
!
|
||||||
!
|
!
|
||||||
!
|
!
|
||||||
@@ -33,7 +33,7 @@ DisplayManager._0.setup: XDMSCRIPTDIR/Xsetup_0
|
|||||||
DisplayManager._0.startup: XDMSCRIPTDIR/GiveConsole
|
DisplayManager._0.startup: XDMSCRIPTDIR/GiveConsole
|
||||||
DisplayManager._0.reset: XDMSCRIPTDIR/TakeConsole
|
DisplayManager._0.reset: XDMSCRIPTDIR/TakeConsole
|
||||||
#if HAS_DES_AUTH == YES
|
#if HAS_DES_AUTH == YES
|
||||||
DisplayManager._0.authName: MIT-MAGIC-COOKIE-1
|
DisplayManager.*.authName: MIT-MAGIC-COOKIE-1
|
||||||
#endif
|
#endif
|
||||||
#ifdef XPM
|
#ifdef XPM
|
||||||
DisplayManager*loginmoveInterval: 10
|
DisplayManager*loginmoveInterval: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user