Re: [vchkpw] Ldap + vpopmail error

2003-01-05 Thread Boris Manojlovic
Hi Remo

Obviusly you didn't read ldap README very well :)
please read section about slapd.conf
this error shows that you didn't included core.schema (or like)

Steki
 Hey guys, I am trying to get this going and I get this error when I try
 to start slapd:


 usr/etc/openldap/schema/qmailUser.schema: line 39: ObjectClass not
 found: top
 I have compiled ldap 2.0.27.


 Here is my qmailUser.schema:

 attributetype ( 1.3.6.1.4.1.8868.3.1.2
 NAME 'qmailGID'
 DESC 'qmail group id'
 EQUALITY caseIgnoreIA5Match
 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100}
 SINGLE-VALUE )

 attributetype ( 1.3.6.1.4.1.8868.3.1.3
 NAME 'qmailUID'
 DESC 'qmail userid'
 EQUALITY caseIgnoreIA5Match
 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100}
 SINGLE-VALUE )

 attributetype ( 1.3.6.1.4.1.8868.3.1.4
 NAME 'qmaildomain'
 DESC 'qmail Domain'
 EQUALITY caseIgnoreIA5Match
 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100}
 SINGLE-VALUE )
 attributetype ( 1.3.6.1.4.1.8868.3.1.6
 NAME 'mailQuota'
 DESC 'qmail quota'
 EQUALITY caseIgnoreIA5Match
 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100}
 SINGLE-VALUE )
 attributetype ( 1.3.6.1.4.1.8868.3.1.7
 NAME 'mailMessageStore'
 DESC 'qmail Store'
 EQUALITY caseIgnoreIA5Match
 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100}
 SINGLE-VALUE )

 objectclass ( 1.3.6.1.4.1.8868.3.1
 NAME 'qmailUser'
 DESC 'qmail local mail recipient'
 SUP ( top $ person $ organizationalPerson )
 MAY ( qmailGID $ qmailUID $ qmaildomain $
 mailQuota $ mailMessageStore $ name $ cn $ userPassword
 $
 uid ) )


 Thanks for any suggestions.

 Remo







[vchkpw] Ldap + vpopmail error

2003-01-04 Thread Remo Mattei
Hey guys, I am trying to get this going and I get this error when I try to
start slapd:


usr/etc/openldap/schema/qmailUser.schema: line 39: ObjectClass not found:
top
I have compiled ldap 2.0.27.


Here is my qmailUser.schema:

attributetype ( 1.3.6.1.4.1.8868.3.1.2
NAME 'qmailGID'
DESC 'qmail group id'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100}
SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.8868.3.1.3
NAME 'qmailUID'
DESC 'qmail userid'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100}
SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.8868.3.1.4
NAME 'qmaildomain'
DESC 'qmail Domain'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100}
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.8868.3.1.6
NAME 'mailQuota'
DESC 'qmail quota'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100}
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.8868.3.1.7
NAME 'mailMessageStore'
DESC 'qmail Store'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100}
SINGLE-VALUE )

objectclass ( 1.3.6.1.4.1.8868.3.1
NAME 'qmailUser'
DESC 'qmail local mail recipient'
SUP ( top $ person $ organizationalPerson )
MAY ( qmailGID $ qmailUID $ qmaildomain $
mailQuota $ mailMessageStore $ name $ cn $ userPassword $
uid ) )


Thanks for any suggestions.

Remo