ispman/install-data/schema/database attr.txt,NONE,1.1 objc.txt,NONE,1.1
Atif Ghaffar <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/install-data/schema/database
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2349/database
Added Files:
attr.txt objc.txt
Log Message:
Database attributes and objectclass
--- NEW FILE: objc.txt ---
# >>> START DATABASE RELATED OBJECT CLASSES
# objectClass 1.3.6.1.4.8833.2.2.1301 'ispmanDatabaseData'
# Contributed by Wendelmaques Pereira
objectClass ( 1.3.6.1.4.8833.2.1.2101 NAME 'ispmanDatabaseData'
SUP top STRUCTURAL
DESC 'Container to handle database info'
MAY ( ispmanDBType $ ispmanDBPrefix $ ispmanDBUser $ ispmanDBPass
$ ispmanDBHost $ ispmanDBHost $ ispmanDBSelectPriv
$ ispmanDBInsertPriv $ ispmanDBUpdatePriv $ ispmanDBDeletePriv
$ ispmanDBCreatePriv $ ispmanDBAlterPriv $ ispmanDBIndexPriv
$ ispmanDBDropPriv $ ispmanDBGrantPriv $ ispmanDBReferencesPriv ))
# <<< START DATABASE RELATED OBJECT CLASSES
--- NEW FILE: attr.txt ---
##################################################
# Database related AttributeTypes
##################################################
# Contributed by Wendelmaques Pereira
# >>> START DATABASE attributes
# attributeType 1.3.6.1.4.8833.2.1.2001 'ispmanDBType'
# desc: database type linke mysql, postgres
# to: dbType
# attributeType 1.3.6.1.4.8833.2.1.2002 'ispmanDBPrefix'
# desc: prefix use to concatenate with domain name
# to: dbPrefix
# attributeType 1.3.6.1.4.8833.2.1.2003 'ispmanDBUser'
# desc: username to connect to database
# to: dbUser
# attributeType 1.3.6.1.4.8833.2.1.2004 'ispmanDBPass'
# desc: password to connect to database
# to: dbPass
# attributeType 1.3.6.1.4.8833.2.1.2005 'ispmanDBHost'
# desc: hosts allowed to connect to database
# to: dbHost
# attributeType 1.3.6.1.4.8833.2.1.2005 'ispmanDBHost'
# desc: ispmanDBHost privilege
# to: ispmanDBHost
# attributeType 1.3.6.1.4.8833.2.1.2006 'ispmanDBSelectPriv'
# desc: SELECT privilege
# to: Select_priv
# attributeType 1.3.6.1.4.8833.2.1.2007 'ispmanDBInsertPriv'
# desc: INSERT privilege
# to: Insert_priv
# attributeType 1.3.6.1.4.8833.2.1.2008 'ispmanDBUpdatePriv'
# desc: UPDATE privilege
# to: Update_priv
# attributeType 1.3.6.1.4.8833.2.1.2009 'ispmanDBDeletePriv'
# desc: DELETE privilege
# to: Delete_priv
# attributeType 1.3.6.1.4.8833.2.1.2010 'ispmanDBCreatePriv'
# desc: CREATE privilege
# to: Create_priv
# attributeType 1.3.6.1.4.8833.2.1.2011 'ispmanDBAlterPriv'
# desc: ALTER privilege
# to: Alter_priv
# attributeType 1.3.6.1.4.8833.2.1.2012 'ispmanDBIndexPriv'
# desc: INDEX privilege
# to: Index_priv
# attributeType 1.3.6.1.4.8833.2.1.2013 'ispmanDBDropPriv'
# desc: DROP privilege
# to: Drop_priv
# attributeType 1.3.6.1.4.8833.2.1.2014 'ispmanDBGrantPriv'
# desc: GRANT privilege
# to: Grant_priv
# attributeType 1.3.6.1.4.8833.2.1.2015 'ispmanDBReferencesPriv'
# desc: REFERENCES privilege
# to: References_priv
attributeType ( 1.3.6.1.4.8833.2.1.4001 NAME 'ispmanDBType'
DESC 'database type linke mysql, postgres'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
attributeType ( 1.3.6.1.4.8833.2.1.4002 NAME 'ispmanDBPrefix'
DESC 'prefix use to concatenate with domain name'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
attributeType ( 1.3.6.1.4.8833.2.1.4003 NAME 'ispmanDBUser'
DESC 'username to connect to database'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
attributeType ( 1.3.6.1.4.8833.2.1.4004 NAME 'ispmanDBPass'
DESC 'password to connect to database'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
attributeType ( 1.3.6.1.4.8833.2.1.4005 NAME 'ispmanDBHost'
DESC 'hosts allowed to connect to database'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
attributeType ( 1.3.6.1.4.8833.2.1.4006 NAME 'ispmanDBSelectPriv'
DESC 'SELECT privilege'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
attributeType ( 1.3.6.1.4.8833.2.1.4007 NAME 'ispmanDBInsertPriv'
DESC 'INSERT privilege'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
attributeType ( 1.3.6.1.4.8833.2.1.4008 NAME 'ispmanDBUpdatePriv'
DESC 'UPDATE privilege'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
attributeType ( 1.3.6.1.4.8833.2.1.4009 NAME 'ispmanDBDeletePriv'
DESC 'DELETE privilege'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
attributeType ( 1.3.6.1.4.8833.2.1.4010 NAME 'ispmanDBCreatePriv'
DESC 'CREATE privilege'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
attributeType ( 1.3.6.1.4.8833.2.1.4011 NAME 'ispmanDBAlterPriv'
DESC 'ALTER privilege'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
attributeType ( 1.3.6.1.4.8833.2.1.4012 NAME 'ispmanDBIndexPriv'
DESC 'INDEX privilege'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
attributeType ( 1.3.6.1.4.8833.2.1.4013 NAME 'ispmanDBDropPriv'
DESC 'DROP privilege'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
attributeType ( 1.3.6.1.4.8833.2.1.4014 NAME 'ispmanDBGrantPriv'
DESC 'GRANT privilege'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
attributeType ( 1.3.6.1.4.8833.2.1.4015 NAME 'ispmanDBReferencesPriv'
DESC 'REFERENCES privilege'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
# <<< END DATABASE attributes
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click