diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-10-07 15:55:29 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-10-07 15:55:29 +0000 |
commit | 7e69ad5d00c9a8e5fa4bf3c9be4c91f9907db86f (patch) | |
tree | 20abc6c6235152bc560c4ebc346b0dceeb24b073 /app | |
parent | c11cadc69773da3c4801c687e98fb545ef5356a1 (diff) |
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
Diffstat (limited to 'app')
-rw-r--r-- | app/xdm/config/xdm-config.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xdm/config/xdm-config.cpp b/app/xdm/config/xdm-config.cpp index 26534e06a..24702a395 100644 --- a/app/xdm/config/xdm-config.cpp +++ b/app/xdm/config/xdm-config.cpp @@ -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.reset: XDMSCRIPTDIR/TakeConsole #if HAS_DES_AUTH == YES -DisplayManager._0.authName: MIT-MAGIC-COOKIE-1 +DisplayManager.*.authName: MIT-MAGIC-COOKIE-1 #endif #ifdef XPM DisplayManager*loginmoveInterval: 10 |