Dear
We use different authentication types depending on which fqdn you connect to the server (in config.php);
switch($_SERVER['SERVER_NAME']){
case 'observium.x.x':
// Domain specific settings like authentication or views
break;
case 'observium-guests.y.y':
// Domain specific settings like authentication or views
break;
default:
// optional default settings
}
For example, our staff is using LDAP; our customer views use local credentials.
Staff would logon at Observium.x.x; others at Observium.y.y;
You could add more, however you have to make sure the user ID’s don’t overlap since they are used in the database for user specific settings/authentication tokens. I don’t know how this is covered by Observium or what decides the user ID for LDAP users.
LDAP users get identifiers higher than 2.000 in our installation, so were are technically limited to create 2000 users. Unless we change the auto increment on local users in the database to something like 30000.
Kind regards
From: observium [mailto:observium-bounces@observium.org] On Behalf Of Youssef BENGELLOUN - ZAHR
Sent: maandag 17 oktober 2016 10:19
To: Observium Network Observation System <observium@observium.org>
Cc: Zurab TIELIDZE <z.TIELIDZE@prodware-group.com>
Subject: [Observium] Fallback authentication
Dear Observium Community,
We have successfully configured central authentication via LDAP. We are trying to secure that by configuring fallback authentication method to local DB.
Do you know if it is possible to do that ?
Thank you.
Youssef BENGELLOUN - ZAHR - Consultant Expert | |
Web : prodware.fr |