Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

idmapd.conf(5) [xfree86 man page]

idmapd.conf(5)						      BSD File Formats Manual						    idmapd.conf(5)

NAME
idmapd.conf -- configuration file for idmapd, the NFSv4 ID <-> Name Mapper SYNOPSIS
Configuration file for idmapd, the NFSv4 ID <-> Name Mapper DESCRIPTION
The idmapd.conf configuration file has two sections, initiated by the strings [General] and [Mapping]. Each section may contain lines of the form variable = value The variables allowed in the General section are Verbosity, Pipefs-Directory, and Domain, whose values have the same effect as the arguments to the -v, -p, and -d commandline options, respectively. The variables allowed in the Mapping section are Nobody-User and Nobody-Group, which have the same effect as the -U and -G commandline options. EXAMPLES
An example /etc/idmapd.conf file: [General] Verbosity = 0 Pipefs-Directory = /var/lib/nfs/rpc_pipefs Domain = localdomain [Mapping] Nobody-User = nobody Nobody-Group = nobody SEE ALSO
idmapd(8) AUTHORS
The idmapd software has been developed by Marius Aamodt Eriksen <marius@citi.umich.edu>. BSD
July 16, 2003 BSD

Check Out this Related Man Page

idmapd.conf(5)                                                BSD File Formats Manual                                               idmapd.conf(5)

NAME
idmapd.conf -- configuration file for idmapd, the NFSv4 ID <-> Name Mapper SYNOPSIS
Configuration file for idmapd, the NFSv4 ID <-> Name Mapper DESCRIPTION
The idmapd.conf configuration file has two sections, initiated by the strings [General] and [Mapping]. Each section may contain lines of the form variable = value The variables allowed in the General section are Verbosity, Pipefs-Directory, and Domain, whose values have the same effect as the arguments to the -v, -p, and -d commandline options, respectively. The variables allowed in the Mapping section are Nobody-User and Nobody-Group, which have the same effect as the -U and -G commandline options. EXAMPLES
An example /etc/idmapd.conf file: [General] Verbosity = 0 Pipefs-Directory = /var/lib/nfs/rpc_pipefs Domain = localdomain [Mapping] Nobody-User = nobody Nobody-Group = nobody SEE ALSO
idmapd(8) AUTHORS
The idmapd software has been developed by Marius Aamodt Eriksen <marius@citi.umich.edu>. BSD July 16, 2003 BSD
Man Page

4 More Discussions You Might Find Interesting

1. Programming

Using Commands over SSH using Sudo

Is there a way to transfer my sudo password via ssh so that I can copy files remotely and pass them locally, so: cat sudo-passwd-file|ssh -t user@10.7.0.180 'sudo find / -depth|cpio -oacv|gzip' > /path/to/dir/file.cpio.gz I am in the process of a creating a script. Everytime I try and just... (16 Replies)
Discussion started by: metallica1973
16 Replies

2. Red Hat

NFS4 and acl: perfect on Slackware,not working on centos6,why?

I have a problem with acl and nfs4 on centos. On Slackware clients nfs4 fs mounted works fine,acl (posix,not nfs acl) is respected. On Centos 6.4 very strange thing..acl is not working on nfs4. nfsmount.conf and idmapd.conf are the same on all client and kernel options on nfs acl are the... (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

3. Red Hat

RHEL 7.1 autofs permissions do not match NFS servers

RHEL 7.1 client using autofs to mount a NIS map of home directories being exported by a Solaris 10x86 nfs server. The owner and group are correct on the NFS server, but on the RHEL client, the owner and group end up being nobody nobody. The USERS and GROUPS are NIS maps as well. They are... (2 Replies)
Discussion started by: mrmurdock
2 Replies

4. HP-UX

Unable to mount shared folder from Linux server

Hi all, I have 3 servers, rx2600, rx2600, and rx2660. I have another x86 server running on Suse, and create a shared folder named /public From 1 of the rx2600 server I can mount that shared folder : intaqa:/>mount 10.1.2.82:/public /bkup intaqa:/>cd /bkup But from 2 others server I... (29 Replies)
Discussion started by: rexmale
29 Replies