diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-06-29 11:23:35 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-06-29 11:23:35 +0000 |
commit | 2d816ca0e47b9af0dbd2bd6131ed81b71a465213 (patch) | |
tree | 05bb88e2292f9e99ae2f579e19e2852a9329f3eb /x11/kdebase3/files | |
parent | 702eb69e3a3a50935c7e643f8b8132cdf045b4a3 (diff) | |
download | ports-2d816ca0e47b9af0dbd2bd6131ed81b71a465213.tar.gz ports-2d816ca0e47b9af0dbd2bd6131ed81b71a465213.zip |
Add smmsp (mail submitter) to list of hidden users in kdm.conf.
PR: 39994
Submitted by: Michael Nottebrock <lofi@lofi.dyndns.org>
1. Not worth a PORTREVISION bump.
2. This seems reasonable; after all, you shouldn't be trying to login
as one of the daemon users anyway.
Notes
Notes:
svn path=/head/; revision=62169
Diffstat (limited to 'x11/kdebase3/files')
-rw-r--r-- | x11/kdebase3/files/patch-kdm-kfrontend-genkdmconf.c | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/x11/kdebase3/files/patch-kdm-kfrontend-genkdmconf.c b/x11/kdebase3/files/patch-kdm-kfrontend-genkdmconf.c index 616f0f71e3ef..3164a12e6ef3 100644 --- a/x11/kdebase3/files/patch-kdm-kfrontend-genkdmconf.c +++ b/x11/kdebase3/files/patch-kdm-kfrontend-genkdmconf.c @@ -1,5 +1,5 @@ ---- kdm/kfrontend/genkdmconf.c.orig Wed May 8 14:21:31 2002 -+++ kdm/kfrontend/genkdmconf.c Sat May 25 13:19:06 2002 +--- kdm/kfrontend/genkdmconf.c.orig Wed Jun 26 12:37:51 2002 ++++ kdm/kfrontend/genkdmconf.c Wed Jun 26 12:39:42 2002 @@ -402,7 +402,7 @@ "# by Xsetup usually.\n" "# This is not required if you use PAM with the pam_console module.\n" @@ -20,3 +20,12 @@ "\n" #ifdef _AIX "if [ -f /usr/lib/X11/xdm/sessreg ]; then\n" +@@ -1054,7 +1054,7 @@ + { "Language", "de_DE", 0 }, + { "ShowUsers", "None", 0 }, + { "SelectedUsers", "root,johndoe", 0 }, +-{ "HiddenUsers", "adm,alias,amanda,apache,bin,bind,daemon,exim,falken,ftp,games,gdm,gopher,halt,httpd,ident,imnadm,ingres,kmem,lp,mail,mailnull,man,mta,mysql,named,news,nfsnobody,nobody,nscd,ntp,operator,pcap,pop,postfix,postgres,qmaild,qmaill,qmailp,qmailq,qmailr,qmails,radvd,reboot,rpc,rpcuser,rpm,sendmail,shutdown,squid,sympa,sync,tty,uucp,xfs,xten", 1 }, ++{ "HiddenUsers", "adm,alias,amanda,apache,bin,bind,daemon,exim,falken,ftp,games,gdm,gopher,halt,httpd,ident,imnadm,ingres,kmem,lp,mail,mailnull,man,mta,mysql,named,news,nfsnobody,nobody,nscd,ntp,operator,pcap,pop,postfix,postgres,qmaild,qmaill,qmailp,qmailq,qmailr,qmails,radvd,reboot,rpc,rpcuser,rpm,sendmail,shutdown,smmsp,squid,sympa,sync,tty,uucp,www,xfs,xten", 1 }, + { "MinShowUID", "1000", 0 }, + { "MaxShowUID", "29999", 0 }, + { "SortUsers", "false", 0 }, |