tillt / docker-kdc

Docker container generator for a Kerberos KDC.
Apache License 2.0
49 stars 21 forks source link

Fix realm debconf issue and Dockerfile substitution #2

Closed sttts closed 8 years ago

s-urbaniak commented 8 years ago

LGTM, works on my machine:

$ kinit tillt/mb15.local@LOCAL
tillt/mb15.local@LOCAL's password:
tillt commented 8 years ago

The debconf issue is rather interesting. There must have been a change in the debian package installer script triggering this bug now. My sneaky hack of bypassing the menu-driven debian installer of the kerberos-package obviously now blew up.

Thanks a bunch for your fixes!