summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2005-12-29 14:40:22 +0000
committerdfr <dfr@FreeBSD.org>2005-12-29 14:40:22 +0000
commitd9cbcb50b52b6c033a00eac46c9285955eed228c (patch)
treef226da354a25653f837708c3ecef3468ea981824 /etc
parent11d326ac1ada3057acc7c5e99fe9a161d43a4c8e (diff)
downloadFreeBSD-src-d9cbcb50b52b6c033a00eac46c9285955eed228c.zip
FreeBSD-src-d9cbcb50b52b6c033a00eac46c9285955eed228c.tar.gz
Add a new extensible GSS-API layer which can support GSS-API plugins,
similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile1
-rw-r--r--etc/gss/Makefile7
-rw-r--r--etc/gss/mech4
-rw-r--r--etc/gss/qop3
-rw-r--r--etc/mtree/BSD.include.dist2
-rw-r--r--etc/mtree/BSD.root.dist2
6 files changed, 19 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 5285d45..9826a9c 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -103,6 +103,7 @@ distribution:
${DESTDIR}/etc/master.passwd
cd ${.CURDIR}/bluetooth; ${MAKE} install
cd ${.CURDIR}/defaults; ${MAKE} install
+ cd ${.CURDIR}/gss; ${MAKE} install
cd ${.CURDIR}/periodic; ${MAKE} install
cd ${.CURDIR}/rc.d; ${MAKE} install
cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall
diff --git a/etc/gss/Makefile b/etc/gss/Makefile
new file mode 100644
index 0000000..479fd2f
--- /dev/null
+++ b/etc/gss/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+FILES= mech qop
+NO_OBJ=
+FILESDIR= /etc/gss
+
+.include <bsd.prog.mk>
diff --git a/etc/gss/mech b/etc/gss/mech
new file mode 100644
index 0000000..e6d7299
--- /dev/null
+++ b/etc/gss/mech
@@ -0,0 +1,4 @@
+# $FreeBSD$
+#
+# Name OID Library name Kernel module
+kerberosv5 1.2.840.113554.1.2.2 /usr/lib/libgssapi_krb5.so.8 -
diff --git a/etc/gss/qop b/etc/gss/qop
new file mode 100644
index 0000000..f975dbf
--- /dev/null
+++ b/etc/gss/qop
@@ -0,0 +1,3 @@
+# $FreeBSD$
+GSS_KRB5_CONF_C_QOP_DES 0x0100 kerberosv5
+GSS_KRB5_CONF_C_QOP_DES3_KD 0x0200 kerberosv5
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist
index 4218619..81c20b2 100644
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -121,6 +121,8 @@
..
gpib
..
+ gssapi
+ ..
isofs
cd9660
..
diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist
index 6d2d98f..07ff221 100644
--- a/etc/mtree/BSD.root.dist
+++ b/etc/mtree/BSD.root.dist
@@ -28,6 +28,8 @@
..
gnats
..
+ gss
+ ..
isdn mode=0700
..
mail
OpenPOWER on IntegriCloud