This repository was archived by the owner on Oct 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
48 lines (36 loc) · 1.83 KB
/
Copy pathREADME
File metadata and controls
48 lines (36 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
SINGLE SIGN-ON DAEMON
Daemon that will automatically obtain roaming TGTs when accessing a federated
network while in a roaming realm.
This software will search in all available interfaces with an active
wpa_supplicant control interface for a negotiated MSK to generate a
username/password for the visited realm KDC.
This is part of a project related to single sign-on authentication
and authoritation for cloud access in federated scenarios, being developed
in the Universiry of Murcia (Spain)
AUTHOR
--------------------------------------------------------------------------------
Alejandro Abad Carrascosa <hankyago@gmail.com>
April 2014, University of Murcia (Spain)
UPDATES
--------------------------------------------------------------------------------
Latest version available in GitHub:
https://github.com/AlejandroAbad/ssod
LICENSE
--------------------------------------------------------------------------------
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
COMPILING
--------------------------------------------------------------------------------
You can compile the sources using the make tool. Makefile has been built by
Netbeans. Type 'make help' for options. All compiled sources will be under
the 'dist/' folder.
Dependencies:
This software requires 'libfnasso' (library for federated network access single
sign-on) to be installed in the system. The library is available in
https://github.com/AlejandroAbad/libfnasso