Hello,

I am installing LAM Pro in a container on AWS Fargate using the latest
ubuntu image 18.04.
I downloaded the LAM Pro .deb packages from:

    https://www.ldap-account-manager.org/lamcms/LAMProReleases
     ldap-account-manager_6.7-1_all.deb

I have been able to install both free and pro versions but when I try to
install the license in the Pro version I can't find the license field as
specified here:

https://www.ldap-account-manager.org/static/doc/manual-onePage/index.html#idm673

Here are some specs of what I'm using right now:

Dockerfile:
####################################################################
FROM ubuntu
COPY ldap-account-manager_6.7-1_all.deb /root
RUN apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y
wget dialog apache2 libapache2-mod-php php php-ldap php-zip php-xml
php-curl php-gd php-imagick  php-tcpdf php-phpseclib php-monolog
fonts-dejavu
WORKDIR /root
RUN dpkg -i ldap-account-manager_6.7-1_all.deb
ADD config.tar.gz /var/lib/ldap-account-manager/
CMD service apache2 start && tail -f /var/log/apache2/error.log

EXPOSE 80

####################################################################


Container:

OS version:
root@664753c8f7ad:/etc/apache2# cat /etc/*release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04

Installed ldap account manager package version:

root@664753c8f7ad:/etc/apache2# apt-cache policy ldap-account-manager
ldap-account-manager:
  Installed: 6.7-1
  Candidate: 6.7-1
  Version table:
 *** 6.7-1 100
        100 /var/lib/dpkg/status
     6.2-1 500
        500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages


How do I add the license to LAM Pro?

Thank you,

Antonio Castillo
_______________________________________________
Lam-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lam-public

Reply via email to