Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netgroup: avoid extraneous LDAP search when retrieving primary key from DN | Martin Babinsky | 2016-09-09 | 1 | -0/+20 |
| | | | | | | | | | | | DNs for netgroup entries can contain either 'cn' or 'ipauniqueid' attribute in their leaf RDN depending on their origin. Since 'cn' is the primary key, we can return it in `get_primary_key_from_dn` right away and avoid any extraneous LDAP search. https://fedorahosted.org/freeipa/ticket/5855 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> | ||||
* | ipalib: move server-side plugins to ipaserver | Jan Cholasta | 2016-06-03 | 1 | -0/+387 |
Move the remaining plugin code from ipalib.plugins to ipaserver.plugins. Remove the now unused ipalib.plugins package. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com> |