From d428b64adcd7aa90681669315f7ff847bb2af3ea Mon Sep 17 00:00:00 2001
From: William Harrington <kb0iic@cross-lfs.org>
Date: Sat, 26 Apr 2014 20:51:13 -0500
Subject: Initial commit.

---
 clfs/default/dhcpd     | 12 ++++++++++++
 clfs/default/fcron     |  2 ++
 clfs/default/samba     |  5 +++++
 clfs/default/saslauthd | 36 ++++++++++++++++++++++++++++++++++++
 clfs/default/slapd     | 17 +++++++++++++++++
 clfs/default/svnserve  |  8 ++++++++
 clfs/default/winbindd  |  2 ++
 7 files changed, 82 insertions(+)
 create mode 100644 clfs/default/dhcpd
 create mode 100644 clfs/default/fcron
 create mode 100644 clfs/default/samba
 create mode 100644 clfs/default/saslauthd
 create mode 100644 clfs/default/slapd
 create mode 100644 clfs/default/svnserve
 create mode 100644 clfs/default/winbindd

(limited to 'clfs/default')

diff --git a/clfs/default/dhcpd b/clfs/default/dhcpd
new file mode 100644
index 0000000..af6bf30
--- /dev/null
+++ b/clfs/default/dhcpd
@@ -0,0 +1,12 @@
+# Begin /etc/default/dhcpd
+
+# On which interfaces should the DHCP Server (dhcpd) serve DHCP requests
+# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
+# By default, dhcpd will listen on all available interfaces. In that
+# case, use -4 or -6 in the DHCPD_OPTS below to listen on IPv4 or IPv6
+DHCPD_INTERFACES=""
+
+# Additional options that you want to pass to the DHCP Server Daemon
+DHCPD_OPTS=""
+
+# End /etc/default/dhcpd
diff --git a/clfs/default/fcron b/clfs/default/fcron
new file mode 100644
index 0000000..c54142c
--- /dev/null
+++ b/clfs/default/fcron
@@ -0,0 +1,2 @@
+# Additional options to pass to fcron command line
+FCRON_OPTS=
diff --git a/clfs/default/samba b/clfs/default/samba
new file mode 100644
index 0000000..cfd9119
--- /dev/null
+++ b/clfs/default/samba
@@ -0,0 +1,5 @@
+# Additional options to pass to nmbd command line
+NMBD_OPTS=
+
+# Additional options to pass to smbd command line
+SMBD_OPTS=
diff --git a/clfs/default/saslauthd b/clfs/default/saslauthd
new file mode 100644
index 0000000..4bb2930
--- /dev/null
+++ b/clfs/default/saslauthd
@@ -0,0 +1,36 @@
+# Begin /etc/default/saslauthd
+
+# Which authentication mechanisms should saslauthd use? (default: pam)
+#
+# Available options in this package:
+# getpwent  -- use the getpwent() library function
+# kerberos5 -- use Kerberos 5
+# pam       -- use PAM
+# rimap     -- use a remote IMAP server
+# shadow    -- use the local shadow password file
+# sasldb    -- use the local sasldb database file
+# ldap      -- use LDAP (configuration is in /etc/saslauthd.conf)
+#
+# Only one option may be used at a time. See the saslauthd man page
+# for more information.
+#
+# Example: MECHANISMS="shadow"
+MECHANISMS="shadow"
+
+# Additional options for this mechanism. (default: none)
+# See the saslauthd man page for information about mech-specific options.
+# Note: Specify "-O options" in the following variable or saslauthd will fail.
+MECH_OPTIONS=""
+
+# How many saslauthd processes should we run? (default: 5)
+# A value of 0 will fork a new process for each connection.
+THREADS=5
+
+# Other options (default: -c -m /var/run/saslauthd)
+# Note: You MUST specify the -m option or saslauthd won't run!
+#
+# See the saslauthd man page and the output of 'saslauthd -h' for general
+# information about these options.
+SASLAUTHD_OPTS="-c -m /var/run/saslauthd"
+
+# End /etc/default/saslauthd
diff --git a/clfs/default/slapd b/clfs/default/slapd
new file mode 100644
index 0000000..7f746d6
--- /dev/null
+++ b/clfs/default/slapd
@@ -0,0 +1,17 @@
+# Begin /etc/default/slapd
+
+# slapd normally serves ldap only on all TCP-ports 389. slapd can also
+# service requests on TCP-port 636 (ldaps) and requests via unix
+# sockets.
+# Example usage:
+#SLAPD_SERVICES="ldap://127.0.0.1:389/ ldaps:/// ldapi:///"
+
+# Add any aditional options you want to pass to slapd command line.
+#
+# Use "-h $SLAPD_SERVICES" in the SLAPD_OPTS below if you have
+# uncommented and modified SLAPD_SERVICES line above.
+#
+# See man 8 slapd for more information.
+SLAPD_OPTS=""
+
+# End /etc/default/slapd
diff --git a/clfs/default/svnserve b/clfs/default/svnserve
new file mode 100644
index 0000000..d0843ff
--- /dev/null
+++ b/clfs/default/svnserve
@@ -0,0 +1,8 @@
+# Begin /etc/default/svnserve
+
+# Additional options to pass to svnserve command line
+#
+# Example: -r /srv/svn/repositories
+SVNSERVE_OPTS=""
+
+# End /etc/default/svnserve
diff --git a/clfs/default/winbindd b/clfs/default/winbindd
new file mode 100644
index 0000000..07b79c1
--- /dev/null
+++ b/clfs/default/winbindd
@@ -0,0 +1,2 @@
+# Additional options to pass to winbindd command line
+WINBINDD_OPTS=
-- 
cgit v1.2.3-54-g00ecf