From be0308cf681fbcf02f9663c7c7df877e3a29c431 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 4 May 2011 10:26:18 +0200 Subject: Typos in freeIPA messages and man page https://fedorahosted.org/freeipa/ticket/1128 --- ipalib/plugins/aci.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipalib/plugins/aci.py') diff --git a/ipalib/plugins/aci.py b/ipalib/plugins/aci.py index 336f16f68..afdfaf458 100644 --- a/ipalib/plugins/aci.py +++ b/ipalib/plugins/aci.py @@ -72,7 +72,7 @@ more of: Note the distinction between attributes and entries. The permissions are independent, so being able to add a user does not mean that the user will -be editabe. +be editable. The bind rule defines who this ACI grants permissions to. The LDAP server allows this to be any valid LDAP entry but we encourage the use of @@ -83,7 +83,7 @@ http://www.redhat.com/docs/manuals/dir-server/ag/8.0/Managing_Access_Control.htm EXAMPLES: -NOTE: ACIs are now added via the permision plugin. These examples are to +NOTE: ACIs are now added via the permission plugin. These examples are to demonstrate how the various options work but this is done via the permission command-line now (see last example). -- cgit