1 | #===================================================== |
---|
2 | # |
---|
3 | # (c) 2008 Darin Perusich <darin _AT_ darins _DOT_ net> |
---|
4 | # |
---|
5 | # This program is free software: you can redistribute it and/or modify |
---|
6 | # it under the terms of the GNU General Public License as published by |
---|
7 | # the Free Software Foundation, either version 3 of the License, or |
---|
8 | # (at your option) any later version. |
---|
9 | # |
---|
10 | # This program is distributed in the hope that it will be useful, |
---|
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
13 | # GNU General Public License for more details. |
---|
14 | # |
---|
15 | # You should have received a copy of the GNU General Public License |
---|
16 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
---|
17 | # |
---|
18 | #===================================================== |
---|
19 | |
---|
20 | dn: cn=pykotaUserName, cn=index, cn=userRoot,cn=ldbm database,cn=plugins,cn=config |
---|
21 | objectClass: nsIndex |
---|
22 | objectClass: top |
---|
23 | cn: pykotausername |
---|
24 | nsSystemIndex: false |
---|
25 | nsIndexType: eq |
---|
26 | nsIndexType: pres |
---|
27 | nsIndexType: sub |
---|
28 | |
---|
29 | dn: cn=pykotaGroupName, cn=index, cn=userRoot,cn=ldbm database,cn=plugins,cn=config |
---|
30 | objectClass: nsIndex |
---|
31 | objectClass: top |
---|
32 | cn: pykotaGroupName |
---|
33 | nsSystemIndex: false |
---|
34 | nsIndexType: eq |
---|
35 | nsIndexType: pres |
---|
36 | nsIndexType: sub |
---|
37 | |
---|
38 | dn: cn=pykotaPrinterName, cn=index, cn=userRoot,cn=ldbm database,cn=plugins,cn=config |
---|
39 | objectClass: nsIndex |
---|
40 | objectClass: top |
---|
41 | cn: pykotaPrinterName |
---|
42 | nsSystemIndex: false |
---|
43 | nsIndexType: eq |
---|
44 | nsIndexType: pres |
---|
45 | nsIndexType: sub |
---|
46 | |
---|
47 | dn: cn=pykotaBillingCode, cn=index, cn=userRoot,cn=ldbm database,cn=plugins,cn=config |
---|
48 | objectClass: nsIndex |
---|
49 | objectClass: top |
---|
50 | cn: pykotaBillingCode |
---|
51 | nsSystemIndex: false |
---|
52 | nsIndexType: eq |
---|
53 | nsIndexType: pres |
---|
54 | nsIndexType: sub |
---|
55 | |
---|
56 | dn: cn=pykotaLastJobIdent, cn=index, cn=userRoot,cn=ldbm database,cn=plugins,cn=config |
---|
57 | objectClass: nsIndex |
---|
58 | objectClass: top |
---|
59 | cn: pykotaLastJobIdent |
---|
60 | nsSystemIndex: false |
---|
61 | nsIndexType: eq |
---|