View | Details | Raw Unified | Return to bug 1415
Collapse All | Expand All

(-)../openssh-4.4p1.orig/servconf.c (-1 / +1 lines)
Lines 129-135 Link Here
129
{
129
{
130
	/* Portable-specific options */
130
	/* Portable-specific options */
131
	if (options->use_pam == -1)
131
	if (options->use_pam == -1)
132
		options->use_pam = 0;
132
		options->use_pam = 1;
133
133
134
	/* Standard Options */
134
	/* Standard Options */
135
	if (options->protocol == SSH_PROTO_UNKNOWN)
135
	if (options->protocol == SSH_PROTO_UNKNOWN)

Return to bug 1415