[Bug 936] S/Key authentication fails if UsePAM=no

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Oct 7 20:42:57 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=936

dtucker at zip.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #725 is|0                           |1
           obsolete|                            |



------- Additional Comments From dtucker at zip.com.au  2004-10-07 20:42 -------
Created an attachment (id=726)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=726&action=view)
remove "pam" from kbdint devices if UsePAM=no take 2

Hmm, it would appear I didn't think that all the way through.  How about the
attached which does:

	for (i = 0; devices[i] != NULL; i++)
		if (strcmp(devices[i]->name, devname) == 0) {
			for (j = i; devices[j] != NULL; j++)
				devices[j] = devices[j+1];
			i--;
		}

It's kind of overkill though, given that the array will have either one or two
members...



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list