Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/nss/config
diff options
context:
space:
mode:
Diffstat (limited to 'nss/config')
-rw-r--r--nss/config/debug.h3
-rw-r--r--nss/config/shell.h2
-rw-r--r--nss/config/spool.h2
3 files changed, 7 insertions, 0 deletions
diff --git a/nss/config/debug.h b/nss/config/debug.h
new file mode 100644
index 0000000..a4e10bf
--- /dev/null
+++ b/nss/config/debug.h
@@ -0,0 +1,3 @@
+/* Name of the environment variable whose definition will trigger nss-rainbow
+ * debug output. */
+#define DEBUG "NSS_RAINBOW_DEBUG"
diff --git a/nss/config/shell.h b/nss/config/shell.h
new file mode 100644
index 0000000..d88348b
--- /dev/null
+++ b/nss/config/shell.h
@@ -0,0 +1,2 @@
+/* Default shell for rainbow-created uids. */
+#define SHELL "/bin/bash"
diff --git a/nss/config/spool.h b/nss/config/spool.h
new file mode 100644
index 0000000..44c685e
--- /dev/null
+++ b/nss/config/spool.h
@@ -0,0 +1,2 @@
+/* Location where the rainbow user/group database is stored. */
+#define SPOOL "/var/spool/rainbow/2"