VMware Lightwave is a software stack geared towards providing identity services including authentication and authorization for large-scale distributed infrastructure, applications and containers.
VMware Lightwave consists of the following primary components.
-
VMware Directory Service (vmdir)
-
VMware Certificate Authority (vmca)
-
VMware Authentication Framework Daemon/Service (vmafd)
-
VMware Secure Token Service (vmware-sts)
Lightwave uses several existing open source packages. These include
- OpenLDAP
OpenLDAP is used for the LDAP server protocol head and the OpenLDAP Lightning MDB embedded database is used as the underlying LDAP store
- Heimdal Kerberos
The Heimdal Kerberos stack is used as the Kerberos protocol head.
- DCE/RPC
DCE/RPC is used as the control infrastructure for configuration of the Lightwave LDAP directory service
- Likewise Open
The Likewise Open stack is used for its service control infrastructure, its registry infrastructure and its NT Security Descriptor support. Likewise Open also provides a easy mechanism to provide ssh support for Lightwave clients
The first three packages are co-located within the Lightwave project. The Likewise Open project is a separate project and needs to be built from a separate git repository. A binary RPM is also available, please see instructions below to add the repository.
git clone ssh://git@github.com/vmware/lightwave.git
These build instructions are to build Lightwave on VMware's Photon Linux distribution.
-
Clone lightwave git repository onto your Photon (Full) installation.
-
Ensure likewise-open-devel-6.2..x86_64.rpm is installed on your Photon system.
-
Run make* in [workspace root]
-
As part of a successful build, the following RPMs should be created in the [workspace root]/stage folder
-
vmware-event-devel-1.0.0-0.x86_64.rpm
-
vmware-directory-client-6.0.2-0.x86_64.rpm
-
vmware-directory-6.0.2-0.x86_64.rpm
-
vmware-directory-client-devel-6.0.2-0.x86_64.rpm
-
vmware-dns-client-6.0.0-0.x86_64.rpm
-
vmware-dns-6.0.0-0.x86_64.rpm
-
vmware-dns-client-devel-6.0.0-0.x86_64.rpm
-
vmware-afd-client-6.0.2-0.x86_64.rpm
-
vmware-afd-6.0.2-0.x86_64.rpm
-
vmware-afd-client-devel-6.0.2-0.x86_64.rpm
-
vmware-ca-6.0.2-0.x86_64.rpm
-
vmware-ca-client-6.0.2-0.x86_64.rpm
-
vmware-ca-client-devel-6.0.2-0.x86_64.rpm
-
vmware-sts-6.0.2-0.x86_64.rpm
-
vmware-sts-client-6.0.2-0.x86_64.rpm
-
vmware-ic-config-1.0.2-0.x86_64.rpm
-
vmware-lightwave-clients-6.0.2-0.x86_64.rpm
-
vmware-lightwave-server-6.0.2-0.x86_64.rpm
-
A Lightwave platform comprises of Lightwave Domain Controllers and Lightwave Domain Clients.
Pre-built binaries for Lightwave are available through the following YUM repositories that can be configured on your Photon deployment.
After the following YUM repositories have been configured, it should be possible to install the Lightwave Domain Controller and Lightwave Clients using "tdnf install vmware-lightwave-server" and "tdnf install vmware-lightwave-clients" respectively.
Note : After configuring the following YUM repositories, please disable the photon-iso.repo; this is achieved by setting "enabled=0" in /etc/yum.repos.d/photon-iso.repo.
Create the file "/etc/yum.repos.d/lightwave.repo" with the following contents.
[lightwave]
name=VMware Lightwave 1.0(x86_64)
baseurl=https://dl.bintray.com/vmware/lightwave
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY
gpgcheck=0
enabled=1
skip_if_unavailable=True
Create the file "/etc/yum.repos.d/photon-extras.repo" with the following contents.
[photon-extras]
name=VMware Photon Extras 1.0(x86_64)
baseurl=https://dl.bintray.com/vmware/photon_extras
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY
gpgcheck=0
enabled=1
skip_if_unavailable=True
You must first install the following packages on your Photon instance
-
vmware-directory-client-6.0.2-0.x86_64.rpm
-
vmware-directory-6.0.2-0.x86_64.rpm
-
vmware-dns-client-6.0.0-0.x86_64.rpm
-
vmware-dns-6.0.0-0.x86_64.rpm
-
vmware-afd-client-6.0.2-0.x86_64.rpm
-
vmware-afd-6.0.2-0.x86_64.rpm
-
vmware-ca-client-6.0.2-0.x86_64.rpm
-
vmware-ca-6.0.2-0.x86_64.rpm
-
vmware-ic-config-1.0.2-0.x86_64.rpm
Alternately, you can install the vmware-lightwave-server-6.0.2-0.x86_64.rpm which is a meta RPM with dependencies on all the above RPMs.
If using the YUM repositories for the pre-built binaries, install the Lightwave Domain Controller using "tdnf install vmware-lightwave-server".
/opt/vmware/bin/ic-promote
/opt/vmware/bin/ic-promote --partner <hostname or ip-address of partner instance>
Notes:
-
The password specified for the domain administrator must be at least 8 characters, include an upper case letter, a lower case letter, a digit and a special character.
-
Make sure to assign a static ip address or a dhcp-address with a reservation to the system before promoting it to be a domain controller.
The following packages are required to join the Photon system to the Lightwave Domain.
-
vmware-directory-client-6.0.2-0.x86_64.rpm
-
vmware-dns-client-6.0.0-0.x86_64.rpm
-
vmware-afd-client-6.0.2-0.x86_64.rpm
-
vmware-afd-6.0.2-0.x86_64.rpm
-
vmware-ca-client-6.0.2-0.x86_64.rpm
-
vmware-ic-config-1.0.2-0.x86_64.rpm
Alternately, you can install the vmware-lightwave-clients-6.0.2-0.x86_64.rpm which is a meta RPM with dependencies on all the above RPMs.
If using the YUM repositories for the pre-built binaries, install the Lightwave Domain Client using "tdnf install vmware-lightwave-clients".
/opt/vmware/bin/ic-join --domain-controller <hostname or ip-address of domain controller>