Changing Bindplane Authentication Type
Migrate Bindplane Auth type between System, LDAP, or Active Directory
Using the CLI, you can migrate your authentication type that Bindplane uses from System, LDAP or Active Directory.
Migrating between Authentication Types in Bindplane
Prerequisites
The Bindplane free edition license does not include LDAP or Active Directory authentication types. More information on version comparisons can be found here as well as requesting a trial license.
Backup existing environment
The first step in any major change to your Bindplane instance is to back up your current settings and environment. This is an important step for disaster recover and should be performed before any major changes to your environment. The latest backup instructions can be found here.
You will also want to back up your configuration file located at /etc/bindplane/config.yaml which will contain the system authentication username and password should you want to switch back to system auth.
Switching from System, Active Directory or LDAP Authentication Methods
The following example will switch your Bindplane auth type between System, Active Directory or LDAP Authentication and migrate them over.
For an overview of what the options are for LDAP/Active Directory and their descriptions, see the table provided in our documentation.
Use the following command run from the Bindplane server itself, usually through SSH. If your configuration file is not in a default location, change /etc/bindplane/config.yaml to the applicable path:
sudo bindplane init auth -c /etc/bindplane/config.yaml
If you are switching from System Authentication, this will ask you for Active Directory or LDAP specific information that were outlined in the link above. If you run into any problems or questions with what it is asking for, simply abort the process and open a support ticket to ensure you have the right information.
Last updated
Was this helpful?