Passwordless Login on FreeBSD with KDE
Search Website: Extended
Home

Certifications


Cisco


IP


PC


Protocols


Resources


Routers


SQL


Security


Telecommunications


Tools


Unix


Web


mindterm







Passwordless Login on FreeBSD with KDE

If you are interested in how to setup KDM on FreeBSD to just log you in automatically every time, then here's how to do that:

[~] #  cat /etc/pam.d/kde-np

#
# $FreeBSD: src/etc/pam.d/kde,v 1.6 2003/04/30 21:57:54 markm Exp $
#
# handmatig door gwg wijnands 24-6-2004
# PAM configuration for the "kde-np" service
#

# auth
auth required pam_permit.so no_warn
#auth sufficient pam_krb5.so no_warn try_first_pass
#auth sufficient pam_ssh.so no_warn try_first_pass
#auth required pam_unix.so no_warn try_first_pass

# account
#account required pam_krb5.so
account required pam_unix.so

# session
#session optional pam_ssh.so
session optional pam_permit.so

# password
password optional pam_deny.so



This page was created in 0.00114 seconds
Comments and Questions
Last modified: March 30 2010.