[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Use LDAP netgroup to control NFS exports?
- To: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- Subject: Use LDAP netgroup to control NFS exports?
- From: jupiter <jupiter.hce@gmail.com>
- Date: Thu, 2 May 2013 22:54:37 +1000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=eCiPxu+mhSSvwYw1wb1pKCAsZL4fzA9tHjMvalJdbzU=; b=PB8oNGJNHVM2EgvJjPAQqoWxfAsEe6NuOZSzCuiVbYuFC5MV33sQclHF5VwOdjyWo5 wlxIAY8sCMweQdMBl75kpvwSnnTu7hwyykUDZWtccRyaUtCKW3ihpK6pYLQp9feD5MGw J39EzH8NnuI0xE5furkF3hdamyaYxT2t2FdKXu98JB6H8ZC2ElzKJuDmx1I05c7rl0+p BDgshqM1wwh4GRDAGybtXhgozrrx2OY3KTN75rfpwgGgOfgd3JBjQ0YRV2KJM2LMME08 BFrw41GUO2Pprk+jJoWNA6YMOKNgTqtim4G8ZI7s6upxXMHg2e1Rit4AKC7ONmjNh+gw wJXQ==
Hi,
I am running LDAP server and NFS server on CentOS 6, is it true that
LDAP can be used to control NFS exports authentication, uid and gid
setting without needing to specifie client IP addresses , anonuid and
anongid on NFS exports file?
I saw some sample such as to define "/tmp/nfs2
@mynetgrp(rw,no_root_squash)" to exports file, it seems to me, you can
add new user with IP address to LDAP entry anytine without updating
exports file in NFS server?
If it is correct, has the netgroup schema already been defined in
/etc/openldap/schema? Could anyone kindly point me a link for document
or howto for the setting in both LDAP and NFS exports?
Thank you.
Kind regards.
Jupiter