summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
Diffstat (limited to 'install/share')
-rw-r--r--install/share/Makefile.am3
-rw-r--r--install/share/krb.js.template2
2 files changed, 4 insertions, 1 deletions
diff --git a/install/share/Makefile.am b/install/share/Makefile.am
index 68c98e05a..03fef9a66 100644
--- a/install/share/Makefile.am
+++ b/install/share/Makefile.am
@@ -31,8 +31,9 @@ app_DATA = \
krb5.conf.template \
krb5.ini.template \
krb.con.template \
+ krb.js.template \
krbrealm.con.template \
- preferences.html.template \
+ preferences.html.template \
smb.conf.template \
smb.conf.empty \
referint-conf.ldif \
diff --git a/install/share/krb.js.template b/install/share/krb.js.template
new file mode 100644
index 000000000..e7ea05595
--- /dev/null
+++ b/install/share/krb.js.template
@@ -0,0 +1,2 @@
+var IPA_REALM = "$REALM";
+var IPA_DOMAIN = "$DOMAIN"; \ No newline at end of file