Code

same for gosa+samba3.schema.
[gosa.git] / contrib / openldap / pptp.schema
1 #
2 ## schema file for OpenLDAP 2.x
3 ## Schema for storing PPTP User Configuration in LDAP
4 ## OIDs are owned by OpenSides
5 ##
6 ## number from 1 to 50 are for objectclasses
7 ## attributeype start at 50
8 #
9 # $Id: pptp.schema,v 1.5 2005/11/02 16:47:22 guiguidoc Exp $
10 #
11 attributetype ( 1.3.6.1.4.1.22262.1.1.1.2.1 NAME 'pptpAccount'
12         DESC 'PPTP Server Account'
13         EQUALITY caseIgnoreIA5Match
14         SUBSTR caseExactIA5SubstringsMatch
15         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
17 attributetype ( 1.3.6.1.4.1.22262.1.1.1.2.2 NAME 'pptpAccountLogin'
18         DESC 'PPTP Server Account Login'
19         EQUALITY caseIgnoreIA5Match
20         SUBSTR caseExactIA5SubstringsMatch
21         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
23 attributetype ( 1.3.6.1.4.1.22262.1.1.1.2.3 NAME 'pptpAccountPassword'
24         DESC 'PPTP Server Account Password'
25         EQUALITY caseIgnoreIA5Match
26         SUBSTR caseExactIA5SubstringsMatch
27         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
29 attributetype ( 1.3.6.1.4.1.22262.1.1.1.2.4 NAME 'pptpAccountServerIP'
30         DESC 'PPTP Server Account Server IP'
31         EQUALITY caseIgnoreIA5Match
32         SUBSTR caseExactIA5SubstringsMatch
33         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
35 #
36 # all objectclass 
37 #
39 objectclass ( 1.3.6.1.4.1.22262.1.1.2.2.1 NAME 'pptpServerAccount' SUP top AUXILIARY
40  DESC 'PPTP Server Account'
41  MAY (  pptpAccount  ))