openldap+jamm

Marcio Silva - EsyWorld <[email protected]> Thu, 19 Feb 2009 20:41:16 -0300
Newsgroups gmane.mail.jamm.user
Message-ID <[email protected]>
--===============8680279408116623513==
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Tahoma">Hi,<br>
<br>
I'm trying to follow this:
<a class="moz-txt-link-freetext"
 href="http://wanderingbarque.com/howtos/mailserver/mailserver.html">http://wanderingbarque.com/howtos/mailserver/mailserver.html</a>
<br>
<br>
But, when I try to start ldap service, it returns this error:<br>
<br>
Starting ldap-serverstartproc:&nbsp; exit status of parent of
/usr/lib/openldap/slapd: 1<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; failed<br>
<br>
And nothing more. The slapd.conf is:<br>
<br>
#<br>
# See slapd.conf(5) for details on configuration options.<br>
# This file should NOT be world readable.<br>
#<br>
include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/openldap/schema/core.schema<br>
include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/openldap/schema/cosine.schema<br>
include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/openldap/schema/inetorgperson.schema<br>
include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/openldap/schema/rfc2307bis.schema<br>
include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/openldap/schema/yast.schema<br>
include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/openldap/schema/nis.schema<br>
include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /etc/openldap/schema/jamm.schema<br>
<br>
password-hash {CRYPT}<br>
<br>
# Define global ACLs to disable default read access.<br>
<br>
# Do not enable referrals until AFTER you have a working directory<br>
# service AND an understanding of referrals.<br>
#referral&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext"
 href="ldap://root.openldap.org">ldap://root.openldap.org</a><br>
<br>
pidfile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /var/run/slapd/slapd.pid<br>
argsfile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /var/run/slapd/slapd.args<br>
<br>
# Load dynamic backend modules:<br>
# modulepath&nbsp;&nbsp;&nbsp; /usr/lib/openldap/modules<br>
# moduleload&nbsp;&nbsp;&nbsp; back_bdb.la<br>
# moduleload&nbsp;&nbsp;&nbsp; back_hdb.la<br>
# moduleload&nbsp;&nbsp;&nbsp; back_ldap.la<br>
<br>
# Sample security restrictions<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Require integrity protection (prevent hijacking)<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Require 112-bit (3DES or better) encryption for updates<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Require 63-bit encryption for simple bind<br>
# security ssf=1 update_ssf=112 simple_bind=64<br>
<br>
# Sample access control policy:<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Root DSE: allow anyone to read it<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Subschema (sub)entry DSE: allow anyone to read it<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Other DSEs:<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Allow self write access to user password<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Allow anonymous users to authenticate<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Allow read access to everything else<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Directives needed to implement policy:<br>
#access to dn.base=""<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Directives needed to implement policy:<br>
#access to dn.base=""<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; by * read<br>
#<br>
#access to dn.base="cn=Subschema"<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; by * read<br>
#<br>
#access to attrs=userPassword,userPKCS12<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; by self write<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; by * auth<br>
#<br>
#access to attrs=shadowLastChange<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; by self write<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; by * read<br>
#<br>
#access to *<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; by * read<br>
<br>
access to dn=".*,jvd=([^,]+),o=testpostfix,dc=esy,dc=com,dc=br"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; attr=userPassword<br>
&nbsp;&nbsp;&nbsp; by self write<br>
&nbsp;&nbsp;&nbsp; by
group/jammPostmaster/roleOccupant="cn=postmaster,jvd=$1,o=testpostfix,dc=esy,dc=com,dc=br"&nbsp;
write<br>
&nbsp;&nbsp;&nbsp; by dn="cn=dovecot,dc=esy,dc=com,dc=br" read<br>
&nbsp;&nbsp;&nbsp; by anonymous auth<br>
&nbsp;&nbsp;&nbsp; by * none<br>
<br>
access to dn=".*,jvd=([^,]+),o=testpostfix,dc=esy,dc=com,dc=br"<br>
&nbsp;&nbsp;&nbsp; by self write<br>
&nbsp;&nbsp;&nbsp; by
group/jammPostmaster/roleOccupant="cn=postmaster,jvd=$1,o=testpostfix,dc=esy,dc=com,dc=br"
write<br>
&nbsp;&nbsp;&nbsp; by * read<br>
<br>
access to *<br>
&nbsp;&nbsp; by * read<br>
<br>
# if no access controls are present, the default policy<br>
# allows anyone and everyone to read anything but restricts<br>
# updates to rootdn.&nbsp; (e.g., "access to * by * read")<br>
#<br>
# rootdn can always read and write EVERYTHING!<br>
<br>
#######################################################################<br>
# BDB database definitions<br>
#######################################################################<br>
<br>
database&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ldbm<br>
suffix&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "dc=esy,dc=com,dc=br"<br>
checkpoint&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1024&nbsp;&nbsp;&nbsp; 5<br>
cachesize&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10000<br>
rootdn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "cn=Marcio,dc=esy,dc=com,dc=br"<br>
# Cleartext passwords, especially for the rootdn, should<br>
# be avoid.&nbsp; See slappasswd(8) and slapd.conf(5) for details.<br>
# Use of strong authentication encouraged.<br>
rootpw&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {SSHA}0ZaEA1vIVuc7dQVX1nEjUKKCIFNhgMor<br>
# The database directory MUST exist prior to running slapd AND<br>
# should only be accessible by the slapd and slap tools.<br>
# Mode 700 recommended.<br>
directory&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /var/lib/ldap<br>
# Indices to maintain<br>
index&nbsp;&nbsp; objectClass&nbsp;&nbsp;&nbsp;&nbsp; eq<br>
<br>
<br>
<br>
jamm.schema comes from jamm-0.9.6<br>
<br>
I've googled a lot, didn't find anything useful.<br>
<br>
Can anyone help?<br>
<br>
Tks,<br>
Marcio<br>
</font></font><font size="-1"><font face="Tahoma"><br>
<br>
</font></font><font size="-1"><font face="Tahoma"><br>
</font></font>
</body>
</html>


--===============8680279408116623513==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
--===============8680279408116623513==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Jamm-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jamm-users

--===============8680279408116623513==--