summaryrefslogtreecommitdiff
path: root/nslcd/cfg.h
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-15 02:21:32 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-15 02:21:32 -0500
commit7cf822201abf30c1603334e0b7e664050e2e38a2 (patch)
treec150f5d6991b09b1df57e2040367160aa4a56ef5 /nslcd/cfg.h
parenta299f2039f68b311e1b75b22fad63a8ddee9e286 (diff)
it builds!
Diffstat (limited to 'nslcd/cfg.h')
-rw-r--r--nslcd/cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/cfg.h b/nslcd/cfg.h
index 73f9139..b7b833c 100644
--- a/nslcd/cfg.h
+++ b/nslcd/cfg.h
@@ -53,7 +53,7 @@ struct nslcd_config {
int pagesize; /* set to a greater than 0 to enable handling of paged results with the specified size */
SET *nss_initgroups_ignoreusers; /* the users for which no initgroups() searches should be done */
- uid_t nss_min_uid; /* minimum uid for users retrieved from LDAP */
+ uid_t nss_min_uid; /* minimum uid for users retrieved */
int nss_nested_groups; /* whether to expand nested groups */
regex_t validnames; /* the regular expression to determine valid names */
char *validnames_str; /* string version of validnames regexp */