LDAP Schema for Active Directory instead of OpenLDAP

Hi!

I found these snippets:


They are both for OpenLDAP instead of Active Directory. I am evaluating integrating ownCloud with AD and ADFS SSO. For a consistent solution, quota should be configured on AD.

I am not a expert for LDIF files but as attributes can not be removed, this has to be right from the beginning. :slight_smile:

Can someone share his LDIF with me? I’m sure I’m not the first who tries to integrate this with AD :slight_smile:

Thank you!

hi @syfy323,

I would recommend to contact sales@owncloud.com in case you need professional support with your ownCloud integration with your AD, ADFS or OpenLDAP.

Copying a LDIF wont be the best way to go, specially if you want to add in your Production AD.

I could also recommend to read this part of the documentation how to add your AD to your ownCloud:
https://doc.owncloud.com/server/10.4/admin_manual/configuration/user/user_auth_ldap.html

I hope it helps.
Carlos

1 Like

The standard LDAP schema supplied with OpenLDAP do not include all the attributes required to import LDIF files from Active Directory.

You can check https://social.technet.microsoft.com/wiki/contents/articles/20319.how-to-create-a-custom-attribute-in-active-directory.aspx
I don’t know if there are better alternatives.

(https://social.technet.microsoft.com/wiki/contents/articles/51121.active-directory-how-to-add-custom-attribute-to-schema.aspx might be related)

1 Like