LDAP and Active Directory integration
Introduction to Abiquo and LDAP and Active Directory
The LDAP/Active Directory (AD) integration allows delegation of authentication to your organization's LDAP/AD server.
When you enable LDAP/AD, Abiquo database authentication can still be used
This feature should be enabled and configured immediately after you install Abiquo to ensure security and user coherence.
The
admin
user has a Cloud Admin role that cannot be modified or disabledIt is also possible to create additional Cloud Admin type users through LDAP/AD
From Abiquo 6.0.3 it is possible to enable LDAP/AD and Abiquo database authentication with Abiquo properties.
See “Use LDAP and Active Directory integration and basic authentication together” below
Configure the LDAP/AD integration
To configure the LDAP/AD integration do these steps:
Configure the Abiquo Properties as described below
Check LDAP/AD users have all information to be passed to Abiquo as described below
Log in to Abiquo as the
admin
user. Remember to set a secure passwordIn Abiquo, create the following entities to match your LDAP/AD entities:
Abiquo enterprises with the naming matching the value of the appropriate attribute from LDAP/AD. For details of how to create an enterprise, see Manage enterprises
Abiquo roles with the External roles attribute set to the LDAP/AD groups of the role, see Manage Roles
To use external roles, enter the role name only, for example:
External roles:
my_ldap_role_01
my_ldap_role_02
After you have completed the configuration, allow your users to log in using LDAP authentication.
Configure Abiquo properties
To support LDAP/AD configure the following properties. See also Abiquo configuration properties#ldap
Property | Default value | Explanation _____________________________________________ |
---|---|---|
abiquo.auth.module | abiquo | Whether Abiquo should authenticate only via database or it should also authenticate against LDAP/Active Directory. Valid values: |
abiquo.ldap.authentication.server.url |
| URL of LDAP/Active Directory server |
abiquo.ldap.authentication.server.port | 389 | Port to connect to on LDAP/Active Directory server. |
abiquo.ldap.authentication.server.protocol | ldap | Protocol to be used when authenticating to LDAP/Active Directory. Values: ldap , ldaps |
abiquo.ldap.authentication.server.baseDN | Base Distinguished Name of the LDAP/Active Directory. Usually, this is the Domain Controller (or Domain in Windows). | |
abiquo.ldap.authentication.custom.userDnPattern | cn={0},CN=Users | Use this property to tell Abiquo to perform an additional custom query against the specified schema in the LDAP/Active Directory. |
abiquo.ldap.authentication.attribute.enterprise | organizationname | The attribute in LDAP/Active Directory to look up the Enterprise Name which must be an Enterprise in Abiquo.
|
abiquo.ldap.authentication.autoUserCreation | true | Whether Abiquo must create a user in Abiquo based on a successful login to LDAP |
Information that Abiquo retrieves to create users
In LDAP/AD mode, at first login, Abiquo will retrieve the following information from LDAP/AD to create the users.
Field | Description |
---|---|
Enterprise | From the attribute defined by the abiquo.ldap.authentication.attribute.enterprise property |
Full name | The user's given name and surname. |
Role | From the groups of the user that match a single Abiquo role by its External roles attributes |
Username | The Distinguished Name (DN) of the user |
The contact e-mail address of the user for notifications. If this value is not present at user creation, you can enter it in Abiquo later | |
Phone | The phone number of the user. The platform will not validate this field |
Description | The description of the user |
Updating users in Abiquo
In LDAP/AD mode:
You cannot update the user's
enterprise
in Abiquo. The platform will overwrite it from LDAP/AD the next time the user logs in.Administrators can still switch enterprises while they are logged in
You cannot update the user's
role
in Abiquo. The platform will overwrite it from LDAP/AD at next loginYou can update the user's
details
, e.g. email address and phone number
Supported username forms
Abiquo currently supports these username forms:
username
username@full.dn
domain\username
displayname
You can use any of these and even switch from one to another and this will not add extra users to the Abiquo database. Each user will only have one database entry.
Tested implementations
Abiquo officially supports the following LDAP implementations.
Azure AD
Windows Server
ApacheDS
OpenLDAP 2.4
Login resource
API Documentation
For the Abiquo API documentation of this feature, see Abiquo API Resources and the page for this resource LoginResource.
To perform a login, and retrieve the currently logged in user, the API has a LoginResource
. This is a secure resource that can only be accessed after a successful login.
Troubleshooting
Abiquo DOES NOT support switching authentication modes after installation.
However:
If you need to switch from Abiquo to LDAP/AD authentication, to prevent previously created Abiquo users from logging in, delete or disable their accounts
If you need to switch from LDAP/AD to another authentication type, LDAP/AD users will not be able to log in because the password field is blank.
If the automatic user creation fails, as does the login, and the platform returns a 401 (Bad Credentials) error, it may be that Abiquo cannot link the user entry in LDAP/AD to an active Enterprise in the Abiquo database. Check if there is an appropriate enterprise attribute in LDAP/AD and that there is a matching enterprise in Abiquo. There should be debugging output in the platform logs. The property that Abiquo will look up should be configured in the abiquo.properties file (abiquo.ldap.authentication.attribute.enterprise
). The user's Enterprise
can be modified but it will be overwritten at each new login.
Remember that the user's group may only match to one Abiquo role.
If you are using a non-standard schema, and the integration fails, check that you correctly set the abiquo.ldap.authentication.custom.userDnPattern
to define the userDN
pattern.
If you are have connection timeout issues, you can also set the connection timeout and read timeout in abiquo.properties
. See Abiquo configuration properties and search for .ldap
Abiquo does not guarantee the uniqueness of users based on their username. Abiquo users are made unique by username + authType. The authType
is what the user is logged in against. So it is possible to have more than one user with the same username as long as their authType
is different and the platform should log in the appropriate user based on the authentication module property.
Copyright © 2006-2024, Abiquo Holdings SL. All rights reserved