Bug 22212 - skeyaccess(3) doesn't for primary group
Summary: skeyaccess(3) doesn't for primary group
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 4.1-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-10-22 16:00 UTC by clefevre
Modified: 2002-08-12 20:49 UTC (History)
0 users

See Also:


Attachments
file.diff (1.64 KB, patch)
2000-10-22 16:00 UTC, clefevre
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description clefevre 2000-10-22 16:00:00 UTC
	skeyaccess(3) only check for group members and not for primary group.

How-To-Repeat: 
	/etc/passwd:
	clefevre:*:2002:2002:Cyrille Lefevre:/home/clefevre:/bin/ksh

	/etc/group:
	users:*:2002:

	/etc/skey.access:
	permit group users
	deny

	ftp ftp://clefevre:XXXX@localhost/
	Trying 127.0.0.1...
	Connected to localhost.
	220 gits FTP server (Version 6.00LS) ready.
	Remote system type is UNIX.
	Using binary mode to transfer files.
	331 Password required for clefevre.
	530 Login incorrect.
	ftp: Login failed.
	ftp: Can't connect or login to host `localhost'
	221 Goodbye.
Comment 1 Cyrille Lefevre 2001-01-03 05:30:21 UTC
hi and HNY,

anybody to commit http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22212 ?

thanks.

Cyrille.
--
home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr
Comment 2 iedowse freebsd_committer freebsd_triage 2002-08-12 20:47:15 UTC
State Changed
From-To: open->closed


Fixed in revision 1.9.6.2 of skeyaccess.c, thanks!