changeset 4149:0a38a68063a9

PSARC/2007/181 EOL/EOF and removal of pam_projects(5). 6540086 pam_projects is long dead, remove it now.
author gww
date Tue, 01 May 2007 17:31:50 -0700
parents 7177cd98e55a
children b39c1d0a6cde
files deleted_files/usr/src/lib/pam_modules/projects/Makefile deleted_files/usr/src/lib/pam_modules/projects/Makefile.com deleted_files/usr/src/lib/pam_modules/projects/amd64/Makefile deleted_files/usr/src/lib/pam_modules/projects/i386/Makefile deleted_files/usr/src/lib/pam_modules/projects/mapfile-vers deleted_files/usr/src/lib/pam_modules/projects/projects.c deleted_files/usr/src/lib/pam_modules/projects/sparc/Makefile deleted_files/usr/src/lib/pam_modules/projects/sparcv9/Makefile usr/src/lib/pam_modules/Makefile usr/src/lib/pam_modules/projects/Makefile usr/src/lib/pam_modules/projects/Makefile.com usr/src/lib/pam_modules/projects/amd64/Makefile usr/src/lib/pam_modules/projects/i386/Makefile usr/src/lib/pam_modules/projects/mapfile-vers usr/src/lib/pam_modules/projects/projects.c usr/src/lib/pam_modules/projects/sparc/Makefile usr/src/lib/pam_modules/projects/sparcv9/Makefile usr/src/pkgdefs/SUNWcsl/prototype_com usr/src/pkgdefs/SUNWcsl/prototype_i386 usr/src/pkgdefs/SUNWcsl/prototype_sparc usr/src/tools/scripts/bfu.sh
diffstat 21 files changed, 348 insertions(+), 349 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deleted_files/usr/src/lib/pam_modules/projects/Makefile	Tue May 01 17:31:50 2007 -0700
@@ -0,0 +1,50 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+# ident	"%Z%%M%	%I%	%E% SMI"
+#
+
+include		../../Makefile.lib
+
+SUBDIRS=	$(MACH)
+$(BUILD64)SUBDIRS += $(MACH64)
+
+all :=		TARGET= all
+clean :=	TARGET= clean
+clobber :=	TARGET= clobber
+install :=	TARGET= install
+lint :=		TARGET= lint
+
+.KEEP_STATE:
+
+all clean clobber install lint: $(SUBDIRS)
+
+_msg:
+
+$(SUBDIRS):	FRC
+	@cd $@; pwd; $(MAKE) $(TARGET)
+
+FRC:
+
+include		../../Makefile.targ
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deleted_files/usr/src/lib/pam_modules/projects/Makefile.com	Tue May 01 17:31:50 2007 -0700
@@ -0,0 +1,40 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+# usr/src/lib/pam_modules/projects/Makefile.com
+#
+# ident	"%Z%%M%	%I%	%E% SMI"
+
+LIBRARY=	pam_projects.a
+VERS=		.1
+OBJECTS = 	projects.o
+
+include		../../Makefile.pam_modules
+
+all:		$(LIBS) fnamecheck
+
+lint:		lintcheck
+
+include		$(SRC)/lib/Makefile.targ
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deleted_files/usr/src/lib/pam_modules/projects/amd64/Makefile	Tue May 01 17:31:50 2007 -0700
@@ -0,0 +1,43 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+# ident	"%Z%%M%	%I%	%E% SMI"
+#
+
+include ../Makefile.com
+include ../../../Makefile.lib.64
+
+OBJDIR = objs
+PICDIR = pics
+
+DYNFLAGS += $(DYNFLAGS64)
+
+.KEEP_STATE:
+
+LIBS = $(DYNLIB)
+
+all: $(OBJDIR) $(PICDIR) $(LIBS)
+
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deleted_files/usr/src/lib/pam_modules/projects/i386/Makefile	Tue May 01 17:31:50 2007 -0700
@@ -0,0 +1,43 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright (c) 1999-2000 by Sun Microsystems, Inc.
+# All rights reserved.
+#
+#ident	"%Z%%M%	%I%	%E% SMI"
+#
+# pam_modules/projects/i386/Makefile
+
+include ../Makefile.com
+
+OBJDIR = objs
+PICDIR = pics
+
+.KEEP_STATE:
+
+DYNFLAGS += $(DYNFLAGS32)
+
+LIBS = 	$(DYNLIB)
+
+all: $(OBJDIR) $(PICDIR) $(LIBS)
+
+install: all $(ROOTLIBS) $(ROOTLINKS)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deleted_files/usr/src/lib/pam_modules/projects/mapfile-vers	Tue May 01 17:31:50 2007 -0700
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+# ident	"%Z%%M%	%I%	%E% SMI"
+#
+
+SUNW_1.1 {
+    global:
+	pam_sm_acct_mgmt;
+    local:
+	*;
+};
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deleted_files/usr/src/lib/pam_modules/projects/projects.c	Tue May 01 17:31:50 2007 -0700
@@ -0,0 +1,44 @@
+/*
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License, Version 1.0 only
+ * (the "License").  You may not use this file except in compliance
+ * with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ */
+/*
+ * Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
+ */
+
+#pragma ident	"%Z%%M%	%I%	%E% SMI"
+
+#include <security/pam_appl.h>
+
+/*
+ * pam_sm_acct_mgmt():
+ *	This module has been superceded by pam_unix_cred
+ */
+/*ARGSUSED*/
+int
+pam_sm_acct_mgmt(
+	pam_handle_t *pamh,
+	int flags,
+	int argc,
+	const char **argv)
+{
+	return (PAM_IGNORE);
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deleted_files/usr/src/lib/pam_modules/projects/sparc/Makefile	Tue May 01 17:31:50 2007 -0700
@@ -0,0 +1,41 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright (c) 1999-2001 by Sun Microsystems, Inc.
+# All rights reserved.
+#
+#ident	"%Z%%M%	%I%	%E% SMI"
+#
+# pam_modules/projects/sparc/Makefile
+
+include ../Makefile.com
+
+OBJDIR = objs
+PICDIR = pics
+
+DYNFLAGS	+= $(DYNFLAGS32)
+
+.KEEP_STATE:
+
+all: $(OBJDIR) $(PICDIR) $(DYNLIB)
+
+install: all $(ROOTLIBS) $(ROOTLINKS)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deleted_files/usr/src/lib/pam_modules/projects/sparcv9/Makefile	Tue May 01 17:31:50 2007 -0700
@@ -0,0 +1,44 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright (c) 1999-2000 by Sun Microsystems, Inc.
+# All rights reserved.
+#
+#ident	"%Z%%M%	%I%	%E% SMI"
+#
+# lib/pam_modules/projects/sparcv9/Makefile
+
+include ../Makefile.com
+include ../../../Makefile.lib.64
+
+OBJDIR = objs
+PICDIR = pics
+
+DYNFLAGS += $(DYNFLAGS64)
+
+.KEEP_STATE:
+
+LIBS = $(DYNLIB)
+
+all: $(OBJDIR) $(PICDIR) $(LIBS)
+
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
--- a/usr/src/lib/pam_modules/Makefile	Tue May 01 15:09:50 2007 -0700
+++ b/usr/src/lib/pam_modules/Makefile	Tue May 01 17:31:50 2007 -0700
@@ -2,9 +2,8 @@
 # CDDL HEADER START
 #
 # The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License").  You may not use this file except in compliance
-# with the License.
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
 #
 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
 # or http://www.opensolaris.org/os/licensing.
@@ -20,7 +19,7 @@
 # CDDL HEADER END
 #
 #
-# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 #ident	"%Z%%M%	%I%	%E% SMI"
@@ -42,7 +41,6 @@
 	krb5_migrate	\
 	ldap		\
 	passwd_auth	\
-	projects	\
 	rhosts_auth	\
 	roles		\
 	sample		\
--- a/usr/src/lib/pam_modules/projects/Makefile	Tue May 01 15:09:50 2007 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-# ident	"%Z%%M%	%I%	%E% SMI"
-#
-
-include		../../Makefile.lib
-
-SUBDIRS=	$(MACH)
-$(BUILD64)SUBDIRS += $(MACH64)
-
-all :=		TARGET= all
-clean :=	TARGET= clean
-clobber :=	TARGET= clobber
-install :=	TARGET= install
-lint :=		TARGET= lint
-
-.KEEP_STATE:
-
-all clean clobber install lint: $(SUBDIRS)
-
-_msg:
-
-$(SUBDIRS):	FRC
-	@cd $@; pwd; $(MAKE) $(TARGET)
-
-FRC:
-
-include		../../Makefile.targ
--- a/usr/src/lib/pam_modules/projects/Makefile.com	Tue May 01 15:09:50 2007 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License").  You may not use this file except in compliance
-# with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-# usr/src/lib/pam_modules/projects/Makefile.com
-#
-# ident	"%Z%%M%	%I%	%E% SMI"
-
-LIBRARY=	pam_projects.a
-VERS=		.1
-OBJECTS = 	projects.o
-
-include		../../Makefile.pam_modules
-
-all:		$(LIBS) fnamecheck
-
-lint:		lintcheck
-
-include		$(SRC)/lib/Makefile.targ
--- a/usr/src/lib/pam_modules/projects/amd64/Makefile	Tue May 01 15:09:50 2007 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License").  You may not use this file except in compliance
-# with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-# ident	"%Z%%M%	%I%	%E% SMI"
-#
-
-include ../Makefile.com
-include ../../../Makefile.lib.64
-
-OBJDIR = objs
-PICDIR = pics
-
-DYNFLAGS += $(DYNFLAGS64)
-
-.KEEP_STATE:
-
-LIBS = $(DYNLIB)
-
-all: $(OBJDIR) $(PICDIR) $(LIBS)
-
-install: all $(ROOTLIBS64) $(ROOTLINKS64)
--- a/usr/src/lib/pam_modules/projects/i386/Makefile	Tue May 01 15:09:50 2007 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License").  You may not use this file except in compliance
-# with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright (c) 1999-2000 by Sun Microsystems, Inc.
-# All rights reserved.
-#
-#ident	"%Z%%M%	%I%	%E% SMI"
-#
-# pam_modules/projects/i386/Makefile
-
-include ../Makefile.com
-
-OBJDIR = objs
-PICDIR = pics
-
-.KEEP_STATE:
-
-DYNFLAGS += $(DYNFLAGS32)
-
-LIBS = 	$(DYNLIB)
-
-all: $(OBJDIR) $(PICDIR) $(LIBS)
-
-install: all $(ROOTLIBS) $(ROOTLINKS)
--- a/usr/src/lib/pam_modules/projects/mapfile-vers	Tue May 01 15:09:50 2007 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-# ident	"%Z%%M%	%I%	%E% SMI"
-#
-
-SUNW_1.1 {
-    global:
-	pam_sm_acct_mgmt;
-    local:
-	*;
-};
--- a/usr/src/lib/pam_modules/projects/projects.c	Tue May 01 15:09:50 2007 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-/*
- * CDDL HEADER START
- *
- * The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License").  You may not use this file except in compliance
- * with the License.
- *
- * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
- * or http://www.opensolaris.org/os/licensing.
- * See the License for the specific language governing permissions
- * and limitations under the License.
- *
- * When distributing Covered Code, include this CDDL HEADER in each
- * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
- * If applicable, add the following below this CDDL HEADER, with the
- * fields enclosed by brackets "[]" replaced with your own identifying
- * information: Portions Copyright [yyyy] [name of copyright owner]
- *
- * CDDL HEADER END
- */
-/*
- * Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
- * Use is subject to license terms.
- */
-
-#pragma ident	"%Z%%M%	%I%	%E% SMI"
-
-#include <security/pam_appl.h>
-
-/*
- * pam_sm_acct_mgmt():
- *	This module has been superceded by pam_unix_cred
- */
-/*ARGSUSED*/
-int
-pam_sm_acct_mgmt(
-	pam_handle_t *pamh,
-	int flags,
-	int argc,
-	const char **argv)
-{
-	return (PAM_IGNORE);
-}
--- a/usr/src/lib/pam_modules/projects/sparc/Makefile	Tue May 01 15:09:50 2007 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License").  You may not use this file except in compliance
-# with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright (c) 1999-2001 by Sun Microsystems, Inc.
-# All rights reserved.
-#
-#ident	"%Z%%M%	%I%	%E% SMI"
-#
-# pam_modules/projects/sparc/Makefile
-
-include ../Makefile.com
-
-OBJDIR = objs
-PICDIR = pics
-
-DYNFLAGS	+= $(DYNFLAGS32)
-
-.KEEP_STATE:
-
-all: $(OBJDIR) $(PICDIR) $(DYNLIB)
-
-install: all $(ROOTLIBS) $(ROOTLINKS)
--- a/usr/src/lib/pam_modules/projects/sparcv9/Makefile	Tue May 01 15:09:50 2007 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License").  You may not use this file except in compliance
-# with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright (c) 1999-2000 by Sun Microsystems, Inc.
-# All rights reserved.
-#
-#ident	"%Z%%M%	%I%	%E% SMI"
-#
-# lib/pam_modules/projects/sparcv9/Makefile
-
-include ../Makefile.com
-include ../../../Makefile.lib.64
-
-OBJDIR = objs
-PICDIR = pics
-
-DYNFLAGS += $(DYNFLAGS64)
-
-.KEEP_STATE:
-
-LIBS = $(DYNLIB)
-
-all: $(OBJDIR) $(PICDIR) $(LIBS)
-
-install: all $(ROOTLIBS64) $(ROOTLINKS64)
--- a/usr/src/pkgdefs/SUNWcsl/prototype_com	Tue May 01 15:09:50 2007 -0700
+++ b/usr/src/pkgdefs/SUNWcsl/prototype_com	Tue May 01 17:31:50 2007 -0700
@@ -338,8 +338,6 @@
 s none usr/lib/security/pam_sample.so=./pam_sample.so.1
 f none usr/lib/security/pam_roles.so.1 755 root bin
 s none usr/lib/security/pam_roles.so=./pam_roles.so.1
-f none usr/lib/security/pam_projects.so.1 755 root bin
-s none usr/lib/security/pam_projects.so=./pam_projects.so.1
 f none usr/lib/security/pam_passwd_auth.so.1 755 root bin
 s none usr/lib/security/pam_passwd_auth.so=./pam_passwd_auth.so.1
 f none usr/lib/security/audit_binfile.so.1 755 root bin
--- a/usr/src/pkgdefs/SUNWcsl/prototype_i386	Tue May 01 15:09:50 2007 -0700
+++ b/usr/src/pkgdefs/SUNWcsl/prototype_i386	Tue May 01 17:31:50 2007 -0700
@@ -129,8 +129,6 @@
 s none usr/lib/security/amd64/pam_sample.so=./pam_sample.so.1
 f none usr/lib/security/amd64/pam_roles.so.1 755 root bin
 s none usr/lib/security/amd64/pam_roles.so=./pam_roles.so.1
-f none usr/lib/security/amd64/pam_projects.so.1 755 root bin
-s none usr/lib/security/amd64/pam_projects.so=./pam_projects.so.1
 f none usr/lib/security/amd64/pam_passwd_auth.so.1 755 root bin
 s none usr/lib/security/amd64/pam_passwd_auth.so=./pam_passwd_auth.so.1
 f none usr/lib/security/amd64/pkcs11_kernel.so.1 755 root bin
--- a/usr/src/pkgdefs/SUNWcsl/prototype_sparc	Tue May 01 15:09:50 2007 -0700
+++ b/usr/src/pkgdefs/SUNWcsl/prototype_sparc	Tue May 01 17:31:50 2007 -0700
@@ -122,8 +122,6 @@
 s none usr/lib/security/sparcv9/pam_sample.so=./pam_sample.so.1
 f none usr/lib/security/sparcv9/pam_roles.so.1 755 root bin
 s none usr/lib/security/sparcv9/pam_roles.so=./pam_roles.so.1
-f none usr/lib/security/sparcv9/pam_projects.so.1 755 root bin
-s none usr/lib/security/sparcv9/pam_projects.so=./pam_projects.so.1
 f none usr/lib/security/sparcv9/pam_passwd_auth.so.1 755 root bin
 s none usr/lib/security/sparcv9/pam_passwd_auth.so=./pam_passwd_auth.so.1
 f none usr/lib/security/sparcv9/pkcs11_kernel.so.1 755 root bin
--- a/usr/src/tools/scripts/bfu.sh	Tue May 01 15:09:50 2007 -0700
+++ b/usr/src/tools/scripts/bfu.sh	Tue May 01 17:31:50 2007 -0700
@@ -5558,6 +5558,13 @@
 	rm -f $usr/lib/security/sparcv9/pam_unix.so
 
 	#
+	# Remove pam_projects
+	rm -f $usr/lib/security/pam_projects.so.1
+	rm -f $usr/lib/security/pam_projects.so
+	rm -f $usr/lib/security/64/pam_projects.so.1
+	rm -f $usr/lib/security/64/pam_projects.so
+
+	#
 	# Remove libldap.so.3
 	#
 	rm -f $usr/lib/libldap.so.3