Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Kerberos cross-realm authentication support #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 19, 2015

  1. Kerberos cross-realm authentication support

    The change to vmdir/rpcserv.c allows "foreign domain" Kerberos principals
    to be stored in vmdir. The idea is to always generate a DN which is under
    the cn=users,dc=vsphere,dc=local (assuming vdcpromo was -d VSPHERE.LOCAL).
    Example for a cross-realm object:
      cn=krbtgt/LOCAL@FOREIGN,cn=users,dc=vsphere,dc=local.
    The UPN will still be krbtgt/LOCAL@FOREIGN, and vmkdc will still be able
    to find this object.
    
    Backport work already functioning in project-lightwave for
    cross-realm authentication to lotus/main.
    
    cross-realm-install.sh is more relevant to deploying on photon, and probably
    not much use in lotus/main.
    numberer6 committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    e9475de View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. Fix merges missed by patch.

    Variable declarations were missing after applying the lotus/main
    patch for rpcserv.c.
    numberer6 committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    56637fe View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

  1. sruo cross-realm vmdir patch

    Patch applied to project-lightwave, but that was
    deleted. This change is essential for storing
    foreign domain principal attributes in vmdir.
    numberer6 committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    eb645d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

  1. Adding vmdns to git depot.

    Ported vmdns to lightwave build system. Inital commit.
    of this project into git.
    numberer6 committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    2d26ed9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. Configuration menu
    Copy the full SHA
    64f12cb View commit details
    Browse the repository at this point in the history