summaryrefslogtreecommitdiffstats
path: root/ipa_server/servercore.py
Commit message (Collapse)AuthorAgeFilesLines
* Enable loggingRob Crittenden2008-11-031-14/+14
|
* Initial implementation of automount supportRob Crittenden2008-10-301-2/+9
| | | | | Add argument handling to crud.Del Make get_list handle LDAP scope
* Use posixAccount instead of person to identify usersRob Crittenden2008-10-241-1/+1
| | | | Add output_for_cli to service-find
* Implement group member add/removeRob Crittenden2008-10-211-20/+26
| | | | Add gidNumber to the group command-line
* Framework for doing password changesRob Crittenden2008-10-201-1/+4
| | | | Need mechanism to prompt for new password twice and verify they are the same
* Remove local references to things that are now in api.envRob Crittenden2008-10-171-15/+5
|
* Use the search fields from the configuration when searchingRob Crittenden2008-10-161-1/+1
| | | | Generalize the attribute -> objectclass search helper
* Initial implementation of a generic search routine.Rob Crittenden2008-10-151-79/+17
|
* Move some functionality from user-add to the backend ldap create functionRob Crittenden2008-10-141-9/+4
|
* Implement user lock and unlockRob Crittenden2008-10-131-4/+179
|
* Implement group-delRob Crittenden2008-10-101-0/+9
|
* Mechanism to convert from xmlrpclib.Fault to an IPAError exceptionRob Crittenden2008-10-101-1/+2
| | | | Include slew of new exceptions, not all of which are used yet
* Implement user-delRob Crittenden2008-10-101-3/+8
| | | | rename is_user_unique() to user_exists()
* Implement a real user_find and move existing user_find to user_showRob Crittenden2008-10-071-0/+105
|
* Implement user-modRob Crittenden2008-10-071-7/+26
|
* Add some more supporting functionsRob Crittenden2008-10-071-4/+42
| | | | Do a little bit more error handling and checking
* Add group plugin, routine to get cn=ipaconfigRob Crittenden2008-10-041-0/+23
|
* Implement user-find and user-add backend functions so they work over XML-RPCRob Crittenden2008-10-041-0/+2
| | | | | Change port to 8880 to not conflict with a running IPA v1 instance Encode incoming values from unicode as utf-8 before sending to LDAP
* Migrate to new source tree layouteRob Crittenden2008-09-301-2/+2
|
* 345: Moved server code from Rob into ipa_server/ packageJason Gerard DeRose2008-09-241-0/+148