You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by tmess567 <gi...@git.apache.org> on 2016/06/12 18:14:17 UTC

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

GitHub user tmess567 opened a pull request:

    https://github.com/apache/syncope/pull/19

    Added content to the Using the Admin Console section of the Reference Guide

    I have added some content to the "[Using the Admin Console](https://syncope.apache.org/docs/reference-guide.html#using-the-admin-console)" section for the [Reference Guide](https://syncope.apache.org/docs/reference-guide.html) along with screenshots for the same. Please suggest any required changes or addition / removal screenshots.
    
    Also, I will need help to understand the usage of Types and Workflow tabs in the Configurations part of the admin console so that I can add documentation for it.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tmess567/syncope DocChanges

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/syncope/pull/19.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19
    
----
commit 73e735cd8ddd4f9272d0177d4b1fe1943a568d8c
Author: Tushar <tu...@gmail.com>
Date:   2016-06-12T18:01:16Z

    Corrected misspells and also added content to the Using the Admin Console section for the reference guide

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67346686
  
    --- Diff: src/main/asciidoc/concepts/provisioning/provisioning.adoc ---
    @@ -18,20 +18,20 @@
     //
     === Provisioning
     The main purpose of identity management systems is to manage user and role provisioning.
    -User and role provisioning refers to the creation, maintenance, activation and deactivation of user and role objects 
    -and their attributes. Provisioning operations can act on Apache Syncope only or be propagated towards external 
    +User and role provisioning refers to the creation, maintenance, activation and deactivation of user and role objects
    +and their attributes. Provisioning operations can act on Apache Syncope only or be propagated towards external
     resources as well.
    -The provisioning operation can be initiated by an authorized user (for instance, working on Apache Syncope 
    +The provisioning operation can be initiated by an authorized user (for instance, working on Apache Syncope
     administration console) or by an internal task like a pull task.
    -A push task can be used to perform a bulk provisioning operation involving either Syncope and one 
    +A push task can be used to perform a bulk provisioning operation involving either Syncope and one
     or more external resources.
     
     include::connectors.adoc[]
     
    -include::resources.adoc[]
    -
     include::propagation.adoc[]
     
    +include::resources.adoc[]
    --- End diff --
    
    Please restore the original ordering (e.g. with resources after connectors)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope issue #19: Added content to the Using the Admin Console section of t...

Posted by tmess567 <gi...@git.apache.org>.
Github user tmess567 commented on the issue:

    https://github.com/apache/syncope/pull/19
  
    Can I just reuse the above text (for types description) and also the one at https://cwiki.apache.org/confluence/display/SYNCOPE/User+Workflow or do I need to make any changes?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67349245
  
    --- Diff: src/main/asciidoc/workingwithapachesyncope/adminconsole/introduction.adoc ---
    @@ -0,0 +1,32 @@
    +//
    +// Licensed to the Apache Software Foundation (ASF) under one
    +// or more contributor license agreements.  See the NOTICE file
    +// distributed with this work for additional information
    +// regarding copyright ownership.  The ASF licenses this file
    +// to you under the Apache License, Version 2.0 (the
    +// "License"); you may not use this file except in compliance
    +// with the License.  You may obtain a copy of the License at
    +//
    +//   http://www.apache.org/licenses/LICENSE-2.0
    +//
    +// Unless required by applicable law or agreed to in writing,
    +// software distributed under the License is distributed on an
    +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +// KIND, either express or implied.  See the License for the
    +// specific language governing permissions and limitations
    +// under the License.
    +//
    +
    +==== Introduction
    +Once the syncope installation has been deployed to a server, you can go to the following url to access the console.
    +[source]
    +--
    +http://localhost:9080/syncope-console/
    --- End diff --
    
    Please explain that host and port actually depend on the local deployment.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope issue #19: Added content to the Using the Admin Console section of t...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on the issue:

    https://github.com/apache/syncope/pull/19
  
    > Also, I will need help to understand the usage of Types and Workflow tabs in the Configurations part of the admin console so that I can add documentation for it.
    
    #### Types
    The `Types` entry allows to define and maintain the internal data model:
     * schema - defines which attribute types are available
     * classes: group schemas (similar to LDAP object classes)
     *  types: allow to assign structural classes to any types (e.g. USER, GROUP, PRINTER, whatever) so that you can determine which attributes are available for users, groups and printers
     * relationship types: defines which relationships can occur between users and any objects or any objects and other any objects
    
    #### Workflow
    
    See https://cwiki.apache.org/confluence/display/SYNCOPE/User+Workflow


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope issue #19: Added content to the Using the Admin Console section of t...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on the issue:

    https://github.com/apache/syncope/pull/19
  
    Thanks!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67351561
  
    --- Diff: src/main/asciidoc/workingwithapachesyncope/adminconsole/extensions.adoc ---
    @@ -0,0 +1,26 @@
    +//
    +// Licensed to the Apache Software Foundation (ASF) under one
    +// or more contributor license agreements.  See the NOTICE file
    +// distributed with this work for additional information
    +// regarding copyright ownership.  The ASF licenses this file
    +// to you under the Apache License, Version 2.0 (the
    +// "License"); you may not use this file except in compliance
    +// with the License.  You may obtain a copy of the License at
    +//
    +//   http://www.apache.org/licenses/LICENSE-2.0
    +//
    +// Unless required by applicable law or agreed to in writing,
    +// software distributed under the License is distributed on an
    +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +// KIND, either express or implied.  See the License for the
    +// specific language governing permissions and limitations
    +// under the License.
    +//
    +
    +===== Extensions
    +The extensions tab allows the user to configure the extensions installed on the syncope
    --- End diff --
    
    This tab shows extensions installed, does not allow to configure.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by tmess567 <gi...@git.apache.org>.
Github user tmess567 commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67468143
  
    --- Diff: src/main/asciidoc/iam/accessmanager/accessmanager.adoc ---
    @@ -17,9 +17,9 @@
     // under the License.
     //
     === Access Managers
    -As briefly mentioned before, in general an access manager is not an identity manager. An access management software 
    -manages above all the authentication on a given environment. It provides the methods, generally called authentication 
    -module, to manage the user authentication, the latter based on various identification system as the password, 
    +As briefly mentioned before, in general an access manager is not an identity manager. An access management software
    +manages above all the authentication on a given environment. It provides the methods, generally called authentication
    +module, to manage the user authentication, the latter based on various identification systems as the password,
     the fingerprint or based on various protocols as SAML and OAuth 2.0.
     
    -include::authentication.adoc[]
    \ No newline at end of file
    +include::authentication.adoc[]
    --- End diff --
    
    I don't understand why git is showing a diff on the 25th line.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67346555
  
    --- Diff: src/main/asciidoc/commondocs/guiinstaller.adoc ---
    @@ -126,4 +126,4 @@ image::installer-12.png[installer-12]
     
     image::installer-13.png[installer-13]
     
    -image::installer-14.png[installer-14]
    \ No newline at end of file
    +image::installer-14.png[installer-14]
    --- End diff --
    
    Please void this whitespace changes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67346492
  
    --- Diff: src/main/asciidoc/commondocs/guiinstaller.adoc ---
    @@ -31,7 +31,7 @@ operating system. +
     
      . http://maven.apache.org/[Apache Maven^] (version 3.0.3 or higher) installed
      . one of the supported <<internal-storage,DBMSes>> up and running
    - . one of the supported <<java-ee-container, Java EE containers>> up and running 
    + . one of the supported <<java-ee-container, Java EE containers>> up and running
    --- End diff --
    
    Please void this whitespace changes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by tmess567 <gi...@git.apache.org>.
Github user tmess567 commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67469275
  
    --- Diff: src/main/asciidoc/iam/accessmanager/accessmanager.adoc ---
    @@ -17,9 +17,9 @@
     // under the License.
     //
     === Access Managers
    -As briefly mentioned before, in general an access manager is not an identity manager. An access management software 
    -manages above all the authentication on a given environment. It provides the methods, generally called authentication 
    -module, to manage the user authentication, the latter based on various identification system as the password, 
    +As briefly mentioned before, in general an access manager is not an identity manager. An access management software
    +manages above all the authentication on a given environment. It provides the methods, generally called authentication
    +module, to manage the user authentication, the latter based on various identification systems as the password,
     the fingerprint or based on various protocols as SAML and OAuth 2.0.
     
    -include::authentication.adoc[]
    \ No newline at end of file
    +include::authentication.adoc[]
    --- End diff --
    
    Sublime Text 3 on Linux x64. Nevermind, I'll just copy the file from master and remake the required changes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope issue #19: Added content to the Using the Admin Console section of t...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on the issue:

    https://github.com/apache/syncope/pull/19
  
    Hi @tmess567 thanks for this initiative!
    I will review this PR soon, please keep adding commits to it.
    
    Please also refer to SYNCOPE-700 in the commit log message, thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope issue #19: Added content to the Using the Admin Console section of t...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on the issue:

    https://github.com/apache/syncope/pull/19
  
    @tmess567 if you don't mind, I'll merge this PR as it is right now and continue working from here, since I am about to start again on SYNCOPE-700.
    Fine with you?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67349839
  
    --- Diff: src/main/asciidoc/workingwithapachesyncope/adminconsole/introduction.adoc ---
    @@ -0,0 +1,32 @@
    +//
    +// Licensed to the Apache Software Foundation (ASF) under one
    +// or more contributor license agreements.  See the NOTICE file
    +// distributed with this work for additional information
    +// regarding copyright ownership.  The ASF licenses this file
    +// to you under the Apache License, Version 2.0 (the
    +// "License"); you may not use this file except in compliance
    +// with the License.  You may obtain a copy of the License at
    +//
    +//   http://www.apache.org/licenses/LICENSE-2.0
    +//
    +// Unless required by applicable law or agreed to in writing,
    +// software distributed under the License is distributed on an
    +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +// KIND, either express or implied.  See the License for the
    +// specific language governing permissions and limitations
    +// under the License.
    +//
    +
    +==== Introduction
    +Once the syncope installation has been deployed to a server, you can go to the following url to access the console.
    +[source]
    +--
    +http://localhost:9080/syncope-console/
    +--
    +
    +You should be greeted with the following web page.
    +
    +image::consoleLogin.png[console-login]
    +
    +The default admin password for a fresh installation is "password". Enter your credentials and
    +press Login.
    --- End diff --
    
    Recommend to change the default `admin` credentials right after installation.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67346726
  
    --- Diff: src/main/asciidoc/iam/accessmanager/accessmanager.adoc ---
    @@ -17,9 +17,9 @@
     // under the License.
     //
     === Access Managers
    -As briefly mentioned before, in general an access manager is not an identity manager. An access management software 
    -manages above all the authentication on a given environment. It provides the methods, generally called authentication 
    -module, to manage the user authentication, the latter based on various identification system as the password, 
    +As briefly mentioned before, in general an access manager is not an identity manager. An access management software
    +manages above all the authentication on a given environment. It provides the methods, generally called authentication
    +module, to manage the user authentication, the latter based on various identification systems as the password,
     the fingerprint or based on various protocols as SAML and OAuth 2.0.
     
    -include::authentication.adoc[]
    \ No newline at end of file
    +include::authentication.adoc[]
    --- End diff --
    
    Please void this whitespace changes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by tmess567 <gi...@git.apache.org>.
Github user tmess567 commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67375009
  
    --- Diff: src/main/asciidoc/concepts/provisioning/provisioning.adoc ---
    @@ -18,20 +18,20 @@
     //
     === Provisioning
     The main purpose of identity management systems is to manage user and role provisioning.
    -User and role provisioning refers to the creation, maintenance, activation and deactivation of user and role objects 
    -and their attributes. Provisioning operations can act on Apache Syncope only or be propagated towards external 
    +User and role provisioning refers to the creation, maintenance, activation and deactivation of user and role objects
    +and their attributes. Provisioning operations can act on Apache Syncope only or be propagated towards external
     resources as well.
    -The provisioning operation can be initiated by an authorized user (for instance, working on Apache Syncope 
    +The provisioning operation can be initiated by an authorized user (for instance, working on Apache Syncope
     administration console) or by an internal task like a pull task.
    -A push task can be used to perform a bulk provisioning operation involving either Syncope and one 
    +A push task can be used to perform a bulk provisioning operation involving either Syncope and one
     or more external resources.
     
     include::connectors.adoc[]
     
    -include::resources.adoc[]
    -
     include::propagation.adoc[]
     
    +include::resources.adoc[]
    --- End diff --
    
    The document for resources refers to propagation which is described after it. This was a bit confusing when I read it, so I made this change. Should I remove this?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67346528
  
    --- Diff: src/main/asciidoc/commondocs/guiinstaller.adoc ---
    @@ -112,7 +112,7 @@ image::installer-10.png[installer-10]
     Application server settings::
     * Depends on container selected (in the example: Tomcat)
     
    -The next images shows how the installer print some feedback directly on the GUI or reading the log file under the 
    +The next images shows how the installer print some feedback directly on the GUI or reading the log file under the
    --- End diff --
    
    Please void this whitespace changes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope issue #19: Added content to the Using the Admin Console section of t...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on the issue:

    https://github.com/apache/syncope/pull/19
  
    You can of course use the text above as starting point, but it would be nice to expand some concepts.
    Same applies to wiki page.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope issue #19: Added content to the Using the Admin Console section of t...

Posted by tmess567 <gi...@git.apache.org>.
Github user tmess567 commented on the issue:

    https://github.com/apache/syncope/pull/19
  
    Yeah sure, I will continue to work on this locally whenever I get the time and create a new PR when done.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope issue #19: Added content to the Using the Admin Console section of t...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on the issue:

    https://github.com/apache/syncope/pull/19
  
    You need to make the following modification, otherwise your changes won't be included in the generated PDF / HTML:
    ```
    ilgrosso@sequoia:~/work/syncope/syncope2$ git diff
    diff --git a/src/main/asciidoc/workingwithapachesyncope/workingwithapachesyncope.adoc b/src/main/asciidoc/workingwithapachesyncope/workingwithapachesyncope.adoc
    index a451889..9dd208e 100644
    --- a/src/main/asciidoc/workingwithapachesyncope/workingwithapachesyncope.adoc
    +++ b/src/main/asciidoc/workingwithapachesyncope/workingwithapachesyncope.adoc
    @@ -27,7 +27,7 @@ include::installation/installation.adoc[]
     
     == Working with Apache Syncope
     
    -=== Using the Admin Console
    +include::adminconsole/adminconsole.adoc[]
     
     include::cli/cli.adoc[]
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67349101
  
    --- Diff: src/main/asciidoc/workingwithapachesyncope/adminconsole/topology.adoc ---
    @@ -0,0 +1,26 @@
    +//
    +// Licensed to the Apache Software Foundation (ASF) under one
    +// or more contributor license agreements.  See the NOTICE file
    +// distributed with this work for additional information
    +// regarding copyright ownership.  The ASF licenses this file
    +// to you under the Apache License, Version 2.0 (the
    +// "License"); you may not use this file except in compliance
    +// with the License.  You may obtain a copy of the License at
    +//
    +//   http://www.apache.org/licenses/LICENSE-2.0
    +//
    +// Unless required by applicable law or agreed to in writing,
    +// software distributed under the License is distributed on an
    +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +// KIND, either express or implied.  See the License for the
    +// specific language governing permissions and limitations
    +// under the License.
    +//
    +
    +===== Topology
    +The topology tab provides a mapped view of the available connector bundles, instances and
    +resources available and configured in the syncope deployment. It also allows the admin to perform
    +all the actions listed in the realms tab.
    +
    +image::consoleTopology.png[console-topology]
    --- End diff --
    
    It might be better to include here the screenshot from `-Pembedded` rather than the one from standalone distribution, since in the latter there is no local connector bundles, only connector server.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by tmess567 <gi...@git.apache.org>.
Github user tmess567 commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67468390
  
    --- Diff: src/main/asciidoc/iam/accessmanager/accessmanager.adoc ---
    @@ -17,9 +17,9 @@
     // under the License.
     //
     === Access Managers
    -As briefly mentioned before, in general an access manager is not an identity manager. An access management software 
    -manages above all the authentication on a given environment. It provides the methods, generally called authentication 
    -module, to manage the user authentication, the latter based on various identification system as the password, 
    +As briefly mentioned before, in general an access manager is not an identity manager. An access management software
    +manages above all the authentication on a given environment. It provides the methods, generally called authentication
    +module, to manage the user authentication, the latter based on various identification systems as the password,
     the fingerprint or based on various protocols as SAML and OAuth 2.0.
     
    -include::authentication.adoc[]
    \ No newline at end of file
    +include::authentication.adoc[]
    --- End diff --
    
    I don't understand why git is generating this diff. The master and this branch have identical lines here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67346624
  
    --- Diff: src/main/asciidoc/concepts/provisioning/provisioning.adoc ---
    @@ -18,20 +18,20 @@
     //
     === Provisioning
     The main purpose of identity management systems is to manage user and role provisioning.
    -User and role provisioning refers to the creation, maintenance, activation and deactivation of user and role objects 
    -and their attributes. Provisioning operations can act on Apache Syncope only or be propagated towards external 
    +User and role provisioning refers to the creation, maintenance, activation and deactivation of user and role objects
    --- End diff --
    
    Please void this whitespace changes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67468996
  
    --- Diff: src/main/asciidoc/iam/accessmanager/accessmanager.adoc ---
    @@ -17,9 +17,9 @@
     // under the License.
     //
     === Access Managers
    -As briefly mentioned before, in general an access manager is not an identity manager. An access management software 
    -manages above all the authentication on a given environment. It provides the methods, generally called authentication 
    -module, to manage the user authentication, the latter based on various identification system as the password, 
    +As briefly mentioned before, in general an access manager is not an identity manager. An access management software
    +manages above all the authentication on a given environment. It provides the methods, generally called authentication
    +module, to manage the user authentication, the latter based on various identification systems as the password,
     the fingerprint or based on various protocols as SAML and OAuth 2.0.
     
    -include::authentication.adoc[]
    \ No newline at end of file
    +include::authentication.adoc[]
    --- End diff --
    
    Are you on Windows? Maybe it's just line-ending stuff.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67349642
  
    --- Diff: src/main/asciidoc/workingwithapachesyncope/adminconsole/reports.adoc ---
    @@ -0,0 +1,26 @@
    +//
    +// Licensed to the Apache Software Foundation (ASF) under one
    +// or more contributor license agreements.  See the NOTICE file
    +// distributed with this work for additional information
    +// regarding copyright ownership.  The ASF licenses this file
    +// to you under the Apache License, Version 2.0 (the
    +// "License"); you may not use this file except in compliance
    +// with the License.  You may obtain a copy of the License at
    +//
    +//   http://www.apache.org/licenses/LICENSE-2.0
    +//
    +// Unless required by applicable law or agreed to in writing,
    +// software distributed under the License is distributed on an
    +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +// KIND, either express or implied.  See the License for the
    +// specific language governing permissions and limitations
    +// under the License.
    +//
    +
    +===== Reports
    +The reports tab presents the admin with the reports generated from various jobs run on the syncope
    +deployment. These reports are displayed using report templates which can be defined for FO, HTML
    +and CSV formats. This tab also allows the admin to create and edit such templates.
    +
    --- End diff --
    
    Missing information:
     * reports can be run several times, each execution can be exported in the supported formats
     * reports can be defined by composing reportlet instances
     * predefined reportlets are available, more can be developed


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/syncope/pull/19


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67468968
  
    --- Diff: src/main/asciidoc/concepts/provisioning/provisioning.adoc ---
    @@ -18,20 +18,20 @@
     //
     === Provisioning
     The main purpose of identity management systems is to manage user and role provisioning.
    -User and role provisioning refers to the creation, maintenance, activation and deactivation of user and role objects 
    -and their attributes. Provisioning operations can act on Apache Syncope only or be propagated towards external 
    +User and role provisioning refers to the creation, maintenance, activation and deactivation of user and role objects
    +and their attributes. Provisioning operations can act on Apache Syncope only or be propagated towards external
     resources as well.
    -The provisioning operation can be initiated by an authorized user (for instance, working on Apache Syncope 
    +The provisioning operation can be initiated by an authorized user (for instance, working on Apache Syncope
     administration console) or by an internal task like a pull task.
    -A push task can be used to perform a bulk provisioning operation involving either Syncope and one 
    +A push task can be used to perform a bulk provisioning operation involving either Syncope and one
     or more external resources.
     
     include::connectors.adoc[]
     
    -include::resources.adoc[]
    -
     include::propagation.adoc[]
     
    +include::resources.adoc[]
    --- End diff --
    
    Yes, please restore the original ordering.
    Maybe you could enrich the introduction above with some terminology.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] syncope pull request #19: Added content to the Using the Admin Console secti...

Posted by ilgrosso <gi...@git.apache.org>.
Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/19#discussion_r67349728
  
    --- Diff: src/main/asciidoc/workingwithapachesyncope/adminconsole/realms.adoc ---
    @@ -0,0 +1,63 @@
    +//
    +// Licensed to the Apache Software Foundation (ASF) under one
    +// or more contributor license agreements.  See the NOTICE file
    +// distributed with this work for additional information
    +// regarding copyright ownership.  The ASF licenses this file
    +// to you under the Apache License, Version 2.0 (the
    +// "License"); you may not use this file except in compliance
    +// with the License.  You may obtain a copy of the License at
    +//
    +//   http://www.apache.org/licenses/LICENSE-2.0
    +//
    +// Unless required by applicable law or agreed to in writing,
    +// software distributed under the License is distributed on an
    +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    +// KIND, either express or implied.  See the License for the
    +// specific language governing permissions and limitations
    +// under the License.
    +//
    +
    +===== Realms
    +The realms tab provides the admin with the power to manage users, groups and resources...
    --- End diff --
    
    users, groups and any objects for all any types defined


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---