fakeldap 0.0.0 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -0
- data/lib/fakeldap.rb +20 -0
- data/lib/fakeldap/version.rb +1 -1
- data/vendor/ruby-ldapserver/doc/LDAP.html +104 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Abandon.html +112 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Error.html +115 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError.html +241 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/AdminLimitExceeded.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/AffectsMultipleDSAs.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/AliasDereferencingProblem.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/AliasProblem.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/AttributeOrValueExists.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/AuthMethodNotSupported.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/Busy.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/CompareFalse.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/CompareTrue.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/ConfidentialityRequired.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/ConstraintViolation.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/EntryAlreadyExists.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/InappropriateAuthentication.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/InappropriateMatching.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/InsufficientAccessRights.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/InvalidAttributeSyntax.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/InvalidCredentials.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/InvalidDNSyntax.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/IsLeaf.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/LoopDetect.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/NamingViolation.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/NoSuchAttribute.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/NoSuchObject.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/NotAllowedOnNonLeaf.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/NotAllowedOnRDN.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/ObjectClassModsProhibited.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/ObjectClassViolation.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/OperationsError.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/Other.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/ProtocolError.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/Referral.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/SaslBindInProgress.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/SizeLimitExceeded.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/StrongAuthRequired.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/Success.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/TimeLimitExceeded.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/Unavailable.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/UnavailableCriticalExtension.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/UndefinedAttributeType.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/ResultError/UnwillingToPerform.html +158 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server.html +1056 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/Connection.html +1353 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/Filter.html +634 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule.html +1132 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/DefaultMatchingClass.html +219 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/Equality.html +170 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/IA5Downcase.html +143 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/IA5Trim.html +155 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/Integer.html +143 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/Ordering.html +212 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/StringDowncase.html +143 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/StringTrim.html +154 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/Substrings.html +177 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/Operation.html +2994 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/Schema.html +2024 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/Schema/AttributeType.html +1462 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/Schema/ObjectClass.html +1097 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/Syntax.html +1254 -0
- data/vendor/ruby-ldapserver/doc/LDAP/Server/VERSION.html +134 -0
- data/vendor/ruby-ldapserver/doc/_index.html +662 -0
- data/vendor/ruby-ldapserver/doc/class_list.html +36 -0
- data/vendor/ruby-ldapserver/doc/css/common.css +1 -0
- data/vendor/ruby-ldapserver/doc/css/full_list.css +50 -0
- data/vendor/ruby-ldapserver/doc/css/style.css +303 -0
- data/vendor/ruby-ldapserver/doc/file.README.html +399 -0
- data/vendor/ruby-ldapserver/doc/file_list.html +38 -0
- data/vendor/ruby-ldapserver/doc/frames.html +13 -0
- data/vendor/ruby-ldapserver/doc/index.html +399 -0
- data/vendor/ruby-ldapserver/doc/js/app.js +204 -0
- data/vendor/ruby-ldapserver/doc/js/full_list.js +112 -0
- data/vendor/ruby-ldapserver/doc/js/jquery.js +154 -0
- data/vendor/ruby-ldapserver/doc/method_list.html +1571 -0
- data/vendor/ruby-ldapserver/doc/top-level-namespace.html +88 -0
- metadata +99 -10
@@ -0,0 +1,88 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>Top Level Namespace</title>
|
7
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
|
+
|
10
|
+
<script type="text/javascript" charset="utf-8">
|
11
|
+
relpath = '';
|
12
|
+
if (relpath != '') relpath += '/';
|
13
|
+
</script>
|
14
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
15
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
16
|
+
|
17
|
+
</head>
|
18
|
+
<body>
|
19
|
+
<script type="text/javascript" charset="utf-8">
|
20
|
+
if (window.top.frames.main) document.body.className = 'frames';
|
21
|
+
</script>
|
22
|
+
|
23
|
+
<div id="header">
|
24
|
+
<div id="menu">
|
25
|
+
|
26
|
+
<a href="_index.html">Index</a> »
|
27
|
+
|
28
|
+
|
29
|
+
<span class="title">Top Level Namespace</span>
|
30
|
+
|
31
|
+
|
32
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="search">
|
36
|
+
<a id="class_list_link" href="#">Class List</a>
|
37
|
+
<a id="method_list_link" href="#">Method List</a>
|
38
|
+
<a id ="file_list_link" href="#">File List</a>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div class="clear"></div>
|
42
|
+
</div>
|
43
|
+
|
44
|
+
<iframe id="search_frame"></iframe>
|
45
|
+
|
46
|
+
<div id="content"><h1>Top Level Namespace
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
</h1>
|
51
|
+
|
52
|
+
<dl class="box">
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
</dl>
|
62
|
+
<div class="clear"></div>
|
63
|
+
|
64
|
+
<h2>Defined Under Namespace</h2>
|
65
|
+
<p class="children">
|
66
|
+
|
67
|
+
|
68
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="LDAP.html" title="LDAP (module)">LDAP</a></span>
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
</p>
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
</div>
|
80
|
+
|
81
|
+
<div id="footer">
|
82
|
+
Generated on Mon Sep 13 13:27:18 2010 by
|
83
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
84
|
+
0.6.0 (ruby-1.9.2).
|
85
|
+
</div>
|
86
|
+
|
87
|
+
</body>
|
88
|
+
</html>
|
metadata
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fakeldap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: 31
|
5
4
|
prerelease: false
|
6
5
|
segments:
|
7
6
|
- 0
|
8
7
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
8
|
+
- 1
|
9
|
+
version: 0.0.1
|
11
10
|
platform: ruby
|
12
11
|
authors:
|
13
12
|
- Aanand Prasad
|
@@ -15,7 +14,7 @@ autorequire:
|
|
15
14
|
bindir: bin
|
16
15
|
cert_chain: []
|
17
16
|
|
18
|
-
date: 2010-
|
17
|
+
date: 2010-09-13 00:00:00 -04:00
|
19
18
|
default_executable:
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|
@@ -24,12 +23,15 @@ dependencies:
|
|
24
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
25
24
|
none: false
|
26
25
|
requirements:
|
27
|
-
- -
|
26
|
+
- - ~>
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
hash: 3
|
30
28
|
segments:
|
29
|
+
- 2
|
31
30
|
- 0
|
32
|
-
|
31
|
+
- 0
|
32
|
+
- beta
|
33
|
+
- 22
|
34
|
+
version: 2.0.0.beta.22
|
33
35
|
type: :development
|
34
36
|
version_requirements: *id001
|
35
37
|
- !ruby/object:Gem::Dependency
|
@@ -40,12 +42,24 @@ dependencies:
|
|
40
42
|
requirements:
|
41
43
|
- - ">="
|
42
44
|
- !ruby/object:Gem::Version
|
43
|
-
hash: 3
|
44
45
|
segments:
|
45
46
|
- 0
|
46
47
|
version: "0"
|
47
48
|
type: :development
|
48
49
|
version_requirements: *id002
|
50
|
+
- !ruby/object:Gem::Dependency
|
51
|
+
name: ruby-debug19
|
52
|
+
prerelease: false
|
53
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
54
|
+
none: false
|
55
|
+
requirements:
|
56
|
+
- - ">="
|
57
|
+
- !ruby/object:Gem::Version
|
58
|
+
segments:
|
59
|
+
- 0
|
60
|
+
version: "0"
|
61
|
+
type: :development
|
62
|
+
version_requirements: *id003
|
49
63
|
description:
|
50
64
|
email:
|
51
65
|
- aanand.prasad@gmail.com
|
@@ -60,6 +74,83 @@ files:
|
|
60
74
|
- lib/fakeldap.rb
|
61
75
|
- vendor/ruby-ldapserver/ChangeLog
|
62
76
|
- vendor/ruby-ldapserver/COPYING
|
77
|
+
- vendor/ruby-ldapserver/doc/_index.html
|
78
|
+
- vendor/ruby-ldapserver/doc/class_list.html
|
79
|
+
- vendor/ruby-ldapserver/doc/css/common.css
|
80
|
+
- vendor/ruby-ldapserver/doc/css/full_list.css
|
81
|
+
- vendor/ruby-ldapserver/doc/css/style.css
|
82
|
+
- vendor/ruby-ldapserver/doc/file.README.html
|
83
|
+
- vendor/ruby-ldapserver/doc/file_list.html
|
84
|
+
- vendor/ruby-ldapserver/doc/frames.html
|
85
|
+
- vendor/ruby-ldapserver/doc/index.html
|
86
|
+
- vendor/ruby-ldapserver/doc/js/app.js
|
87
|
+
- vendor/ruby-ldapserver/doc/js/full_list.js
|
88
|
+
- vendor/ruby-ldapserver/doc/js/jquery.js
|
89
|
+
- vendor/ruby-ldapserver/doc/LDAP/Abandon.html
|
90
|
+
- vendor/ruby-ldapserver/doc/LDAP/Error.html
|
91
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/AdminLimitExceeded.html
|
92
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/AffectsMultipleDSAs.html
|
93
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/AliasDereferencingProblem.html
|
94
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/AliasProblem.html
|
95
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/AttributeOrValueExists.html
|
96
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/AuthMethodNotSupported.html
|
97
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/Busy.html
|
98
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/CompareFalse.html
|
99
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/CompareTrue.html
|
100
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/ConfidentialityRequired.html
|
101
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/ConstraintViolation.html
|
102
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/EntryAlreadyExists.html
|
103
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/InappropriateAuthentication.html
|
104
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/InappropriateMatching.html
|
105
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/InsufficientAccessRights.html
|
106
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/InvalidAttributeSyntax.html
|
107
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/InvalidCredentials.html
|
108
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/InvalidDNSyntax.html
|
109
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/IsLeaf.html
|
110
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/LoopDetect.html
|
111
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/NamingViolation.html
|
112
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/NoSuchAttribute.html
|
113
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/NoSuchObject.html
|
114
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/NotAllowedOnNonLeaf.html
|
115
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/NotAllowedOnRDN.html
|
116
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/ObjectClassModsProhibited.html
|
117
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/ObjectClassViolation.html
|
118
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/OperationsError.html
|
119
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/Other.html
|
120
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/ProtocolError.html
|
121
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/Referral.html
|
122
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/SaslBindInProgress.html
|
123
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/SizeLimitExceeded.html
|
124
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/StrongAuthRequired.html
|
125
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/Success.html
|
126
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/TimeLimitExceeded.html
|
127
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/Unavailable.html
|
128
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/UnavailableCriticalExtension.html
|
129
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/UndefinedAttributeType.html
|
130
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError/UnwillingToPerform.html
|
131
|
+
- vendor/ruby-ldapserver/doc/LDAP/ResultError.html
|
132
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/Connection.html
|
133
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/Filter.html
|
134
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/DefaultMatchingClass.html
|
135
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/Equality.html
|
136
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/IA5Downcase.html
|
137
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/IA5Trim.html
|
138
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/Integer.html
|
139
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/Ordering.html
|
140
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/StringDowncase.html
|
141
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/StringTrim.html
|
142
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule/Substrings.html
|
143
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/MatchingRule.html
|
144
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/Operation.html
|
145
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/Schema/AttributeType.html
|
146
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/Schema/ObjectClass.html
|
147
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/Schema.html
|
148
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/Syntax.html
|
149
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server/VERSION.html
|
150
|
+
- vendor/ruby-ldapserver/doc/LDAP/Server.html
|
151
|
+
- vendor/ruby-ldapserver/doc/LDAP.html
|
152
|
+
- vendor/ruby-ldapserver/doc/method_list.html
|
153
|
+
- vendor/ruby-ldapserver/doc/top-level-namespace.html
|
63
154
|
- vendor/ruby-ldapserver/examples/mkcert.rb
|
64
155
|
- vendor/ruby-ldapserver/examples/rbslapd1.rb
|
65
156
|
- vendor/ruby-ldapserver/examples/rbslapd2.rb
|
@@ -106,7 +197,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
106
197
|
requirements:
|
107
198
|
- - ">="
|
108
199
|
- !ruby/object:Gem::Version
|
109
|
-
hash: 3
|
110
200
|
segments:
|
111
201
|
- 0
|
112
202
|
version: "0"
|
@@ -115,7 +205,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
115
205
|
requirements:
|
116
206
|
- - ">="
|
117
207
|
- !ruby/object:Gem::Version
|
118
|
-
hash: 3
|
119
208
|
segments:
|
120
209
|
- 0
|
121
210
|
version: "0"
|