You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, August 22nd 2005, 4:47am

KDM: password-less login

Setting the scene: FreeBSD-Stable (RELENG_6), KDE-3.4.2 from ports, running sweet as a nut.

Now, for some perculiar reason I can not seem to login without a password being present. I've set the options for password:
Control Centre, System Administration, Login Manager, Convenience, Checked "Enable Password-Less Logins", selected the users.

Password-Less Logins on the console work fine:

My kdmrc:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[General]
ConfigVersion=2.3
PidFile=/var/run/kdm.pid
ReserveServers=:1,:2,:3
StaticServers=:0

[Shutdown]
HaltCmd=/sbin/shutdown -p now
RebootCmd=/sbin/reboot

[X-*-Core]
AllowNullPasswd=true
AllowRootLogin=false
AllowShutdown=Root
AutoReLogin=false
ClientLogFile=.xsession-errors-%s
Reset=/usr/local/share/config/kdm/Xreset
Session=/usr/local/share/config/kdm/Xsession
Setup=/usr/local/share/config/kdm/Xsetup
Startup=/usr/local/share/config/kdm/Xstartup

[X-*-Greeter]
AntiAliasing=true
ColorScheme=lipstikwhite
EchoMode=ThreeStars
FaceSource=PreferUser
FailFont=Candara,12,-1,5,75,0,0,0,0,0
ForgingSeed=1121679756
GUIStyle=Lipstik
GreetFont=Corbel,20,-1,5,75,0,0,0,0,0
GreetString=Welcome to %s/%r
GreeterPos=50,50
HiddenUsers=
Language=en_GB
LogoArea=Logo
LogoPixmap=/usr/local/share/apps/kdm/pics/bsd-daemon.png
MaxShowUID=65000
MinShowUID=999
Preloader=/usr/local/bin/preloadkde
SelectedUsers=
ShowUsers=All
SortUsers=true
StdFont=Candara,12,-1,5,50,0,0,0,0,0
Theme=
Themes=
UseBackground=true
UseTheme=false
UserCompletion=false
UserList=true

[X-:*-Core]
AllowNullPasswd=true
AllowShutdown=All
NoPassEnable=true
NoPassUsers=test
ServerArgsLocal=-nolisten tcp -dpi 96
ServerCmd=/usr/X11R6/bin/X

[X-:*-Greeter]
AllowClose=false
DefaultUser=
FocusPasswd=true
LoginMode=DefaultLocal
PreselectUser=none

[X-:0-Core]
AutoLoginEnable=false
AutoLoginUser=
ClientLogFile=.xsession-errors
ServerTTY=

[Xdmcp]
Enable=false
Willing=/usr/local/share/config/kdm/Xwilling
Not sure if it is a KDM or PAM problem? anyone??