summaryrefslogtreecommitdiffstats
path: root/sbin/idmapd/idmapd.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2003-11-22 02:16:53 +0000
committeralfred <alfred@FreeBSD.org>2003-11-22 02:16:53 +0000
commitf01b0589c9bcf48cf8f96825579ab7190c29f652 (patch)
treeba20f074b9b5dbee03581ca2d441fdf2b2964e5e /sbin/idmapd/idmapd.c
parent5d06137397cc0869db52c0ca96423fe73cd0fae0 (diff)
downloadFreeBSD-src-f01b0589c9bcf48cf8f96825579ab7190c29f652.zip
FreeBSD-src-f01b0589c9bcf48cf8f96825579ab7190c29f652.tar.gz
Bring in manpage for idmapd and change domain to @FreeBSD.org.
Approved by: re
Diffstat (limited to 'sbin/idmapd/idmapd.c')
-rw-r--r--sbin/idmapd/idmapd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/idmapd/idmapd.c b/sbin/idmapd/idmapd.c
index 0cccde8..8dccd15 100644
--- a/sbin/idmapd/idmapd.c
+++ b/sbin/idmapd/idmapd.c
@@ -25,7 +25,7 @@
* advised of the possibility of such damages.
*/
-/* XXX ignores the domain of recieved names. */
+/* XXX ignores the domain of received names. */
#include <sys/types.h>
#include <sys/ioctl.h>
@@ -52,7 +52,7 @@
#define DEV_PATH "/dev/nfs4"
-#define DOMAIN "@citi.umich.edu"
+#define DOMAIN "@FreeBSD.org"
#define BADUSER "nobody"
#define BADGROUP "nogroup"
#define BADUID (-2)
OpenPOWER on IntegriCloud