/[packages]/cauldron/nfs-utils/current/SOURCES/nfsv4.schema
ViewVC logotype

Contents of /cauldron/nfs-utils/current/SOURCES/nfsv4.schema

Parent Directory Parent Directory | Revision Log Revision Log


Revision 49044 - (show annotations) (download)
Tue Feb 8 16:36:05 2011 UTC (12 years, 4 months ago) by ennael
File size: 1215 byte(s)
imported package nfs-utils
1 attributetype ( 1.3.6.1.4.1.250.1.61
2 NAME ( 'NFSv4Name')
3 DESC 'NFS version 4 Name'
4 EQUALITY caseIgnoreIA5Match
5 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
6 SINGLE-VALUE)
7
8 attributetype ( 1.3.6.1.4.1.250.1.62
9 NAME ( 'GSSAuthName')
10 DESC 'RPCSEC GSS authenticated user name'
11 EQUALITY caseIgnoreIA5Match
12 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
13
14 #
15 # minimal information for NFSv4 access. used when local filesystem
16 # access is not permitted (nsswitch ldap calls fail), or when
17 # inetorgPerson is too much info.
18 #
19 objectclass ( 1.3.6.1.4.1.250.1.60 NAME 'NFSv4RemotePerson'
20 DESC 'NFS version4 person from remote NFSv4 Domain'
21 SUP top STRUCTURAL
22 MUST ( uidNumber $ gidNumber $ NFSv4Name )
23 MAY ( cn $ GSSAuthName $ description) )
24
25 #
26 # minimal information for NFSv4 access. used when local filesystem
27 # access is not permitted (nsswitch ldap calls fail), or when
28 # inetorgPerson is too much info.
29 #
30 objectclass ( 1.3.6.1.4.1.250.1.63 NAME 'NFSv4RemoteGroup'
31 DESC 'NFS version4 group from remote NFSv4 Domain'
32 SUP top STRUCTURAL
33 MUST ( gidNumber $ NFSv4Name )
34 MAY ( cn $ memberUid $ description) )
35

  ViewVC Help
Powered by ViewVC 1.1.28