Jump to: navigation, search

Difference between revisions of "Login"


Line 16: Line 16:
 
The login object consists per default of:<br/>
 
The login object consists per default of:<br/>
 
Domain Name + "\" + Name
 
Domain Name + "\" + Name
 +
 +
{{Attention|The Login Object may only be saved as the Login Name is unique!}}
 +
 +
  
 
==Password==
 
==Password==
Line 24: Line 28:
 
The Login knows its [[Consumer]] - but there is no need to have one. The Consumer objet groups a set of Login objects.  
 
The Login knows its [[Consumer]] - but there is no need to have one. The Consumer objet groups a set of Login objects.  
 
A human being is a possible Consumer.
 
A human being is a possible Consumer.
 +
 +
{{Hint|If you want to use the multi tenancy feature, you must link the login to a consumer belonging to a tenant!<br/>{{Version/ServerSince|2.5.0}}}}
  
 
[[Category:UBIK|Login]]
 
[[Category:UBIK|Login]]

Revision as of 14:50, 1 July 2015

Basics

The Login Object holds the necessary information for managing logins to UBIK. A login represents a possible connection from a user in a certain use case. One User (Person) can have severall logins. The Login Name must be unique. It is possible to define a password for every single Login. A Login can be marked as Admin - Login.

Name

The Name from the Login object.

Domain Name


The domain name is used to group logins. The Name of logins must be unique within one domain.

Login Name

Unique Name - Identifier of the login object.
The login object consists per default of:
Domain Name + "\" + Name

IC Attention.pngThe Login Object may only be saved as the Login Name is unique!


Password

It is possible to set a password for a Login. Whenever a connection to UBIK is established, the connectioninformation (Login-Name and Password) is validated according the settings of the Login object. If no password is defined, every password for the given Login is valid.


Consumer

The Login knows its Consumer - but there is no need to have one. The Consumer objet groups a set of Login objects. A human being is a possible Consumer.

IC Hint square.pngIf you want to use the multi tenancy feature, you must link the login to a consumer belonging to a tenant!