summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/netgroup.py
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining frontend code to LDAPEntry API.Jan Cholasta2014-01-241-2/+3
* Use LDAP search instead of *group_show to check if a group exists.Jan Cholasta2013-07-111-1/+1
* Update plugin docstrings (topic help) to reflect dropped CSV supportPetr Viktorin2013-02-221-1/+1
* Internationalization for public errorsPetr Viktorin2012-09-031-2/+2
* Use DN objects instead of stringsJohn Dennis2012-08-121-0/+7
* Validate externalhost (when added by --addattr/--setattr)Petr Viktorin2012-05-111-0/+1
* Allow one letter net/hostgroups namesOndrej Hamada2012-05-071-1/+1
* Fix expected error messages in testsPetr Viktorin2012-04-101-1/+4
* Netgroup nisdomain and hosts validationOndrej Hamada2012-03-281-0/+9
* Limit allowed characters in a netgroup name to alpha, digit, -, _ and .Rob Crittenden2012-02-271-0/+6
* Consolidate external member code into two functions in baseldap.pyRob Crittenden2012-02-081-47/+2
* Return proper DN in netgroup-addMartin Kosek2012-02-061-2/+2
* Improve netgroup-add error messagesMartin Kosek2012-02-031-7/+11
* Improve hostgroup/netgroup collision checksMartin Kosek2011-10-171-0/+20
* ticket 1669 - improve i18n docstring extractionJohn Dennis2011-08-241-30/+24
* Fix regression when calculating external groups.Rob Crittenden2011-07-191-1/+1
* A removed external host is shown in output when removing external hosts.Rob Crittenden2011-07-181-3/+3
* Fixed label capitalizationEndi S. Dewata2011-07-141-1/+1
* Fixed object_name and object_name_plural internationalizationEndi S. Dewata2011-07-121-2/+2
* Replace the 'private' option in netgroup-find with 'managed'.Jan Cholasta2011-06-281-4/+9
* Added singular entity labels.Endi S. Dewata2011-06-271-0/+1
* Typos in freeIPA messages and man pageYuri Chornoivan2011-05-101-1/+1
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-011-1/+1
* Net group to NetgroupAdam Young2011-02-221-1/+1
* Cleanup for netgroup search https://fedorahosted.org/freeipa/ticket/963Jr Aquino2011-02-181-4/+6
* 17-2 Managed netgroups should be invisible https://fedorahosted.org/freeipa/t...Jr Aquino2011-02-161-0/+18
* Rename hbac module to hbacruleJan Zeleny2011-01-071-1/+1
* facet nestingAdam Young2011-01-071-1/+1
* Improve filtering of enrollments search results.Pavel Zuna2011-01-041-1/+10
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Enable filtering search results by member attributes.Pavel Zuna2010-12-201-0/+1
* Add usercategory and hostcategory and fix displaying members in netgroup_showRob Crittenden2010-11-081-0/+24
* Implement nested netgroups and include summaries for the commands.Rob Crittenden2010-10-291-2/+27
* Return reason for failure when updating group membership fails.Rob Crittenden2010-10-281-9/+9
* Populate indirect members when showing a group object.Rob Crittenden2010-10-281-26/+6
* Add LDAPObject setting to handle different attributes for RDN and PKEY.Pavel Zuna2010-10-281-24/+1
* Update command documentation based on feedback from docs team.Rob Crittenden2010-08-271-13/+13
* Properly show the members when an add/remove operation fails.Rob Crittenden2010-08-061-2/+2
* Fix netgroup plugin to use correct member attribute names.Rob Crittenden2010-07-151-31/+41
* First pass at per-command documentationRob Crittenden2010-06-221-0/+20
* localize doc stringsJohn Dennis2010-03-081-1/+1
* Code cleanup: remove unused stuff, take 1.Pavel Zuna2010-03-011-10/+0
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-8/+6
* Complete netgroup attributes.Pavel Zuna2010-02-231-1/+22
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-9/+16
* Add Object.label class attribute, enable in webUIJason Gerard DeRose2010-02-121-1/+3
* Add --all to LDAPCreate and make LDAP commands always display default attribu...Pavel Zuna2010-01-111-1/+1
* Add some missing labelsRob Crittenden2009-12-141-0/+3
* Display membership attributes (member, memberOf) by default in show/find.Pavel Zuna2009-10-211-1/+1
* Fix bug in HBAC and netgroup plugin get_primary_key_from_dn methods.Pavel Zuna2009-10-081-1/+4