Hi Manuel
I think that you would
have
1) What are the
tables
2)How you want in your openldap
and how organized (I suppose that you will use the ldif file to insert in
openldap)
3)I have to filter the info
from mysql to ldif
For example
Table
1
Table
2
table 3
id
name unit
name
mail
name password
01
carlos IT
carlos user1@ex.cu
carlos secure1
02
pedro IT
pedro user2@ex.cu pedro
secure2
03
juan Logistic juan
user3@ex.cu juan
secure3
uid=01,ou=it,dc=ex,c=cu
objectclass:
top
objectclass:
qmailuser
objectclass:
inetOrgperson
mail:
user1@ex.cu
accountstatus:
active
sn: carlos
cn: carlos
password:
{clear}secure1
|