Your message dated Sat, 13 May 2006 16:17:22 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#361090: Reopening this bug
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gdm
Severity: wishlist
Tags: patch
Hi,
Locale variables have been moved by locales 2.3.6-5 into their own
file, and no more under PAM wings. The attached patch modifies PAM
settings to also read this file.
Denis
--- config/gdm.orig 2006-04-07 00:50:29.000000000 +0200
+++ config/gdm 2006-04-07 00:50:57.000000000 +0200
@@ -1,5 +1,6 @@
#%PAM-1.0
auth required pam_env.so
+auth required pam_env.so envfile=/etc/default/locale
auth required pam_stack.so service=system-auth
auth required pam_nologin.so
account required pam_stack.so service=system-auth
--- End Message ---
--- Begin Message ---
Le samedi 13 mai 2006 à 13:30 +0200, Norbert Preining a écrit :
> You have adjusted the init script for reading the environment, but user
> logins still do not get the settings from the /etc/default/locale. This
> is due to the missing lines in pam.d. The original submitter posted the
> correct solution:
>
> > You should add
> > session required pam_env.so readenv=1 envfile=/etc/default/locale
> > to /etc/pam.d/gdm. Take a look at /etc/pam.d/login for details.
>
> This is still not done. Could you either specify why you didn't follow
> this or include this one. Thanks a lot.
GDM already reads the locale in its startup script. Sessions started
from there inherit from the locale setting. Adding this pam_env stuff
would only lead to overriding the user setting if he doesn't want the
system's default locale.
Regards,
--
.''`. Josselin Mouette /\./\
: :' : [EMAIL PROTECTED]
`. `' [EMAIL PROTECTED]
`- Debian GNU/Linux -- The power of freedom
signature.asc
Description: Ceci est une partie de message numériquement signée
--- End Message ---