Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2002 14:36:28 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13666 for review
Message-ID:  <200206302136.g5ULaSEY040103@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13666

Change 13666 by des@des.at.des.thinksec.com on 2002/06/30 14:35:29

	Bite the bullet and move PAM_{,OLD}AUTHTOK_PROMPT to make room for
	PAM_REPOSITORY, which is defined to 10 in Solaris 9.

Affected files ...

.. //depot/projects/openpam/include/security/pam_constants.h#18 edit

Differences ...

==== //depot/projects/openpam/include/security/pam_constants.h#18 (text+ko) ====

@@ -31,7 +31,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/openpam/include/security/pam_constants.h#17 $
+ * $P4: //depot/projects/openpam/include/security/pam_constants.h#18 $
  */
 
 #ifndef _PAM_CONSTANTS_H_INCLUDED
@@ -120,9 +120,9 @@
 	PAM_OLDAUTHTOK			=   7,
 	PAM_RUSER			=   8,
 	PAM_USER_PROMPT			=   9,
-	PAM_AUTHTOK_PROMPT		=  10,		/* OpenPAM extension */
-	PAM_OLDAUTHTOK_PROMPT		=  11,		/* OpenPAM extension */
-	PAM_REPOSITORY			=  12,
+	PAM_REPOSITORY			=  10,
+	PAM_AUTHTOK_PROMPT		=  11,		/* OpenPAM extension */
+	PAM_OLDAUTHTOK_PROMPT		=  12,		/* OpenPAM extension */
 	PAM_NUM_ITEMS					/* OpenPAM extension */
 };
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206302136.g5ULaSEY040103>