Commit 334e0129 authored by Julien Muchembled's avatar Julien Muchembled

testERP5LdapCatalog: detail installation of LDAP server on Mandriva

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30913 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ef732b27
......@@ -41,8 +41,17 @@ import transaction
class TestERP5LdapCatalog(ERP5TypeTestCase):
"""
Tests for ERP5 Ldap Catalog.
To bootstrap Ldap database:
run "ldapadd -c -x -h localhost -D "cn=test,dc=erp5,dc=org" -W -f bootstrap_erp5_ldap_catalog_test.ldif"
To setup LDAP server (on Mandriva):
1. install openldap-clients, openldap-servers
2. change following options in /etc/openldap/slapd.conf:
suffix "dc=erp5,dc=org"
rootdn "cn=test,dc=erp5,dc=org"
rootpw test
3. (re)start ldap
4. bootstrap with the following command from this directory :
ldapadd -c -x -h localhost -D "cn=test,dc=erp5,dc=org" -W -f \
bootstrap_erp5_ldap_catalog_test.ldif
"""
def getTitle(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment