summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Add domain to sysdb_delete_customSimo Sorce2013-01-151-0/+1
|
* Add domain argument to sysdb_search_custom()Simo Sorce2013-01-151-0/+2
| | | | Also changes sysdb_search_custom_by_name()
* Add domain argument to sysdb_store_custom()Simo Sorce2013-01-151-0/+1
|
* Add domain argument to sysdb_cache_auth()Simo Sorce2013-01-151-0/+1
|
* Add domain argument to sysdb_cache_password()Simo Sorce2013-01-151-0/+1
|
* Add domain arg to sysdb group member functionsSimo Sorce2013-01-151-0/+3
|
* Add domain argument to sysdb_store_group()Simo Sorce2013-01-151-6/+1
| | | | Also remove sysdb_store_domgroup()
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-151-11/+1
| | | | Also remove sysdb_store_domuser()
* Add domain arguments to sysdb_add_inetgroup fns.Simo Sorce2013-01-151-0/+2
|
* Add domain arguments to sysdb_add_group functions.Simo Sorce2013-01-151-0/+3
|
* Add domain argument to sysdb_add_user()Simo Sorce2013-01-151-0/+1
|
* Add domain argument to sysdb_add_basic_user()Simo Sorce2013-01-151-0/+1
|
* Add domain argument to sysdb_get_new_id()Simo Sorce2013-01-151-0/+1
|
* Add domain argument to sysdb_set_netgroup_attr()Simo Sorce2013-01-151-0/+1
|
* Add domain argument to sysdb_set_group_attr()Simo Sorce2013-01-151-0/+1
|
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-151-0/+1
|
* Add domain arg to sysdb_search_netgroup_by_name()Simo Sorce2013-01-151-0/+1
|
* Add domain to sysdb_search_group_by_gid()Simo Sorce2013-01-151-5/+1
| | | | Also remove unused sysdb_search_domgroup_by_gid()
* Add domain to sysdb_search_group_by_name()Simo Sorce2013-01-151-5/+1
| | | | Also remove unused sysdb_search_domgroup_by_name()
* Add domain to sysdb_search_user_by_uid()Simo Sorce2013-01-151-5/+1
| | | | Also remove unused sysdb_search_domuser_by_uid()
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-151-5/+1
| | | | Also remove unused sysdb_search_domuser_by_name()
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-151-0/+1
|
* Add domain argument to sysdb_initgroups()Simo Sorce2013-01-151-0/+1
|
* Add domain option to sysdb_get/netgr/attrs() fnsSimo Sorce2013-01-151-0/+2
|
* Pass domain to sysdb_enum<pw/gr>ebt() functionsSimo Sorce2013-01-151-0/+2
|
* Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce2013-01-151-0/+2
|
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-151-9/+2
| | | | | | Also allows us to remove sysdb_subdom_get<pw/gr>nam() wrappers and restore fqnames proper value in subdomains, by testing for a parent domain being present or not.
* Move range objects into their own top-level tree.Simo Sorce2013-01-151-1/+1
| | | | | | | | | | | Storing ranges for multiple domains under any specific domain is somewhat aritrary and unnecessary. Put ranges under cn=ranges,cn=sysdb, without involving any specific domain subtree. This allows us to avoid using sysdb->domain in ranges functions. Also storing other subdomains data under the parent domain tree felt wrong, all other domain specific data is under their own subtree. Moving this data in its own place seems a better solution.
* Make sysdb_custom_subtree_dn() require a domain.Simo Sorce2013-01-151-1/+3
|
* Make sysdb_custom_dn() require a domain.Simo Sorce2013-01-151-0/+1
|
* Make sysdb_domain_dn() require a domain.Simo Sorce2013-01-151-1/+2
|
* Make sysdb_netgroup_base_dn() require a domain.Simo Sorce2013-01-151-1/+3
|
* Make sysdb_netgroup_dn() require a domain explictly.Simo Sorce2013-01-151-1/+1
|
* Make sysdb_group_dn() require a domain explictly.Simo Sorce2013-01-151-1/+1
|
* Make sysdb_user_dn() require a domain explictly.Simo Sorce2013-01-151-1/+1
|
* Remove the sysdb_ctx_get_domain() function.Simo Sorce2013-01-151-2/+0
| | | | | We are deprecating sysdb->domain so kill the function that gives access to this member as we should stop relying on it being available (or correct).
* Refactor single domain initializationSimo Sorce2013-01-151-7/+0
| | | | | Bring it out of sysdb, which will slowly remove internal dependencies on domains and instead will always require them to be passed by callers.
* Refactor sysdb initializationSimo Sorce2013-01-151-17/+2
| | | | | | | | | | | | Change the way sysdbs are initialized. Make callers responsible for providing the list of domains. Remove the returned array of sysdb contexts, it was used only by sss_cache and not really necessary there either as that tool can easily iterate the domains. Make sysdb ctx children of their respective domains. Neither sysdb context nor domains are ever freed until a program is done so there shouldn't be any memory hierarchy issue. As plus we simplify the code by removing a destructor and a setter function.
* Code can only check for cached passwordsSimo Sorce2013-01-101-2/+1
| | | | | Make it clear to the API users that we can not take arbitrary auth tokens. We can only take a password for now so simplify and clarify the interface.
* Remove dead netgroup functionsSimo Sorce2013-01-081-32/+0
|
* SYSDB: Remove duplicate selinux definesJakub Hrozek2013-01-081-5/+0
|
* Remove redundant definition.Simo Sorce2013-01-071-1/+0
| | | | | We had 2 defines for the same class. Consolidate and remove confusion.
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-201-0/+3
| | | | | | | | | | | | | | | | | https://fedorahosted.org/sssd/ticket/1612 This patch changes the handling of ghost attributes when saving the actual user entry. Instead of always linking all groups that contained the ghost attribute with the new user entry, the original member attributes are now saved in the group object and the user entry is only linked with its direct parents. As the member attribute is compared against the originalDN of the user, if either the originalDN or the originalMember attributes are missing, the user object is linked with all the groups as a fallback. The original member attributes are only saved if the LDAP schema supports nesting.
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-191-0/+9
| | | | | | | | | | | | | | | | | The original sysdb code had a strong assumption that only users from one domain are saved in the databse, with the subdomain feature, we have changed reality, but have not adjusted all the code arund the sysdb calls to not rely on the original assumption. One of the side effects of this incongrunece is that currently group memberships do not return fully qualified names for subdomain users as they should. In oreder to fix this and other potential issues surrounding the violation of the original assumption, we need to fully qualify subdomain user names. By savin them fully qualified we do not risk aliasing local users and have group memberhips or other name based matching code mistake a domain user with subdomain usr or vice versa.
* Display more information on DB version mismatchOndrej Kos2012-11-191-0/+30
| | | | | | | | | | | | | https://fedorahosted.org/sssd/ticket/1589 Added check for determining, whether database version is higher or lower than expected. To distinguish it from other errors it uses following retun values (further used for appropriate error message): EMEDIUMTYPE for lower version than expected EUCLEAN for higher version than expected When SSSD or one of it's tools fails on DB version mismatch, new error message is showed suggesting how to proceed.
* SYSDB: Remove unused macrosJakub Hrozek2012-11-191-15/+0
|
* Add pac_user_get_grp_info() to read current group membershipsSumit Bose2012-11-101-0/+1
| | | | | | | | | | | | To be able to efficiently store group memberships we need to know the current memberships of a user. sysdb_initgroups() is used to read the user entry together with all groups the user is a member of. Some of the group attributes are kept to avoid additional lookups and speed up further processing. Currently sysdb_initgroups() does not return the original DN of the group. Since it is needed to remove memberships later on it is added to the list of requested attributes
* sysdb: add sysdb_base_dn()Sumit Bose2012-10-261-0/+1
| | | | | Add a help function which returns the ldb_dn object for the base dn of the cache.
* DB: Use TALLOC_CTX for talloc contextJakub Hrozek2012-09-241-10/+10
| | | | A couple of sysdb functions used "void *" in place of a TALLOC_CTX.
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-241-10/+7
| | | | | The domain can be read from the sysdb object. Removing the domain string makes the API more self-contained.