blob: 7f1182d80bb7828f837191523453e980ff0d7cc3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
GNOME version of xdm display manager
- This port doesn't work on the normal FreeBSD 3.x-RELEASEs because
those pam is not stable.
I'm sure this works on 5.0-current, and it may works on 4.x-RELEASE
You should append those lines to your /etc/pam.conf
# gdm config
gdm auth requisite pam_unix.so try_first_pass
gdm account requisite pam_unix.so try_first_pass
gdm session required pam_permit.so
This notes is written by: Yukihiro Nakai <nakai@FreeBSD.org>
|