summaryrefslogtreecommitdiffstats
path: root/server/confdb
Commit message (Expand)AuthorAgeFilesLines
* Treat a missing provider entry as a config errorStephen Gallagher2009-06-081-2/+7
* Suppress "rootdse" error messages from the confdbStephen Gallagher2009-06-011-3/+4
* Suppress "rootdse" error messages.Stephen Gallagher2009-05-281-0/+6
* Silence warningsSimo Sorce2009-05-261-2/+2
* Fix warnings in monitor.c and confdb.cStephen Gallagher2009-05-121-1/+1
* Separate confdb API from confdb setupStephen Gallagher2009-05-115-371/+453
* Fixes for porting SSSD to Debian-based platformsStephen Gallagher2009-05-042-1/+2
* Avoid unnecessary reloads of config.ldbSimo Sorce2009-04-161-4/+37
* Add common function to retrieve comma sep. listsSimo Sorce2009-04-142-45/+162
* Make reconnection to the Data Provider a global settingStephen Gallagher2009-04-141-0/+2
* Always pass full domain infoSimo Sorce2009-04-132-73/+115
* Allow configuration of the SSSD through /etc/sssd/sssd.confStephen Gallagher2009-04-133-98/+270
* Remove obsolete optionSimo Sorce2009-04-081-1/+0
* Fix missing entry from first-start configStephen Gallagher2009-04-081-0/+1
* Change the way we retrieve domainsSimo Sorce2009-04-082-79/+75
* fixed two issues in the initial configurationSumit Bose2009-03-302-2/+1
* Simplify default configurationSimo Sorce2009-03-203-111/+92
* Add better error reporting to confdb functionsSimo Sorce2009-03-201-29/+63
* Avoid nested events in confdbSimo Sorce2009-03-201-1/+15
* Enable MPGs and user/group enumeration on the LOCAL domain by defaultStephen Gallagher2009-03-181-3/+5
* use fixed paths to sockets to make sure clients and server are using the sameSumit Bose2009-03-091-0/+4
* Make MPG a configurable option for the domain.Simo Sorce2009-03-092-0/+12
* Use LOCAL for the default domain in confdb_init_dbStephen Gallagher2009-03-081-0/+4
* added PAM default configuration to confdb_init_dbSumit Bose2009-03-061-6/+35
* Add internal min/max/next id management fucntionsSimo Sorce2009-03-042-1/+46
* Implement GetUserAttributes in the InfoPipeStephen Gallagher2009-03-021-2/+2
* Fix confdb issues.Simo Sorce2009-02-282-94/+54
* Refactor creation of domain_map into confdbStephen Gallagher2009-02-272-21/+138
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-262-5/+6
* Spec file patch Take 2:Stephen Gallagher2009-02-241-0/+4
* Add helper function to get booleans from confdbSimo Sorce2009-02-202-9/+46
* Completely rework the nss interface to be able to use 2Simo Sorce2009-02-202-19/+0
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-132-13/+7
* Add skeleton for PolicyKit back-endStephen Gallagher2009-01-271-0/+16
* Add skeleton for InfoPipe serviceStephen Gallagher2009-01-271-3/+15
* Automatically generate the config.ldb if it doesn't exist (i.e. First startup)Stephen Gallagher2009-01-271-6/+83
* Fix a bug in confdb_get_string where attempting to return a default string of...Stephen Gallagher2009-01-091-1/+11
* Replacing hard-coded paths with configure script substitutions.Stephen Gallagher2008-11-241-2/+13
* Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher2008-11-072-3/+98
* Add some more service functionsSimo Sorce2008-11-042-0/+46
* Add support for dbus comunication in the nss serviceSimo Sorce2008-11-032-0/+38
* Add configuration database functions.Simo Sorce2008-10-202-0/+411