Skip to content

Commits

Permalink
ab7b35cb93
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jul 13, 2018

  1. Updated Shibboleth SP source URLs

    Updated Shibboleth SP source URLs to remove 'latest' from the paths.
    skoranda committed Jul 13, 2018
    Copy the full SHA
    ab7b35c View commit details
  2. Fix issue when openldap user has different UID

    If the deployer maps in or copies in a different /etc/passwd file that
    assigns the openldap user a different UID change the ownership of
    /var/run/slapd so that it has the correct owner.
    skoranda committed Jul 13, 2018
    Copy the full SHA
    6e4ba3b View commit details

Commits on Jun 19, 2018

  1. Fix LDAP entrypoint script no schema files injected

    Fixed logic preventing slapd entrypoint script from running to
    completion when no schema files are injected into /schema.
    skoranda committed Jun 19, 2018
    Copy the full SHA
    3ffe26f View commit details

Commits on Jun 17, 2018

  1. Copy the full SHA
    f702746 View commit details
  2. LDAP_DEBUG sends entrypoint script output to stdout

    If LDAP_DEBUG is set then the entrypoint script for the slapd images
    will invoke 'set -x' and send all output to stdout.
    skoranda committed Jun 17, 2018
    Copy the full SHA
    9a81632 View commit details
  3. Environment variable substitution into injected LDIF

    Text in injected LDIF files of the form %%SOME_VARIABLE%% will be
    replaced with the value from the environment variable SOME_VARIABLE
    before the LDIF is executed. The form %%_SOME_VARIABLE_FILE%% will be
    replaced with the contents of the file pointed to by the environment
    variable SOME_VARIABLE.
    skoranda committed Jun 17, 2018
    Copy the full SHA
    130df64 View commit details

Commits on Jun 16, 2018

  1. Better processing of injected LDIF files

    Better processing of injected LDIF files to be executed using either
    SASL external mechanism or the root DN.
    skoranda committed Jun 16, 2018
    Copy the full SHA
    998c499 View commit details
  2. Better processing of schema files

    Better processing of schema files for the slapd base image.
    skoranda committed Jun 16, 2018
    Copy the full SHA
    f450c80 View commit details

Commits on Jun 15, 2018

  1. Added logic to process LDIF

    Added logic to process LDIF files at startup time.
    skoranda committed Jun 15, 2018
    Copy the full SHA
    e63a5bd View commit details
  2. Added slapd proxy for COmanage

    Added Dockerfile and associated files to create image used to create a
    container that runs slapd as an LDAP proxy to help support
    high availability.
    skoranda committed Jun 15, 2018
    Copy the full SHA
    30b9f79 View commit details
  3. Added logic to support slapd proxy

    Added logic to the COmanage LDAP utils bash library to support the
    deployment of a slapd proxy.
    skoranda committed Jun 15, 2018
    Copy the full SHA
    1712552 View commit details
  4. Refactor slapd-base and slapd

    As part of refactor of slapd moved the entrypoint script from
    slapd-base to slapd and created Dockerfile for slapd to put it
    into plase.
    skoranda committed Jun 15, 2018
    Copy the full SHA
    46a74b7 View commit details
  5. Move slapd to slapd-base as part of refactor

    As part of refactor of the slapd images move
    comanage-registry-slapd to comanage-registry-slapd-base.
    skoranda committed Jun 15, 2018
    Copy the full SHA
    fdd0d33 View commit details

Commits on Jun 1, 2018

  1. Copy the full SHA
    235bc9d View commit details
  2. Further refactor of slapd entrypoint script

    Moved most of the slapd entrypoint script to a bash package
    so that it is more reuseable with downstream Docker packages.
    skoranda committed Jun 1, 2018
    Copy the full SHA
    8dc265f View commit details

Commits on May 30, 2018

  1. Update php image tag to php:7.0-apache-jessie

    Update the base image tag from php:7.0-apache to php:7.0-apache-jessie
    since php:7.0-apache now uses stretch as a base and the package
    dependencies need to be evolved before just switching to stretch.
    skoranda committed May 30, 2018
    Copy the full SHA
    7a0285a View commit details
  2. Copy the full SHA
    64a7c1f View commit details

Commits on May 29, 2018

  1. Better handling of CakePHP cache files during startup

    Better handling of CakePHP cache files during startup by just
    removing the cache files entirely.
    skoranda committed May 29, 2018
    Copy the full SHA
    8986f0d View commit details

Commits on May 20, 2018

  1. voPerson and refactor slapd entrypoint script

    Add voPerson LDAP schema to image and refactor the slapd entrypoint
    script so that additional schemas are checked for and added
    if necessary during each start. Additionally the TLS configuration
    is also managed during each start instead of only once at
    bootstrap. Also added synprov module to bootstrap.
    skoranda committed May 20, 2018
    Copy the full SHA
    40d0547 View commit details

Commits on May 4, 2018

  1. Add TIER beacon functionality

    Add the TIER beacon functionality to the TIER COmanage Registry
    image.
    skoranda committed May 4, 2018
    Copy the full SHA
    1712a12 View commit details

Commits on May 3, 2018

  1. Copy the full SHA
    4e71ad2 View commit details
  2. Support for TIER standard logging format

    Added support for the TIER standard logging format including
    the ability to inject using the ENV and USERTOKEN environment
    variables.
    skoranda committed May 3, 2018
    Copy the full SHA
    1ec2ec9 View commit details
  3. More sophisticated and flexible creation of email config

    Added logic for a more sophisticated and flexible approach
    to the initial creation of the COmanange Registry email.php
    configuration file.
    skoranda committed May 3, 2018
    Copy the full SHA
    53ca9f8 View commit details
  4. Remove COmanage Registry generated cache files

    Remove all COmanage Registry cache files that may have been generated
    while doing version or database updates or enabling plugins.
    skoranda committed May 3, 2018
    Copy the full SHA
    6caa381 View commit details
  5. Better logging for COmanage Registry component

    Removed the Dockerfile instruction that edited bootstrap.php and swapped
    in ConsoleLog for FileLog. Instead the FileLog will remain but now the
    entry point script sets up pipes instead of those log files and then
    spawns child processes that use cat and awk to format the log entries as
    specified for TIER packaged components.
    skoranda committed May 3, 2018
    Copy the full SHA
    5b72e59 View commit details
  6. Update documentation

    skoranda committed May 3, 2018
    Copy the full SHA
    70ebe1f View commit details
  7. Copy the full SHA
    f57a3f2 View commit details

Commits on Apr 24, 2018

  1. Copy the full SHA
    fdfcc07 View commit details

Commits on Apr 23, 2018

  1. Copy the full SHA
    0f696d7 View commit details
  2. First commit

    First commit of Mailman3 with REST API extensions needed for
    provisioning from COmanage.
    skoranda committed Apr 23, 2018
    Copy the full SHA
    33dbc11 View commit details

Commits on Apr 20, 2018

  1. Changed source URL for xerces and santuario

    Changed the source URLs for xerces and santuario to use the official
    apache.org location since the mirror being used stopped functioning.
    skoranda committed Apr 20, 2018
    Copy the full SHA
    5d787ea View commit details

Commits on Mar 24, 2018

  1. Added .htaccess for mod_auth_openidc for name environment

    Added a modified .htaccess file that is COPY'd into the image from the
    Dockerfile. The modified .htaccess file adds three RewriteRule lines
    to add environment variables OIDC_CLAIM_NAME_GIVEN,
    OIDC_CLAIM_NAME_FAMILY, and OIDC_CLAIM_NAME_MIDDLE if the standard
    OIDC claims are asserted so that they can then be consumed during
    an enrollment flow as the default value for a name entry such as
    Name (Official, CO Person).
    skoranda committed Mar 24, 2018
    Copy the full SHA
    d182d37 View commit details

Commits on Feb 28, 2018

  1. Copy the full SHA
    b710fc3 View commit details

Commits on Jan 15, 2018

  1. Copy the full SHA
    1ca7c80 View commit details

Commits on Jan 9, 2018

  1. Copy the full SHA
    70beb7d View commit details
Older