Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136558700
D51486.id159115.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D51486.id159115.diff
View Options
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -223,7 +223,7 @@
.if ${MK_GSSAPI} != "no"
CONFGROUPS+= GSSD
GSSD= gssd
-GSSDPACKAGE= kerberos
+GSSDPACKAGE= gssd
.endif
.if ${MK_HAST} != "no"
diff --git a/release/packages/ucl/gssd-all.ucl b/release/packages/ucl/gssd-all.ucl
new file mode 100644
--- /dev/null
+++ b/release/packages/ucl/gssd-all.ucl
@@ -0,0 +1,11 @@
+comment = "gssd(8) daemon for kernel GSS-API"
+desc = <<EOD
+The Generic Security Services (GSS) API is used to perform authentication over
+a network connection, most commonly when using Kerberos authentication.
+
+The kernel contains an implementation of GSS-API primarily for use by the NFS
+client and server. When kernel GSS-API is in use, gssd(8) allows the kernel
+to fetch authentication data such as Kerberos tickets from userland.
+
+This daemon is required when using Kerberos authentication with NFS.
+EOD
diff --git a/usr.sbin/gssd/Makefile b/usr.sbin/gssd/Makefile
--- a/usr.sbin/gssd/Makefile
+++ b/usr.sbin/gssd/Makefile
@@ -1,6 +1,6 @@
.include <src.opts.mk>
-PACKAGE= kerberos
+PACKAGE= gssd
PROG= gssd
MAN= gssd.8
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 19, 8:12 AM (5 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25611877
Default Alt Text
D51486.id159115.diff (1 KB)
Attached To
Mode
D51486: gssd: move to a new package
Attached
Detach File
Event Timeline
Log In to Comment