URL: https://github.com/freeipa/freeipa/pull/877 Author: seriv Title: #877: LDAP ObjectClasses are case-insensitive Action: opened
PR body: """ In the IPA servers of the previous versions new users were created with objectClass capitalizations like 'posixAccount'. They should be treated as matching 'posixaccount'. """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/877/head:pr877 git checkout pr877
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
URL: https://github.com/freeipa/freeipa/pull/877 Author: seriv Title: #877: LDAP ObjectClasses are case-insensitive Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/877/head:pr877 git checkout pr877
freeipa-devel@lists.fedorahosted.org