summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-06-08 08:14:35 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-06-09 08:29:47 -0400
commitd306ced6189d1ba4eec6cb88098143718ed93a5b (patch)
tree0afb7eb226bc0a759425ee4a23b0b93dcc2f3cf6 /src/confdb
parent48c3ce82e0c0fc061e00cb7ddf4f145dfd465edc (diff)
downloadsssd-d306ced6189d1ba4eec6cb88098143718ed93a5b.tar.gz
sssd-d306ced6189d1ba4eec6cb88098143718ed93a5b.tar.xz
sssd-d306ced6189d1ba4eec6cb88098143718ed93a5b.zip
Change default min_id to 1
Also update manpage for min_id/max_id to be more clear about how it relates to primary GID.
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index be4dfb6f7..ae7502f8d 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -39,7 +39,7 @@
#define CONFDB_FILE "config.ldb"
#define CONFDB_DEFAULT_CONFIG_FILE SSSD_CONF_DIR"/sssd.conf"
-#define SSSD_MIN_ID 1000
+#define SSSD_MIN_ID 1
/* Configuration options */