summaryrefslogtreecommitdiff
path: root/src/db/sysdb.h
AgeCommit message (Collapse)AuthorFilesLines
2010-09-15Define objectclass with a constantJakub Hrozek1-1/+2
Use a #define instead of hardcoded string
2010-08-03Add sysdb_update_members functionStephen Gallagher1-0/+5
This function will take a user, a list of groups that this user should be added to and a list of groups the user should be removed from and will recursively call sysdb_[add|remove]_group_member Includes a unit test
2010-08-03Add sysdb_group_dn_name utility functionStephen Gallagher1-0/+2
2010-08-03Add sysdb_attrs_to_list() utility functionStephen Gallagher1-0/+6
2010-06-02Add sysdb_attrs_get_string_array()Sumit Bose1-0/+2
2010-05-27Add ldap_access_filter optionStephen Gallagher1-0/+2
This option (applicable to access_provider=ldap) allows the admin to set an additional LDAP search filter that must match in order for a user to be granted access to the system. Common examples for this would be limiting access to users by in a particular group, for example: ldap_access_filter = memberOf=cn=access_group,ou=Groups,dc=example,dc=com
2010-05-26Add support for delayed kinit if offlineSumit Bose1-0/+1
If the configuration option krb5_store_password_if_offline is set to true and the backend is offline the plain text user password is stored and used to request a TGT if the backend becomes online. If available the Linux kernel key retention service is used.
2010-04-12sysydb: Finally stop using a common event contextSimo Sorce1-2/+0
This commit completes the migration to a synchronous sysdb
2010-04-12sysdb: remove remaining traces of sysdb_handleSimo Sorce1-3/+0
2010-04-12sysdb: remove obsolete helpers from sysdbSimo Sorce1-8/+0
2010-04-12sysdb: convert sysdb_initgroupsSimo Sorce1-1/+1
2010-04-12sysdb: convert sysdb_enumgrentSimo Sorce1-1/+1
2010-04-12sysdb: convert sysdb_enumpwentSimo Sorce1-2/+1
2010-04-12sysdb: convert sysdb_get_user_attrSimo Sorce1-1/+1
2010-04-12sysdb: convert sysdb_getgrgidSimo Sorce1-1/+1
2010-04-12sysdb: convert sysdb_getgrnamSimo Sorce1-1/+1
2010-04-12sysdb: convert sysdb_getpwuidSimo Sorce1-1/+1
2010-04-12sysdb: convert sysdb_getpwnamSimo Sorce1-1/+1
2010-04-12sysdb: remove async transactionsSimo Sorce1-19/+0
not used anymore
2010-04-12sysdb: add synchronous transaction functionsSimo Sorce1-14/+5
2010-04-12sysdb: convert sysdb_cache_authSimo Sorce1-11/+11
2010-04-12sysdb: convert sysdb_search_groupsSimo Sorce1-9/+7
2010-04-12sysdb: delete sysdb_delete_groupSimo Sorce1-7/+4
2010-04-12sysdb: convert sysdb_delete_userSimo Sorce1-7/+4
2010-04-12sysdb: convert sysdb_search_usersSimo Sorce1-9/+7
2010-04-12sysdb: convert sysdb_asq_searchSimo Sorce1-11/+9
2010-04-12sysdb: convert sysdb_store_customSimo Sorce1-8/+6
2010-04-12sysdb: convert sysdb_search_customSimo Sorce1-20/+17
2010-04-12sysdb: convert sysdb_cache_passwordSimo Sorce1-9/+5
2010-04-12sysdb: convert sysdb_mod/add/remove_group_memberSimo Sorce1-22/+16
2010-04-12sysdb: convert sysdb_store/add(_basic)_groupSimo Sorce1-23/+17
2010-04-12sysdb: convert sysdb_store/add(_basic)_userSimo Sorce1-35/+29
2010-04-12sysdb: convert sysdb_get_new_idSimo Sorce1-5/+4
2010-04-12sysdb: convert sysdb_set_entry/user/group_attrSimo Sorce1-23/+17
2010-04-12sysdb: convert sysdb_search_group_by_name/gidSimo Sorce1-17/+13
2010-04-12sysdb: convert sysdb_search_user_by_name/uidSimo Sorce1-17/+13
2010-04-12sysdb: convert sysdb_search_entry and sysdb_delete_recursiveSimo Sorce1-17/+12
2010-04-12sysdb: convert sysdb_delete_customSimo Sorce1-7/+5
2010-04-12sysdb: convert sysdb_delete_entryStephen Gallagher1-6/+3
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+650
Also update BUILD.txt