Current File : //etc/fs/nfs/smb-15.schema
#
# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
#

attributetype (
    1.3.6.1.4.1.31103.1.201 NAME 'fedfsSmbState'
    DESC 'SMB DFS target state, 1=OFFLINE, 2=ONLINE'
    EQUALITY integerMatch
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
    SINGLE-VALUE
    )


attributetype (
    1.3.6.1.4.1.31103.1.202 NAME 'fedfsSmbPriorityClass'
    DESC 'SMB DFS target priority class, range -1::4'
    EQUALITY integerMatch
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
    SINGLE-VALUE
    )


attributetype (
    1.3.6.1.4.1.31103.1.203 NAME 'fedfsSmbPriorityRank'
    DESC 'SMB DFS target priority rank, range 0::0x1F'
    EQUALITY integerMatch
    SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
    SINGLE-VALUE
    )


attributetype (
    1.3.6.1.4.1.31103.1.204 NAME 'fedfsSmbURI'
    DESC 'SMB Location of fileset'
    SUP labeledURI
    SINGLE-VALUE
    )


objectclass (
    1.3.6.1.4.1.31103.1.1005 NAME 'fedfsSmbFsl'
    DESC 'An SMB location of a fileset'
    SUP fedfsFsl STRUCTURAL
    MUST (
            fedfsSmbURI
    )
    MAY (
	    fedfsSmbState
	    $ fedfsSmbPriorityClass
	    $ fedfsSmbPriorityRank
    ))