summaryrefslogtreecommitdiffstats
path: root/daemons/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add the krb5/FreeIPA RADIUS companion daemonNathaniel McCallum2013-05-171-0/+1
| | | | | | | | | | | This daemon listens for RADIUS packets on a well known UNIX domain socket. When a packet is received, it queries LDAP to see if the user is configured for RADIUS authentication. If so, then the packet is forwarded to the 3rd party RADIUS server. Otherwise, a bind is attempted against the LDAP server. https://fedorahosted.org/freeipa/ticket/3366 http://freeipa.org/page/V3/OTP
* Add ipasam samba passdb backendSumit Bose2011-12-061-0/+1
| | | | https://fedorahosted.org/freeipa/ticket/1874
* daemons: Remove ipa_kpasswdSimo Sorce2011-08-261-1/+0
| | | | | | Now that we have our own database we can properly enforce stricter constraints on how the db can be changed. Stop shipping our own kpasswd daemon and instead use the regular kadmin daemon.
* ipa-kdb: Initial plugin skeletonSimo Sorce2011-08-261-0/+1
|
* Stricter compilation flagsJakub Hrozek2010-11-221-0/+8
| | | | | | | Use a little stricter compilation flags, in particular -Wall and treat implicit function declarations as errors. Signed-off-by: Simo Sorce <ssorce@redhat.com>
* Get merged tree into an installalble state.Rob Crittenden2009-02-031-0/+35
I have only tested the all, rpms and *clean targets directly. install may work but the rpm moves a lot of things around for us. The Apache configuration file isn't in its final state but it works with the new mod_python configuration.