Print this page
2947 initial /etc/pam.d cut

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libpam/pam_impl.h
          +++ new/usr/src/lib/libpam/pam_impl.h
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
       24 + *
       25 + * Copyright 2012 Joshua M. Clulow <josh@sysmgr.org>
  24   26   */
  25   27  
  26   28  #ifndef _PAM_IMPL_H
  27   29  #define _PAM_IMPL_H
  28   30  
  29   31  #ifdef __cplusplus
  30   32  extern "C" {
  31   33  #endif
  32   34  
  33   35  #include <limits.h>
  34   36  #include <shadow.h>
  35   37  #include <sys/types.h>
  36   38  
  37   39  #define PAMTXD          "SUNW_OST_SYSOSPAM"
  38   40  
  39   41  #define PAM_CONFIG      "/etc/pam.conf"
       42 +#define PAM_CONFIG_DIR  "/etc/pam.d/"
  40   43  #define PAM_ISA         "/$ISA/"
  41   44  #define PAM_LIB_DIR     "/usr/lib/security/"
  42   45  #ifdef  _LP64
  43   46  #define PAM_ISA_DIR     "/64/"
  44   47  #else   /* !_LP64 */
  45   48  #define PAM_ISA_DIR     "/"
  46   49  #endif  /* _LP64 */
  47   50  
  48   51  /* Service Module Types */
  49   52  
↓ open down ↓ 205 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX