]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw ldap: s/memberattr/dnattr/;
authorMatt Benjamin <mbenjamin@redhat.com>
Tue, 15 Mar 2016 22:00:55 +0000 (18:00 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Tue, 15 Mar 2016 22:00:55 +0000 (18:00 -0400)
commita0289893c03bd2f2342d377e66af6ef731f213e1
tree07b1b34b74a9872142213256927ecf14914cf9e3
parent8d10fdfb5e7c0f24ce39a17bb5f2e57a76b173a0
rgw ldap: s/memberattr/dnattr/;

The parameter really is dnattr (attribute used to form DNs), not
memberattr (attribute used to form group member strings).

Switch to the correct name for this attribute, to avoid confusion--
especially if we ever apply group membership checks in future.

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/common/config_opts.h
src/rgw/librgw.cc
src/rgw/rgw_ldap.h
src/rgw/rgw_rest_s3.cc
src/test/test_rgw_ldap.cc