summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* Added fixes to adjust for sudocmd attribute for sudocmds. Added fix for sudor...Jr Aquino2010-11-032-5/+10
* Use kerberos password policy.Rob Crittenden2010-11-012-15/+35
* Implement nested netgroups and include summaries for the commands.Rob Crittenden2010-10-292-10/+38
* Return reason for failure when updating group membership fails.Rob Crittenden2010-10-284-36/+56
* Don't allow managed groups to have group password policy.Rob Crittenden2010-10-282-1/+19
* Remove group nesting from the HBAC service groupsRob Crittenden2010-10-281-9/+3
* Use context to decide which name to return on RequirementsErrorsRob Crittenden2010-10-282-6/+13
* Add option to generate random one-time password for hosts for bulk enrollmentRob Crittenden2010-10-281-2/+43
* Populate indirect members when showing a group object.Rob Crittenden2010-10-2811-132/+130
* Retrieve Get Effective Rights output with LDAPRetrieveRob Crittenden2010-10-281-0/+18
* Allow RDN changes for users, groups, rolegroups and taskgroups.Rob Crittenden2010-10-285-0/+22
* Add LDAPObject setting to handle different attributes for RDN and PKEY.Pavel Zuna2010-10-284-64/+48
* UUIDs: remove uuid python plugin and let DS always autogenerateSimo Sorce2010-10-284-580/+5
* whoami goodbyeAdam Young2010-10-261-41/+0
* Fix two failing tests.Rob Crittenden2010-10-221-1/+1
* Set default encoding to utf-8, use unicode when printing output.Rob Crittenden2010-10-221-4/+5
* Add flag to group-find to only search on private groups.Pavel Zuna2010-10-201-2/+29
* Host certificate managementEndi S. Dewata2010-10-201-0/+35
* Fix problem testing for mutual exclusivity in hbac plugin.Rob Crittenden2010-10-181-8/+16
* Disallow RDN change and single-value bypass using setattr/addattr.Pavel Zuna2010-10-183-5/+48
* Add Requires on ipa-client to ipa-admintools, ensure ipa client is configuredRob Crittenden2010-10-153-1/+15
* Handle regular socket errors gracefully in ipa commandRob Crittenden2010-10-151-0/+3
* Improve doc string for passwordRob Crittenden2010-10-151-1/+1
* Service certificate UI.Endi S. Dewata2010-10-151-2/+39
* Fix group deletionRob Crittenden2010-10-131-3/+4
* Return non-zero when the number of entries from *-find returned is zero.Rob Crittenden2010-10-131-1/+3
* Enforce the maximum username length from cn=ipaconfigRob Crittenden2010-10-131-0/+3
* Detect when DNS is not configured and return an error messageRob Crittenden2010-10-131-0/+34
* Add ability to import automount files from the command-line.Rob Crittenden2010-10-121-6/+271
* dns metadataAdam Young2010-10-122-5/+27
* Certificate management for services.Endi S. Dewata2010-10-121-27/+12
* Accept an incoming certificate as either DER or base64 in the service plugin.Rob Crittenden2010-10-083-12/+78
* Return non-zero when group membership change fails, no empty fail list.Rob Crittenden2010-10-081-0/+26
* If an HBAC category is 'all' don't allow individual objects to be added.Rob Crittenden2010-10-082-0/+61
* policy and configAdam Young2010-10-073-0/+6
* Fix inconsistent error message when deleting groups that don't exist.Pavel Zuna2010-10-061-1/+3
* Rename user-lock and user-unlock to user-enable user-disable.Pavel Zuna2010-10-061-12/+12
* Add 'continuous' mode to LDAPDelete. Fix *-del unit tests.Pavel Zuna2010-10-061-0/+9
* Generate additional positional arguments for baseldap commands from takes_args.Pavel Zuna2010-10-062-1/+11
* Added modifications to the sudorule plugin to reflect the schema update.Jr Aquino2010-10-051-17/+41
* phonenumbersAdam Young2010-10-011-0/+10
* Groups are now created as POSIX by default.Rob Crittenden2010-10-011-14/+15
* Remove reliance on the name 'admin' as a special user.Rob Crittenden2010-10-011-5/+0
* Add Delete capabilities to Search facet in the WebUI.Pavel Zuna2010-10-011-2/+6
* Add LDAPMultiQuery base class and make it the base of LDAPDelete.Pavel Zuna2010-10-011-33/+65
* Fix sizelimit/timelimit options not working in user_findRob Crittenden2010-09-301-1/+1
* Handle an empty base_dn and no cn=ipaconfig in the ldap2 backend, fix migration.Rob Crittenden2010-09-281-6/+17
* Add plugins for Sudo Commands, Command Groups and RulesJr Aquino2010-09-274-0/+496
* I18N for webAdam Young2010-09-272-6/+32
* Use the principal from the context in whoami.Rob Crittenden2010-09-241-2/+2