Skip to content

Commit

Permalink
Merge pull request #143 from asgarciap/v0.6-beta
Browse files Browse the repository at this point in the history
Documentation refers to parameter smpp_credential which doesn't exists. ...
  • Loading branch information
farirat committed Apr 26, 2015
2 parents 3fd803f + 801b4ef commit 00e5c77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/doc/sources/management/jcli/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ In the below tables, you can find exhaustive list of keys for each **mt_messagin
SMPP Server section
-------------------

User have an other optional **smpps_credential** parameter which define a specialized set of sections for defining his credentials for using the :doc:`/apis/smpp-server/index`:
User have an other optional **smpps_cred** parameter which define a specialized set of sections for defining his credentials for using the :doc:`/apis/smpp-server/index`:

* **Authorizations**: Privileges to bind,
* **Quotas**: Maximum bound connections at a time (multi binding),
Expand All @@ -241,12 +241,12 @@ For each section of the above, there's keys to be defined when adding/updating a
> password bar
> gid marketing
> uid foo
> smpps_credential authorization bind yes
> smpps_credential quota max_bindings 2
> smpps_cred authorization bind yes
> smpps_cred quota max_bindings 2
> ok
Successfully added User [foo] to Group [marketing]

In the below tables, you can find exhaustive list of keys for each **smpps_credential** section:
In the below tables, you can find exhaustive list of keys for each **smpps_cred** section:

.. list-table:: **authorization** section keys
:widths: 10 10 80
Expand Down

0 comments on commit 00e5c77

Please sign in to comment.