liam-middlebrook / csh_ldap

Python 3 ORM for CSH LDAP
MIT License
2 stars 11 forks source link

Upgrade to FreeIPA #4

Closed mbillow closed 6 years ago

mbillow commented 6 years ago

Yah... the title says it all.

mbillow commented 6 years ago

1.) Do we have any apps that actually use entryUUID? I don't think we do. 2.) LDAP Attributes are not case sensitive.

liam-middlebrook commented 6 years ago

Gallery does for sure. I could look further for others but I think the compatibility gain and ease outweighs having to make a breaking change that could effect other applications.

mbillow commented 6 years ago

UUIDs will be different values in FreeIPA, not just a different field. Mapping the values will only make that more confusing.

liam-middlebrook commented 6 years ago

That makes sense. I’m going to hold off on merging until I’ll be able to publish to PyPi. The pending items for migration (that I have to follow up on) are:

Thanks for putting this changeset together!