summaryrefslogtreecommitdiff
path: root/server/confdb
AgeCommit message (Expand)AuthorFilesLines
2009-09-25remove krb5_try_simple_upn option and make it a default fallbackSumit Bose1-1/+0
2009-09-25Send debug messages to logfileJakub Hrozek1-0/+1
2009-09-25Upgrade confdb to version 2Stephen Gallagher4-36/+131
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2-35/+35
2009-09-21Several fixes and enhancements for config file processingStephen Gallagher1-15/+78
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek2-30/+30
2009-09-11Print error message when connection to the config db failsStephen Gallagher1-0/+2
2009-09-11Complete the removal of "legacy" option.Simo Sorce2-6/+0
2009-09-10Remove unused event context argument from confdb_initStephen Gallagher2-2/+0
2009-09-10Properly detect negative/invalid values for the minId and maxIdStephen Gallagher1-6/+53
2009-09-10Check for valid min and max IDs in confdb_get_domainsStephen Gallagher1-1/+7
2009-09-08Split database in multiple filesSimo Sorce3-15/+41
2009-09-01stop processing a domain if no provider is givenSumit Bose1-0/+1
2009-08-31Turn enumeration into a boolean valueSimo Sorce2-5/+18
2009-08-21Fix accidentally forcing MPGs on for all domainsStephen Gallagher1-1/+1
2009-08-20Make the LOCAL provider always use MagicPrivateGroupsStephen Gallagher1-1/+2
2009-08-18fix return value of confdb_get_domainsSumit Bose1-0/+1
2009-07-20Monitor resolv.conf for changesStephen Gallagher1-2/+0
2009-07-20Improvements to config file updatesStephen Gallagher1-1/+2
2009-07-02Adding wrappers to free data in INI API.Dmitri Pal1-3/+3
2009-06-19Fix segfault in update_monitor_configStephen Gallagher1-0/+4
2009-06-08Treat a missing provider entry as a config errorStephen Gallagher1-2/+7
2009-06-01Suppress "rootdse" error messages from the confdbStephen Gallagher1-3/+4
2009-05-28Suppress "rootdse" error messages.Stephen Gallagher1-0/+6
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