Give /usr/local/libexec/auth the same ownership and perms than the base
/usr/libexec/auth directory. ok sthen@
This commit is contained in:
parent
f59f4747bc
commit
ea235b4117
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2014/10/14 22:28:33 jturner Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2014/12/09 15:54:25 ajacoutot Exp $
|
||||
|
||||
COMMENT = two-factor authentication for unix systems
|
||||
|
||||
@ -6,6 +6,7 @@ V = 1.9.13
|
||||
PKGNAME = login_duo-${V}
|
||||
DISTNAME = duo_unix-${V}
|
||||
CATEGORIES = sysutils
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS = duo 0.0 # 3.0
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/09/08 22:42:03 jturner Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2014/12/09 15:54:25 ajacoutot Exp $
|
||||
include/duo.h
|
||||
include/util.h
|
||||
lib/libduo.a
|
||||
lib/libduo.la
|
||||
@lib lib/libduo.so.${LIBduo_VERSION}
|
||||
lib/pkgconfig/libduo.pc
|
||||
@mode 0750
|
||||
@group auth
|
||||
libexec/auth/
|
||||
@mode 4755
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:41:30 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2014/12/09 15:54:25 ajacoutot Exp $
|
||||
|
||||
COMMENT= provide fingerprint authentication
|
||||
|
||||
DISTNAME= login_fingerprint-1.2
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MASTER_SITES= http://blade2k.humppa.hu/
|
||||
|
@ -1,7 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/06/23 22:50:29 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2014/12/09 15:54:25 ajacoutot Exp $
|
||||
@bin bin/enroll_fingerprint
|
||||
libexec/auth/
|
||||
@mode 0750
|
||||
@group auth
|
||||
libexec/auth/
|
||||
@bin libexec/auth/login_fingerprint
|
||||
@mode 4555
|
||||
@owner root
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2013/03/11 11:41:30 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2014/12/09 15:54:25 ajacoutot Exp $
|
||||
|
||||
COMMENT= provide ldap authentication type
|
||||
|
||||
DISTNAME= login_ldap-3.51
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
CATEGORIES= sysutils
|
||||
|
||||
HOMEPAGE= http://sourceforge.net/projects/login-ldap/
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2011/06/23 22:50:29 naddy Exp $
|
||||
libexec/auth/
|
||||
@comment $OpenBSD: PLIST,v 1.9 2014/12/09 15:54:25 ajacoutot Exp $
|
||||
@mode 0750
|
||||
@group auth
|
||||
libexec/auth/
|
||||
@bin libexec/auth/login_-ldap
|
||||
@mode 0555
|
||||
@owner root
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2013/05/21 10:54:44 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2014/12/09 15:54:25 ajacoutot Exp $
|
||||
|
||||
COMMENT= authentication provider for OATH one-time passwords
|
||||
|
||||
DISTNAME= login_oath-0.8
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MASTER_SITES= http://spacehopper.org/mirrors/
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/06/23 22:50:29 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2014/12/09 15:54:25 ajacoutot Exp $
|
||||
@mode 0750
|
||||
@group auth
|
||||
libexec/auth/
|
||||
@bin libexec/auth/login_totp
|
||||
|
Loading…
x
Reference in New Issue
Block a user