Difference between revisions of "Libnfsidmap"

From CBLFS
Jump to navigationJump to search
(Non-Multilib)
Line 39: Line 39:
  
 
  todo
 
  todo
 +
 +
== Configuring ==
 +
 +
=== idmapd.conf ===
 +
 +
Create a basic idmapd.conf, edit as you see fit:
 +
 +
cat > /etc/idmapd.conf << "EOF"
 +
# Begin /etc/idmapd.conf
 +
 +
[General]
 +
Domain = ''<dns domain>''
 +
 +
[Translation]
 +
Method = nsswitch
 +
 +
# End of /etc/idmapd.conf
 +
EOF

Revision as of 12:30, 16 November 2008

Download Source: http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-0.25.tar.gz

Introduction to Libnfsidmap

Library to help mapping id's, mainly for NFSv4.

Project Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/

Dependencies

Optional

Non-Multilib

Configure and compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install &&
install -m644 -v idmapd.conf /etc/idmapd.conf

Multilib

32Bit

todo

N32

todo

64Bit

todo

Configuring

idmapd.conf

Create a basic idmapd.conf, edit as you see fit:

cat > /etc/idmapd.conf << "EOF"
# Begin /etc/idmapd.conf

[General]
Domain = <dns domain>

[Translation]
Method = nsswitch

# End of /etc/idmapd.conf
EOF