summaryrefslogtreecommitdiff
path: root/server/confdb
AgeCommit message (Expand)AuthorFilesLines
2009-05-26Silence warningsSimo Sorce1-2/+2
2009-05-12Fix warnings in monitor.c and confdb.cStephen Gallagher1-1/+1
2009-05-11Separate confdb API from confdb setupStephen Gallagher5-371/+453
2009-05-04Fixes for porting SSSD to Debian-based platformsStephen Gallagher2-1/+2
2009-04-16Avoid unnecessary reloads of config.ldbSimo Sorce1-4/+37
2009-04-14Add common function to retrieve comma sep. listsSimo Sorce2-45/+162
2009-04-14Make reconnection to the Data Provider a global settingStephen Gallagher1-0/+2
2009-04-13Always pass full domain infoSimo Sorce2-73/+115
2009-04-13Allow configuration of the SSSD through /etc/sssd/sssd.confStephen Gallagher3-98/+270
2009-04-08Remove obsolete optionSimo Sorce1-1/+0
2009-04-08Fix missing entry from first-start configStephen Gallagher1-0/+1
2009-04-08Change the way we retrieve domainsSimo Sorce2-79/+75
2009-03-30fixed two issues in the initial configurationSumit Bose2-2/+1
2009-03-20Simplify default configurationSimo Sorce3-111/+92
2009-03-20Add better error reporting to confdb functionsSimo Sorce1-29/+63
2009-03-20Avoid nested events in confdbSimo Sorce1-1/+15
2009-03-18Enable MPGs and user/group enumeration on the LOCAL domain by defaultStephen Gallagher1-3/+5
2009-03-09use fixed paths to sockets to make sure clients and server are using the sameSumit Bose1-0/+4
2009-03-09Make MPG a configurable option for the domain.Simo Sorce2-0/+12
2009-03-08Use LOCAL for the default domain in confdb_init_dbStephen Gallagher1-0/+4
2009-03-06added PAM default configuration to confdb_init_dbSumit Bose1-6/+35
2009-03-04Add internal min/max/next id management fucntionsSimo Sorce2-1/+46
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher1-2/+2
2009-02-28Fix confdb issues.Simo Sorce2-94/+54
2009-02-27Refactor creation of domain_map into confdbStephen Gallagher2-21/+138
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2-5/+6
2009-02-24Spec file patch Take 2:Stephen Gallagher1-0/+4
2009-02-20Add helper function to get booleans from confdbSimo Sorce2-9/+46
2009-02-20Completely rework the nss interface to be able to use 2Simo Sorce2-19/+0
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce2-13/+7
2009-01-27Add skeleton for PolicyKit back-endStephen Gallagher1-0/+16
2009-01-27Add skeleton for InfoPipe serviceStephen Gallagher1-3/+15
2009-01-27Automatically generate the config.ldb if it doesn't exist (i.e. First startup)Stephen Gallagher1-6/+83
2009-01-09Fix a bug in confdb_get_string where attempting to return a default string of...Stephen Gallagher1-1/+11
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher1-2/+13
2008-11-07Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher2-3/+98
2008-11-04Add some more service functionsSimo Sorce2-0/+46
2008-11-03Add support for dbus comunication in the nss serviceSimo Sorce2-0/+38
2008-10-20Add configuration database functions.Simo Sorce2-0/+411