summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/stock
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/krb5/stock')
-rw-r--r--src/include/krb5/stock/osconf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h
index 444f46209..6908b7b7d 100644
--- a/src/include/krb5/stock/osconf.h
+++ b/src/include/krb5/stock/osconf.h
@@ -83,4 +83,15 @@
#define KRB5_PATH_LOGIN "@KRB5ROOT/sbin/login.krb5"
#define KRB5_PATH_RLOGIN "@KRB5ROOT/bin/rlogin"
+/*
+ * krb4 kadmin stuff follows
+ */
+
+/* the default syslog file */
+#define KADM_SYSLOG "@KRB5ROOT/admin_server.syslog"
+
+/* where to find the bad password table */
+#define PW_CHECK_FILE "@KRB5ROOT/bad_passwd"
+
+#define DEFAULT_ACL_DIR "KDBDIR"
#endif /* KRB5_OSCONF__ */