diff options
Diffstat (limited to 'modules/pam_group/pam_group.c')
-rw-r--r-- | modules/pam_group/pam_group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_group/pam_group.c b/modules/pam_group/pam_group.c index 2483059a..82829847 100644 --- a/modules/pam_group/pam_group.c +++ b/modules/pam_group/pam_group.c @@ -24,7 +24,7 @@ #include <fcntl.h> #include <netdb.h> -#define PAM_GROUP_CONF SCONFIGDIR "/group.conf" +#define PAM_GROUP_CONF SCONFIG_DIR "/group.conf" #ifdef VENDOR_SCONFIGDIR # define VENDOR_PAM_GROUP_CONF VENDOR_SCONFIGDIR "/group.conf" #endif |