summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/user.py
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2015-02-19 17:10:37 +0100
committerTomas Babej <tbabej@redhat.com>2015-02-19 18:36:16 +0100
commit72af5fd9757da16c49959bfdecf4e0cb41c36503 (patch)
tree3880fa3d712ff7a36b9bb52450dc7e5475f75c1a /ipalib/plugins/user.py
parenta34ff7f6c1afda516d3f5a6b995b98cc84b52902 (diff)
downloadfreeipa-72af5fd9757da16c49959bfdecf4e0cb41c36503.tar.gz
freeipa-72af5fd9757da16c49959bfdecf4e0cb41c36503.tar.xz
freeipa-72af5fd9757da16c49959bfdecf4e0cb41c36503.zip
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 <mkosek@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'ipalib/plugins/user.py')
-rw-r--r--ipalib/plugins/user.py2
1 files changed, 1 insertions, 1 deletions
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',