From 72af5fd9757da16c49959bfdecf4e0cb41c36503 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Thu, 19 Feb 2015 17:10:37 +0100 Subject: ipalib: Make sure correct attribute name is referenced for fax Fixes the invalid attribute name reference in the 'System: Read User Addressbook Attributes' permission. https://fedorahosted.org/freeipa/ticket/4883 Reviewed-By: Martin Kosek Reviewed-By: Alexander Bokovoy --- ipalib/plugins/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/user.py') diff --git a/ipalib/plugins/user.py b/ipalib/plugins/user.py index 56585b9f8..abe5ee26b 100644 --- a/ipalib/plugins/user.py +++ b/ipalib/plugins/user.py @@ -276,7 +276,7 @@ class user(LDAPObject): 'ipapermright': {'read', 'search', 'compare'}, 'ipapermdefaultattr': { 'seealso', 'telephonenumber', - 'fax', 'l', 'ou', 'st', 'postalcode', 'street', + 'facsimiletelephonenumber', 'l', 'ou', 'st', 'postalcode', 'street', 'destinationindicator', 'internationalisdnnumber', 'physicaldeliveryofficename', 'postaladdress', 'postofficebox', 'preferreddeliverymethod', 'registeredaddress', -- cgit