forked from IdentityPython/pysaml2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
179 lines (104 loc) · 2.52 KB
/
.gitignore
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
*.pyc
*.~
\#*
.*~
*.egg-info
example/*/*.log
example/*.db
example/*/*.db
tests/*.db
tests/*.log
build/
dist/
example/sp/identities
subject.db
.idea
.project
.pydevproject
.DS_store
.gitignore
debug_*
*.log
*.out
tmp*
*.tmp
*.log.*
*.db
*egg-info*
.coverage
*.tmpl
example/idp3/htdocs/login.mako
example/idp3/idp.py
example/idp3/idp.xml
example/idp3/idp_conf.py
example/idp3/idp_err.xml
example/idp3/idp_user.py
example/idp3/metadata.xml
example/idp3/modules/login.mako.py
example/idp3/modules/root.mako.py
example/idp3/pki/create_key.sh
example/idp3/pki/mycert.pem
example/idp3/pki/mykey.pem
example/idp3/templates/root.mako
example/sp2/attributemaps/basic.py
example/sp2/attributemaps/saml_uri.py
example/sp2/attributemaps/shibboleth_uri.py
example/sp2/pki/mycert.pem
example/sp2/pki/mykey.pem
example/sp2/sp.py
example/sp2/sp.xml
example/sp2/sp_conf.py
example/sp2/who.ini
example/idp2/idp.xml
example/idp2/idp_conf_test.py
example/idp2/metadata.xml
example/idp2/modules/login.mako.py
example/idp2/modules/root.mako.py
example/idp3/idp_conf_test.py
update
src/saml2/entity_category/swamid2.py
example/idp2/IdpTestConf.py
example/idp2/create_idp_conf.json
example/idp2/create_idp_conf.py
example/idp2/idpSaml2test.xml
example/idp2/idp_conf.template
example/idp2/idp_conf_saml2test.py
example/sp/sp.xml
example/idp2/idp_conf_local.py
example/sp/sp_conf_local.py
example/sp/my_backup_sp_conf_local.py
example/sp/backup_sp_conf_local.py
example/idp2/pki/localhost.ca.crt
example/idp2/pki/localhost.ca.crt
example/idp2/pki/localhost.ca.key
example/idp2/pki/localhost.ca.key
example/sp/pki/localhost.ca.crt
example/sp/pki/localhost.ca.crt
example/sp/pki/localhost.ca.key
example/sp/pki/localhost.ca.key
example/idp2/idp_conf_dirgweb.py
example/idp2/idp_conf_nocert.py
example/idp2/idp_conf_proxy.py
example/idp2/idp_nocert.xml
example/sp/nocert_sp_conf/sp_nocert.xml
example/sp/normal_sp_conf/sp.xml
example/sp/normal_sp_conf/sp_conf.py
example/sp/normal_sp_conf/who.ini
example/sp/sp_nocert.xml
example/sp/sp_nocert2.xml
example/sp/test.py
example/sp/sp_conf.py
example/sp/nocert_sp_conf/sp.xml
example/sp/nocert_sp_conf/sp_conf.py
example/sp/nocert_sp_conf/who.ini
example/sp-repoze/my_sp.xml
example/sp-repoze/pki/localhost.ca.crt
example/sp-repoze/pki/localhost.ca.key
example/sp-repoze/sp.xml
example/sp-repoze/sp.xml
example/sp-repoze/sp_conf.py
example/sp-repoze/sp_conf.py
example/idp2/sp_test.xml
example/sp-repoze/idp_test.xml
example/sp-repoze/sp_conf_example.py
example/idp2/idp_conf_example.py