dkoudela / active-directory-to-openldap

An attempt to provide tools and LDIF schemas for conversion of Active Directory structures to OpenLdap.
Apache License 2.0
119 stars 36 forks source link

Updating the schema with back-sql #8

Open adamcosby85 opened 3 years ago

adamcosby85 commented 3 years ago

Hi,

Thanks for the great work here. I do have a question however, i am a little confussed as to how this is used with back-sql. Specifically in that applying the schema files and changes does not automatically update back-sql.

Do you have any tips or advice on how we can ensure OpenLDAP can also use this with back-sql because at the moment the tables in SQL do not match the schema issues by the config.

I think i understand the single valued attributes however knowing the exact oc_mappings and also the multi-valued attributes is what i am interested in as i dont know how that should be represeted. There is also the fact of the stored procedures but my purpose is read-only anyway.

Thanks