diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2011-12-06 15:02:37 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-12-16 14:46:17 -0500 |
commit | 940e033c0c427d02a34347dbd2f4443fa625b111 (patch) | |
tree | 257f40ecdb353a39a6687125455ef83990f81c7f /src/db/sysdb.h | |
parent | a26ea060ec4001daf5614bd9afcc092d29174662 (diff) | |
download | sssd-940e033c0c427d02a34347dbd2f4443fa625b111.tar.gz sssd-940e033c0c427d02a34347dbd2f4443fa625b111.tar.xz sssd-940e033c0c427d02a34347dbd2f4443fa625b111.zip |
Use the case sensitivity flag in the LDAP provider
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r-- | src/db/sysdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h index e5e781f6a..6094a4aaa 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -241,6 +241,7 @@ errno_t sysdb_attrs_primary_name(struct sysdb_ctx *sysdb, errno_t sysdb_attrs_get_aliases(TALLOC_CTX *mem_ctx, struct sysdb_attrs *attrs, const char *primary, + bool lowercase, const char ***_aliases); errno_t sysdb_attrs_primary_name_list(struct sysdb_ctx *sysdb, TALLOC_CTX *mem_ctx, |