| ... | @@ -32,14 +32,14 @@ In order to provision user data to services, you can add services to your reg-ap |
... | @@ -32,14 +32,14 @@ In order to provision user data to services, you can add services to your reg-ap |
|
|
|
|
|
|
|
| Class | Groups | Service Password | Description |
|
|
| Class | Groups | Service Password | Description |
|
|
|
| --- | --- | --- | --- |
|
|
| --- | --- | --- | --- |
|
|
|
| edu.kit.scc.webreg.service.reg.impl.NullRegisterWorkflowImpl | | x | Does nothing, except for logging in the info level |
|
|
| [edu.kit.scc.webreg.service.reg.impl.NullRegisterWorkflowImpl](./NullRegisterWorkflowImpl) | | x | Does nothing, except for logging in the info level |
|
|
|
| edu.kit.scc.webreg.service.reg.ldap.LdapSimpleRegisterWorkflow | | | Simple LDAP workflow, without groups and service password |
|
|
| [edu.kit.scc.webreg.service.reg.ldap.LdapSimpleRegisterWorkflow](./LdapRegisterWorkflow) | | | Simple LDAP workflow, without groups and service password |
|
|
|
| edu.kit.scc.webreg.service.reg.ldap.LdapSimpleGroupRegisterWorkflow | x | | Simple LDAP workflow, without service password, but with groups |
|
|
| [edu.kit.scc.webreg.service.reg.ldap.LdapSimpleGroupRegisterWorkflow](./LdapRegisterWorkflow) | x | | Simple LDAP workflow, without service password, but with groups |
|
|
|
| edu.kit.scc.webreg.service.reg.ldap.LdapRegisterWorkflow | x | x | Simple LDAP workflow, with groups and service password |
|
|
| [edu.kit.scc.webreg.service.reg.ldap.LdapRegisterWorkflow](./LdapRegisterWorkflow) | x | x | Simple LDAP workflow, with groups and service password |
|
|
|
| edu.kit.scc.webreg.service.reg.ldap.ScriptedLdapRegisterWorkflow | x | x | LDAP workflow, which can be customized using Javascript |
|
|
| [edu.kit.scc.webreg.service.reg.ldap.ScriptedLdapRegisterWorkflow](./LdapRegisterWorkflow) | x | x | LDAP workflow, which can be customized using Javascript |
|
|
|
| edu.kit.scc.syncshare.reg.PowerFolderRegisterWorkflow | | | Workflow for Powerfolder up to API version 13 |
|
|
| [edu.kit.scc.syncshare.reg.PowerFolderRegisterWorkflow](./PowerFolderRegisterWorkflow) | | | Workflow for Powerfolder up to API version 13 |
|
|
|
| edu.kit.scc.syncshare.reg.PFApi14RegisterWorkflow | | | Workflow for Powerfolder for API version 14 and newer |
|
|
| [edu.kit.scc.syncshare.reg.PFApi14RegisterWorkflow](./PowerFolderRegisterWorkflow) | | | Workflow for Powerfolder for API version 14 and newer |
|
|
|
| edu.kit.scc.cloud.reg.OpenStackRegisterWorkflow | | x | Workflow for Openstack. Based on SSH and Python script |
|
|
| [edu.kit.scc.cloud.reg.OpenStackRegisterWorkflow](./OpenStackRegisterWorkflow) | | x | Workflow for Openstack. Based on SSH and Python script |
|
|
|
|
|
|
|
|
## Parent Service
|
|
## Parent Service
|
|
|
|
|
|
| ... | @@ -47,7 +47,7 @@ If a parent service is referenced from a service, it will be also registered for |
... | @@ -47,7 +47,7 @@ If a parent service is referenced from a service, it will be also registered for |
|
|
|
|
|
|
|
This feature can be used for a filesystem, that is used by more than one service. The filesystem can have its own LDAP tree, where the users are present once, if they have registered with one or more child services.
|
|
This feature can be used for a filesystem, that is used by more than one service. The filesystem can have its own LDAP tree, where the users are present once, if they have registered with one or more child services.
|
|
|
|
|
|
|
|
**Caution:** This feature has only been tested yet and not used in production.
|
|
**Caution:** This feature has only been tested and not used in production yet.
|
|
|
|
|
|
|
|
## Access Rule
|
|
## Access Rule
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |