From 8a63315ef30ac1a8fdab1394601cd588a105f66d Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 2 Dec 2010 11:05:54 -0500 Subject: Provide list of available attributes for use in ACI UI. Also include flag indicating whether the object is bindable. This will be used to determine if the object can have a selfservice ACI. ticket 446 --- ipalib/plugins/user.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/plugins/user.py') diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index 9c89c4da7..c3246f5cd 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -73,6 +73,7 @@ class user(LDAPObject): 'memberof': ['group', 'netgroup', 'role'], } rdnattr = 'uid' + bindable = True label = _('Users') -- cgit