diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-05-07 12:14:56 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-05-07 17:14:31 -0400 |
commit | a4d8856edae99049133925610ae87c41e8a9c695 (patch) | |
tree | be5a131c5984eb744976203d06997b65bac32013 /README | |
parent | 9e99e3c5c45b20189e76e4d2546966ff1fb3ce40 (diff) | |
download | sssd-a4d8856edae99049133925610ae87c41e8a9c695.tar.gz sssd-a4d8856edae99049133925610ae87c41e8a9c695.tar.xz sssd-a4d8856edae99049133925610ae87c41e8a9c695.zip |
Add a README file
Diffstat (limited to 'README')
-rw-r--r-- | README | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -0,0 +1,37 @@ + + SSSD - System Security Services Daemon + -------------------------------------- + + Introduction + ------------ + SSSD provides a set of daemons to manage access to remote directories and + authentication mechanisms such as LDAP, Kerberos or FreeIPA. It provides + an NSS and PAM interface toward the system and a pluggable backend system + to connect to multiple different account sources. + + More information about SSSD can be found on its project page - + <http://fedorahosted.org/sssd/> + + Building and installation + ------------------------- + Please see the file BUILD.txt for details + + Documentation + ------------- + The most up-to-date documentation can be found at + <http://fedorahosted.org/sssd/wiki/HOWTO_Configure> + + Licensing + --------- + Please see the file called COPYING. + + Contacts + -------- + There are several ways to contact us: + + * the sssd-devel mailing list: + <https://fedorahosted.org/mailman/listinfo/sssd-devel> + + * the #freeipa IRC channel on freenode: + irc://irc.freenode.net/freeipa + |