root / pykota / trunk / initscripts / ldap / pykota-sunds-indexes.ldif @ 3351

Revision 3351, 1.8 kB (checked in by jerome, 16 years ago)

Improved SUN DS support.

Line 
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
20dn: cn=pykotaUserName, cn=index, cn=userRoot,cn=ldbm database,cn=plugins,cn=config
21objectClass: nsIndex
22objectClass: top
23cn: pykotausername
24nsSystemIndex: false
25nsIndexType: eq
26nsIndexType: pres
27nsIndexType: sub
28
29dn: cn=pykotaGroupName, cn=index, cn=userRoot,cn=ldbm database,cn=plugins,cn=config
30objectClass: nsIndex
31objectClass: top
32cn: pykotaGroupName
33nsSystemIndex: false
34nsIndexType: eq
35nsIndexType: pres
36nsIndexType: sub
37
38dn: cn=pykotaPrinterName, cn=index, cn=userRoot,cn=ldbm database,cn=plugins,cn=config
39objectClass: nsIndex
40objectClass: top
41cn: pykotaPrinterName
42nsSystemIndex: false
43nsIndexType: eq
44nsIndexType: pres
45nsIndexType: sub
46
47dn: cn=pykotaBillingCode, cn=index, cn=userRoot,cn=ldbm database,cn=plugins,cn=config
48objectClass: nsIndex
49objectClass: top
50cn: pykotaBillingCode
51nsSystemIndex: false
52nsIndexType: eq
53nsIndexType: pres
54nsIndexType: sub
55
56dn: cn=pykotaLastJobIdent, cn=index, cn=userRoot,cn=ldbm database,cn=plugins,cn=config
57objectClass: nsIndex
58objectClass: top
59cn: pykotaLastJobIdent
60nsSystemIndex: false
61nsIndexType: eq
Note: See TracBrowser for help on using the browser.