Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

Info


#

Specifies

if

LDAP

authentication

is

enabled

for

standard

login.
login.ldap.enabled=

#

Specifies

the

URL

for

the

LDAP

service

provider

to

use

if

client

and/or

group

is

to

be

retrieved

via

JNDI.
login.ldap.url=

#

Root

node

in

LDAP

from

which

to

authenticate

users
login.ldap.user.node=

#

Indication

whether

automatically

created

users

will

be

client

admins

or

single

users
api.new.user.is.admin=

#

The

name

of

the

default

group

where

automatically

created

single

users

will

belong


#

This

property

does

not

apply

in

case

created

users

are

client

admins.
api.default.user.group=

termweb.properties parameter example:

  • login.ldap.enabled=true

  • login.ldap.url=ldap://bla.something.eu:10300

  • login.ldap.user.node=uid=${username},ou=users,ou=system

  • api.new.user.is.admin=false

  • api.default.user.group=API Group

When using LDAP, the user authenticates in an intranet and the LDAP service provider uses this information to authenticate the user to TermWeb.

...

TheĀ  authentication process is done via the standard TermWeb login page, user enters username and password stored in the LDAP server, TermWeb connects to LDAP service provider and authorizes authorises user.