Skip to content

Commit

Permalink
0002129: Anchor the "More Help" buttons and new configuration items t…
Browse files Browse the repository at this point in the history
…o the appropriate sections in the doc
  • Loading branch information
adambailey- committed Jan 9, 2015
1 parent 5fa5a74 commit 411c012
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions symmetric-assemble/src/asciidoc/configuration/users.ad
Expand Up @@ -5,6 +5,32 @@ Additional users may be set up to access the SymmetricDS web console.

image::users.png[]

ifdef::pro[]
.Required Fields
endif::pro[]

Authentication Method:: Method to authenticate the user.
!===

|Internal|Internal refers to users being stored in the SYM_CONSOLE_USER table.
|LDAP| LDAP refers to users being authenticated through an LDAP server. See the <<LDAP>> section for more information.

!===
[[user-id]]User Id:: Unique Identifier for a User.
[[password]]Password:: Password for a User.
[[first-name]]First Name:: First Name for a User.
[[last-name]]Last Name:: Last Name for a User.
[[role]]Role:: Role for the user.
.Roles
|===

|Admin|Admin users can read and write data and have full control of the SymmetricDS web console.

|Read|Read users can read data, but cannot write data. Read users have a limited control of the SymmetricDS web console.

|Write|Write users can read and write data, but have a limited control of the SymmetricDS web console.

|===
==== Authentication Method

There are two ways to authenticate a user.
Expand Down

0 comments on commit 411c012

Please sign in to comment.