forked from kompetenzinventar/ki-doku
13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
|
@startuml
|
||
|
() "REST Api" as api
|
||
|
|
||
|
node ki
|
||
|
node openldap
|
||
|
node smtp
|
||
|
|
||
|
api -- [ki]
|
||
|
|
||
|
ki --> openldap: openldap provides user authentification
|
||
|
ki --> smtp: send mails to users
|
||
|
@enduml
|