Skip to content

Commit

Permalink
feat: add 42 Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Mar 8, 2019
1 parent f9df906 commit 8e62f58
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/42/Dockerfile
@@ -0,0 +1,6 @@
FROM ubuntu

RUN apt update \
&& apt -y install heimdal-clients ldap-auth-client

COPY krb5.conf /etc/
18 changes: 18 additions & 0 deletions docker/42/krb5.conf
@@ -0,0 +1,18 @@
[libdefaults]
default_realm = 42.FR
forwardable = true
proxiable = true
dns_lookup_kdc = no
dns_lookup_realm = no
allow_weak_crypto = true
[realms]
42.FR = {
kdc = kdc1.42.fr
admin_server = kdc1.42.fr
default_domain = 42.fr
default_lifetime = 7d
ticket_lifetime = 7d
}
[domain_realm]
.42.fr = 42.FR
42.fr = 42.FR

0 comments on commit 8e62f58

Please sign in to comment.