URL: https://github.com/freeipa/freeipa/pull/877
Title: #877: LDAP ObjectClasses are case-insensitive

abbra commented:
"""
Please use `LDAPObject.has_objectclass()` method instead:

```python
if not api.Object[obj_type].has_objectclass(entry['objectclass'], 
required_objectclass):
    raise ...
```
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/877#issuecomment-309426854
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to