[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Ldap searching technique
Hi,
Create a schema file "qmail.schema" with the following and include it in the
slapd.conf file along with "core.shema"
# Attribute Type Definitions
attributetype ( 1.3.6.1.1.1.1.0 NAME 'qmailUID'
DESC ''
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
attributetype ( 1.3.6.1.1.1.1.1 NAME 'qmailGID'
DESC ''
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
attributetype ( 1.3.6.1.1.1.1.3 NAME 'mailMessageStore'
DESC ''
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
attributetype ( 1.3.6.1.1.1.1.4 NAME 'mailQuota'
DESC ''
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
# Object Class Definitions
objectclass ( 1.3.6.1.1.1.2.0 NAME 'qmailUser' SUP top AUXILIARY
DESC ''
MUST ( uid $ userPassword )
MAY ( cn $ description $ qmailUID $ qmailGID $ mailMessageStore $
mailQuota))
Then compile the vpopmail package with ldap . The virtual domains created would
go in to the ou subtree
Regards
Susanth
"Vishwanath K" <vishwanath@inablers.net> on 08/06/2001 01:34:33 PM
To: openldap-software@OpenLDAP.org
cc: (bcc: Susanth TS/Satyam)
Subject Ldap searching technique
:
Hello All,
If any of you have worked on Qmail-Ldap, please help me to setup a
veritual domain.
Are there any URL regarding this ?
Thanx in adv
---------------------------
K Vishwanath
iNabling Technologies Pvt Ltd
Rajajinagar
Ph: 3104686, 3104687
---------------------------