projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f5bc5e
)
Added definitions needed for v4kadmind
author
Tom Yu
<tlyu@mit.edu>
Fri, 15 Apr 1994 23:11:18 +0000
(23:11 +0000)
committer
Tom Yu
<tlyu@mit.edu>
Fri, 15 Apr 1994 23:11:18 +0000
(23:11 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3572
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/stock/osconf.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/stock/osconf.h
b/src/include/krb5/stock/osconf.h
index 444f46209c435deda1ed38ef8b3d4028cff38f27..6908b7b7d869d6bcef7ea11ec5b84a263cad07da 100644
(file)
--- 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__ */