summaryrefslogtreecommitdiffstats
path: root/server/tests
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-03-08 20:19:48 -0400
committerSimo Sorce <ssorce@redhat.com>2009-03-09 15:29:37 -0400
commit5ea221d5325a2b60ec872a3864953178c8b593a0 (patch)
tree5a67d8702ec6921b8a390c69e3235a949ec6900a /server/tests
parent10038e62d8ea6ee570346f98819e1994e70d47a5 (diff)
downloadsssd-5ea221d5325a2b60ec872a3864953178c8b593a0.tar.gz
sssd-5ea221d5325a2b60ec872a3864953178c8b593a0.tar.xz
sssd-5ea221d5325a2b60ec872a3864953178c8b593a0.zip
Do not duplicate attribute names macros.
Also shorten names oh other user attributes.
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/infopipe-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/infopipe-tests.c b/server/tests/infopipe-tests.c
index 8bc0f0541..cc75215ad 100644
--- a/server/tests/infopipe-tests.c
+++ b/server/tests/infopipe-tests.c
@@ -280,7 +280,7 @@ START_TEST(test_infp_set_user_attrs)
DBusMessage *setattr_req;
const char *username = "testuser1";
const char *domain = "LOCAL";
- const char *shell_attr = SYSDB_USER_ATTR_SHELL;
+ const char *shell_attr = SYSDB_SHELL;
const char *shell_value = "/usr/bin/testshell";
DBusMessageIter iter, array_iter, dict_array_iter, dict_iter, variant_iter;
DBusError error;