diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2011-05-04 10:26:18 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2011-05-10 08:46:57 +0200 |
commit | be0308cf681fbcf02f9663c7c7df877e3a29c431 (patch) | |
tree | ccdc8cf818128124cb06ec9210960fdaff36faed /ipalib/plugins/aci.py | |
parent | 16d1db499676ec7070becbb73fdf73d1af5645b3 (diff) | |
download | freeipa-be0308cf681fbcf02f9663c7c7df877e3a29c431.tar.gz freeipa-be0308cf681fbcf02f9663c7c7df877e3a29c431.tar.xz freeipa-be0308cf681fbcf02f9663c7c7df877e3a29c431.zip |
Typos in freeIPA messages and man page
https://fedorahosted.org/freeipa/ticket/1128
Diffstat (limited to 'ipalib/plugins/aci.py')
-rw-r--r-- | ipalib/plugins/aci.py | 4 |
1 files changed, 2 insertions, 2 deletions
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). |