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:34 -0400
commit855abda5ed5a0dcae499632ed5ead1d4cd293b48 (patch)
tree1643486ecb8645e903488148b5e7be697673172b /src/confdb
parent7bfc287b693d3696bd5b3c60bdb7e543eb230f9b (diff)
downloadsssd-855abda5ed5a0dcae499632ed5ead1d4cd293b48.tar.gz
sssd-855abda5ed5a0dcae499632ed5ead1d4cd293b48.tar.xz
sssd-855abda5ed5a0dcae499632ed5ead1d4cd293b48.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 */