summaryrefslogtreecommitdiff
path: root/nslcd/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/cfg.h')
-rw-r--r--nslcd/cfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nslcd/cfg.h b/nslcd/cfg.h
index de43956..a44d5d2 100644
--- a/nslcd/cfg.h
+++ b/nslcd/cfg.h
@@ -137,6 +137,8 @@ struct ldap_config
SET *ldc_nss_initgroups_ignoreusers;
/* the search that should be performed to do autorisation checks */
char *ldc_pam_authz_search;
+ /* minimum uid for users retreived from LDAP */
+ uid_t ldc_nss_min_uid;
};
/* this is a pointer to the global configuration, it should be available