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

@@ -19,10 +19,12 @@
  * CDDL HEADER END
  */
 /*
  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
+ *
+ * Copyright 2012 Joshua M. Clulow <josh@sysmgr.org>
  */
 
 #ifndef _PAM_IMPL_H
 #define _PAM_IMPL_H
 

@@ -35,10 +37,11 @@
 #include <sys/types.h>
 
 #define PAMTXD          "SUNW_OST_SYSOSPAM"
 
 #define PAM_CONFIG      "/etc/pam.conf"
+#define PAM_CONFIG_DIR  "/etc/pam.d/"
 #define PAM_ISA         "/$ISA/"
 #define PAM_LIB_DIR     "/usr/lib/security/"
 #ifdef  _LP64
 #define PAM_ISA_DIR     "/64/"
 #else   /* !_LP64 */