diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-11-13 10:50:27 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-11-18 06:47:23 -0500 |
commit | e5d8e5e436667166facdce454b240549dcfd04cd (patch) | |
tree | 8b3fbf369f593cd46781d5f822b2283bd42f7fbc /server/db | |
parent | 0922a8897a6ae1ce7b7c994df0a5cb99c36bfd9c (diff) | |
download | sssd-e5d8e5e436667166facdce454b240549dcfd04cd.tar.gz sssd-e5d8e5e436667166facdce454b240549dcfd04cd.tar.bz2 sssd-e5d8e5e436667166facdce454b240549dcfd04cd.zip |
Make the sysdb user and group names case-sensitive
Diffstat (limited to 'server/db')
-rw-r--r-- | server/db/sysdb_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/db/sysdb_private.h b/server/db/sysdb_private.h index 1f603eb4..ea4b2468 100644 --- a/server/db/sysdb_private.h +++ b/server/db/sysdb_private.h @@ -34,7 +34,6 @@ "cn: CASE_INSENSITIVE\n" \ "dc: CASE_INSENSITIVE\n" \ "dn: CASE_INSENSITIVE\n" \ - "name: CASE_INSENSITIVE\n" \ "objectclass: CASE_INSENSITIVE\n" \ "\n" \ "dn: @INDEXLIST\n" \ |