Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2.0

...

master.secret

Code Block
languagetext
themeRDark
master.secret =

The encryption keys for confidential values stored in the Ubisecure Directory are derived from the master.secret value. If you are upgrading (see SSO Upgrade) or reinstalling then you must use the existing master.secret value for your directory.

...

suffix.pfx 

Code Block
languagetext
themeRDark
suffix.pfx =

This field is a placeholder for the key pair required in SAML signing operations. A base64 encoded PKCS#12 file will be generated to this field by the setup script in Configuration and setup application to create configurations. The file is protected by the master.secret. Leave this field empty during initial installation.

uas.url 

Code Block
languagetext
themeRDark
uas.url = https://localhost:8443

...

ubilogin.url 

Code Block
languagetextthemeRDark
ubilogin.url = @uas.url@

This is the publicly visible URL address of the Ubisecure SSO Management. The value must not include a path component and must not end with a ‘/’ character.

password.url 

Code Block
theme
languagetextRDark
password.url = @uas.url@

This is the publicly visible URL address of the Ubisecure Password management application. The value must not include a path component and must not end with a ‘/’ character.

logviewer.url 

Code Block
languagetextthemeRDark
logviewer.url = @uas.url@

...

search.url 

Code Block
theme
languagetextRDark
search.url = @uas.url@

This is the publicly visible URL address of the Ubisecure Search application. The value must not include a path component and must not end with a ‘/’ character.

password.url 

Code Block
languagetext
themeRDark
password.url = @uas.url@

This is the publicly visible URL address of the Ubisecure Password application. The value must not include a path component and must not end with a ‘/’ character.

logs.dir 

Code Block
languagetext
themeRDark
logs.dir = @compile.dir@/logs

...

netmask 

Code Block
theme
languagetextRDark
netmask = disabled

The network address of the browser clients is used to keep track of user sessions. The netmask is used determine if the client’s network address is allowed to change. The default value disabled allows the client’s network address to change during a session, whereas the value 255.255.255.255 would not allow the address to change during a session.

system.password

Code Block
languagetextthemeRDark
system.password = admin

This is the initial password for the System Administrator account.

...

ldap.url

Code Block
theme
languagetextRDark
ldap.url = ldap://localhost:389

This value specifies the network address of the Ubisecure Directory server. Consider using SSL encryption if the Ubisecure Directory is installed on a different host from the Ubisecure web applications. Example of the value when using SSL encryption:

Code Block
languagetext
themeRDark
ldap.url = ldaps://directory-server:636

...

suffix

Code Block
languagetext
themeRDark
suffix = cn=Ubilogin,@uas.url.host.dn@

...

password.encoding

Code Block
languagetextthemeRDark
password.encoding =

or

Code Block
languagetextthemeRDark
password.encoding = {SSHA}

...

Reverse Proxy Configuration

Code Block
languagetextthemeRDark
proxy.remote-addr-name =  
proxy.local.url = @uas.url@

...

The value “X-Forwarded-For” is commonly used by proxy servers to pass the address of the requesting client:

Code Block
languagetext
themeRDark
proxy.remote-addr-name = X-Forwarded-For

...

In case there is a reverse proxy server acting in front of the Ubisecure SSO, proxy.local.url specifies the URL that will be used by the reverse proxy when accessing the Ubisecure SSO. In this case the reverse proxy server could have the publicly visible URL address while the URL specified here need only be locally accessible

Code Block
languagetext
themeRDark
proxy.local.url = http://ubilogin.local

Linux and OpenLDAP Settings

Code Block
languagetextthemeRDark
ubilogin.run = /var/run/ubilogin
openldap.root.password = secret
ubilogin.unix.username = ubilogin
ubilogin.unix.groupname = @ubilogin.unix.username@

...

Microsoft ADAM and Microsoft AD LDS Settings

Code Block
languagetextthemeRDark
adam.instance = UbiloginDirectory
adam.ldap.port = 389
adam.ldaps.port = 636

...