My current qmail-ldap server is running fine now I
want to apply the qmial-ldap-control patch on it. Can
some one guide me the proceedure, Specialy the ldif
creation (according to my current configuration) to
load the information into ldap. Do i need to load any
schema in slapd. 

slapd.conf:
database        bdb
suffix          "dc=webexs,dc=com"
rootdn          "cn=Manager,dc=webexs,dc=com"

index   objectClass     eq
index   mail,mailAlternateAddress,uid                 
 eq,sub
index   accountStatus,mailHost,deliveryMode           
 eq
index   default                                       
 sub


DN Creation:
dn: dc=webexs,dc=com
objectclass: dcObject
objectclass: organization
o: Webexs Organization
dc: webexs

dn: cn=Manager,dc=webexs,dc=com
objectClass: organizationalRole
cn: Manager


Creating Qmail Users OU:
dn: ou=qmail_users,dc=webexs,dc=com
ou: qmail_users
objectclass: top
objectclass: organizationalUnit

First line from Qmail User.ldif:
dn: cn=Azfar Hashmi,ou=qmail_users,dc=webexs,dc=com


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to