Authentication
This is where GLPI manages the authentication and information of users.
GLPI uses its own internal database of users. These are either created in GLPI itself or imported from one or more external sources. Depending on the type of source, the import can be done in bulk or at the time of login if the user is not yet known to GLPI but exists in an external authentication server with matching credentials.
The general authentication configuration and the management of external authentication servers can be done in the Setup > Authentication menu.
The attribution of authorizations is described in the Rules for assigning authorizations to a user documentation.
In order to use an external source of authentication you may need to enable the relevant PHP extension(s). For example, LDAP sources will require the php-ldap
extension.
There is no limit to the number of authentication sources that can be configured.
To allow GLPI to create users automatically from external authentication sources as they try to log in, it must be enabled in the Setup > Authentication > Setup form. When using LDAP directories, it is possible to configure the action that GLPI takes when a user is no longer present in the LDAP directory from this same form.
Last updated
Was this helpful?