python-win-ad 0.6.3__tar.gz → 0.6.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- python_win_ad-0.6.4/.gitignore +402 -0
- python_win_ad-0.6.4/.nojekyll +0 -0
- python_win_ad-0.6.4/.vscode/settings.json +12 -0
- python_win_ad-0.6.4/CHANGELOG +46 -0
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/LICENSE +201 -201
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/PKG-INFO +78 -82
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/README.rst +54 -53
- python_win_ad-0.6.4/doc/Makefile +154 -0
- python_win_ad-0.6.4/doc/_build/doctrees/constants.doctree +0 -0
- python_win_ad-0.6.4/doc/_build/doctrees/environment.pickle +0 -0
- python_win_ad-0.6.4/doc/_build/doctrees/index.doctree +0 -0
- python_win_ad-0.6.4/doc/_build/doctrees/objects.doctree +0 -0
- python_win_ad-0.6.4/doc/_build/doctrees/pyad.doctree +0 -0
- python_win_ad-0.6.4/doc/_build/doctrees/utils.doctree +0 -0
- python_win_ad-0.6.4/doc/_templates/layout.html +20 -0
- python_win_ad-0.6.4/doc/conf.py +265 -0
- python_win_ad-0.6.4/doc/constants.rst +12 -0
- python_win_ad-0.6.4/doc/index.rst +11 -0
- python_win_ad-0.6.4/doc/make.bat +190 -0
- python_win_ad-0.6.4/doc/objects.rst +61 -0
- python_win_ad-0.6.4/doc/pyad.rst +174 -0
- python_win_ad-0.6.4/doc/utils.rst +12 -0
- python_win_ad-0.6.4/docs/.buildinfo +4 -0
- python_win_ad-0.6.4/docs/.nojekyll +0 -0
- python_win_ad-0.6.4/docs/_modules/index.html +105 -0
- python_win_ad-0.6.4/docs/_modules/pyad/adbase.html +185 -0
- python_win_ad-0.6.4/docs/_modules/pyad/adcomputer.html +128 -0
- python_win_ad-0.6.4/docs/_modules/pyad/adcontainer.html +335 -0
- python_win_ad-0.6.4/docs/_modules/pyad/addomain.html +128 -0
- python_win_ad-0.6.4/docs/_modules/pyad/adgroup.html +392 -0
- python_win_ad-0.6.4/docs/_modules/pyad/adobject.html +811 -0
- python_win_ad-0.6.4/docs/_modules/pyad/adquery.html +380 -0
- python_win_ad-0.6.4/docs/_modules/pyad/aduser.html +201 -0
- python_win_ad-0.6.4/docs/_modules/pyad/pyad.html +131 -0
- python_win_ad-0.6.4/docs/_modules/pyad/pyadexceptions.html +172 -0
- python_win_ad-0.6.4/docs/_modules/pyad/pyadutils.html +403 -0
- python_win_ad-0.6.4/docs/_sources/constants.rst.txt +12 -0
- python_win_ad-0.6.4/docs/_sources/index.rst.txt +11 -0
- python_win_ad-0.6.4/docs/_sources/index.txt +43 -0
- python_win_ad-0.6.4/docs/_sources/objects.rst.txt +61 -0
- python_win_ad-0.6.4/docs/_sources/objects.txt +43 -0
- python_win_ad-0.6.4/docs/_sources/pyad.rst.txt +174 -0
- python_win_ad-0.6.4/docs/_sources/pyad.txt +116 -0
- python_win_ad-0.6.4/docs/_sources/test.rst.txt +0 -0
- python_win_ad-0.6.4/docs/_sources/test.txt +5 -0
- python_win_ad-0.6.4/docs/_sources/utils.rst.txt +12 -0
- python_win_ad-0.6.4/docs/_static/ajax-loader.gif +0 -0
- python_win_ad-0.6.4/docs/_static/basic.css +906 -0
- python_win_ad-0.6.4/docs/_static/classic.css +266 -0
- python_win_ad-0.6.4/docs/_static/comment-bright.png +0 -0
- python_win_ad-0.6.4/docs/_static/comment-close.png +0 -0
- python_win_ad-0.6.4/docs/_static/comment.png +0 -0
- python_win_ad-0.6.4/docs/_static/default.css +1 -0
- python_win_ad-0.6.4/docs/_static/doctools.js +326 -0
- python_win_ad-0.6.4/docs/_static/documentation_options.js +12 -0
- python_win_ad-0.6.4/docs/_static/down-pressed.png +0 -0
- python_win_ad-0.6.4/docs/_static/down.png +0 -0
- python_win_ad-0.6.4/docs/_static/file.png +0 -0
- python_win_ad-0.6.4/docs/_static/jquery-3.5.1.js +10872 -0
- python_win_ad-0.6.4/docs/_static/jquery.js +2 -0
- python_win_ad-0.6.4/docs/_static/language_data.js +297 -0
- python_win_ad-0.6.4/docs/_static/minus.png +0 -0
- python_win_ad-0.6.4/docs/_static/plus.png +0 -0
- python_win_ad-0.6.4/docs/_static/pygments.css +74 -0
- python_win_ad-0.6.4/docs/_static/searchtools.js +529 -0
- python_win_ad-0.6.4/docs/_static/sidebar.js +159 -0
- python_win_ad-0.6.4/docs/_static/underscore-1.13.1.js +2042 -0
- python_win_ad-0.6.4/docs/_static/underscore.js +6 -0
- python_win_ad-0.6.4/docs/_static/up-pressed.png +0 -0
- python_win_ad-0.6.4/docs/_static/up.png +0 -0
- python_win_ad-0.6.4/docs/_static/websupport.js +808 -0
- python_win_ad-0.6.4/docs/constants.html +183 -0
- python_win_ad-0.6.4/docs/genindex.html +552 -0
- python_win_ad-0.6.4/docs/index.html +196 -0
- python_win_ad-0.6.4/docs/objects.html +1084 -0
- python_win_ad-0.6.4/docs/objects.inv +0 -0
- python_win_ad-0.6.4/docs/py-modindex.html +155 -0
- python_win_ad-0.6.4/docs/pyad.html +279 -0
- python_win_ad-0.6.4/docs/search.html +119 -0
- python_win_ad-0.6.4/docs/searchindex.js +1 -0
- python_win_ad-0.6.4/docs/test.html +96 -0
- python_win_ad-0.6.4/docs/utils.html +348 -0
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/pyad/__init__.py +73 -71
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/pyad/adbase.py +1 -1
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/pyad/adcontainer.py +238 -238
- python_win_ad-0.6.4/pyad.code-workspace +18 -0
- python_win_ad-0.6.4/pyproject.toml +42 -0
- python_win_ad-0.6.4/requirements.txt +0 -0
- python_win_ad-0.6.4/tests/__init__.py +2 -0
- python_win_ad-0.6.4/tests/config.py +10 -0
- python_win_ad-0.6.4/tests/pyadunittest.py +9 -0
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/tests/tests_adbase.py +22 -22
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/tests/tests_adquery.py +52 -52
- python_win_ad-0.6.3/python_win_ad.egg-info/PKG-INFO +0 -82
- python_win_ad-0.6.3/python_win_ad.egg-info/SOURCES.txt +0 -24
- python_win_ad-0.6.3/python_win_ad.egg-info/dependency_links.txt +0 -1
- python_win_ad-0.6.3/python_win_ad.egg-info/requires.txt +0 -2
- python_win_ad-0.6.3/python_win_ad.egg-info/top_level.txt +0 -1
- python_win_ad-0.6.3/setup.cfg +0 -4
- python_win_ad-0.6.3/setup.py +0 -47
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/pyad/adcomputer.py +0 -0
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/pyad/addomain.py +0 -0
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/pyad/adgroup.py +0 -0
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/pyad/adobject.py +0 -0
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/pyad/adquery.py +0 -0
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/pyad/adsearch.py +0 -0
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/pyad/aduser.py +0 -0
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/pyad/pyad.py +0 -0
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/pyad/pyadconstants.py +0 -0
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/pyad/pyadexceptions.py +0 -0
- {python_win_ad-0.6.3 → python_win_ad-0.6.4}/pyad/pyadutils.py +0 -0
|
@@ -0,0 +1,402 @@
|
|
|
1
|
+
## Ignore Visual Studio temporary files, build results, and
|
|
2
|
+
## files generated by popular Visual Studio add-ons.
|
|
3
|
+
##
|
|
4
|
+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
|
5
|
+
|
|
6
|
+
# User-specific files
|
|
7
|
+
*.rsuser
|
|
8
|
+
*.suo
|
|
9
|
+
*.user
|
|
10
|
+
*.userosscache
|
|
11
|
+
*.sln.docstates
|
|
12
|
+
|
|
13
|
+
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
14
|
+
*.userprefs
|
|
15
|
+
|
|
16
|
+
# Build results
|
|
17
|
+
[Dd]ebug/
|
|
18
|
+
[Dd]ebugPublic/
|
|
19
|
+
[Rr]elease/
|
|
20
|
+
[Rr]eleases/
|
|
21
|
+
x64/
|
|
22
|
+
x86/
|
|
23
|
+
[Aa][Rr][Mm]/
|
|
24
|
+
[Aa][Rr][Mm]64/
|
|
25
|
+
bld/
|
|
26
|
+
[Oo]bj/
|
|
27
|
+
[Ll]og/
|
|
28
|
+
|
|
29
|
+
# Visual Studio 2015/2017 cache/options directory
|
|
30
|
+
.vs/
|
|
31
|
+
# Uncomment if you have tasks that create the project's static files in wwwroot
|
|
32
|
+
#wwwroot/
|
|
33
|
+
|
|
34
|
+
# Visual Studio 2017 auto generated files
|
|
35
|
+
Generated\ Files/
|
|
36
|
+
|
|
37
|
+
# MSTest test Results
|
|
38
|
+
[Tt]est[Rr]esult*/
|
|
39
|
+
[Bb]uild[Ll]og.*
|
|
40
|
+
|
|
41
|
+
# NUNIT
|
|
42
|
+
*.VisualState.xml
|
|
43
|
+
TestResult.xml
|
|
44
|
+
|
|
45
|
+
# Build Results of an ATL Project
|
|
46
|
+
[Dd]ebugPS/
|
|
47
|
+
[Rr]eleasePS/
|
|
48
|
+
dlldata.c
|
|
49
|
+
|
|
50
|
+
# Benchmark Results
|
|
51
|
+
BenchmarkDotNet.Artifacts/
|
|
52
|
+
|
|
53
|
+
# .NET Core
|
|
54
|
+
project.lock.json
|
|
55
|
+
project.fragment.lock.json
|
|
56
|
+
artifacts/
|
|
57
|
+
|
|
58
|
+
# StyleCop
|
|
59
|
+
StyleCopReport.xml
|
|
60
|
+
|
|
61
|
+
# Files built by Visual Studio
|
|
62
|
+
*_i.c
|
|
63
|
+
*_p.c
|
|
64
|
+
*_h.h
|
|
65
|
+
*.ilk
|
|
66
|
+
*.meta
|
|
67
|
+
*.obj
|
|
68
|
+
*.iobj
|
|
69
|
+
*.pch
|
|
70
|
+
*.pdb
|
|
71
|
+
*.ipdb
|
|
72
|
+
*.pgc
|
|
73
|
+
*.pgd
|
|
74
|
+
*.rsp
|
|
75
|
+
*.sbr
|
|
76
|
+
*.tlb
|
|
77
|
+
*.tli
|
|
78
|
+
*.tlh
|
|
79
|
+
*.tmp
|
|
80
|
+
*.tmp_proj
|
|
81
|
+
*_wpftmp.csproj
|
|
82
|
+
*.log
|
|
83
|
+
*.vspscc
|
|
84
|
+
*.vssscc
|
|
85
|
+
.builds
|
|
86
|
+
*.pidb
|
|
87
|
+
*.svclog
|
|
88
|
+
*.scc
|
|
89
|
+
|
|
90
|
+
# Chutzpah Test files
|
|
91
|
+
_Chutzpah*
|
|
92
|
+
|
|
93
|
+
# Visual C++ cache files
|
|
94
|
+
ipch/
|
|
95
|
+
*.aps
|
|
96
|
+
*.ncb
|
|
97
|
+
*.opendb
|
|
98
|
+
*.opensdf
|
|
99
|
+
*.sdf
|
|
100
|
+
*.cachefile
|
|
101
|
+
*.VC.db
|
|
102
|
+
*.VC.VC.opendb
|
|
103
|
+
|
|
104
|
+
# Visual Studio profiler
|
|
105
|
+
*.psess
|
|
106
|
+
*.vsp
|
|
107
|
+
*.vspx
|
|
108
|
+
*.sap
|
|
109
|
+
|
|
110
|
+
# Visual Studio Trace Files
|
|
111
|
+
*.e2e
|
|
112
|
+
|
|
113
|
+
# TFS 2012 Local Workspace
|
|
114
|
+
$tf/
|
|
115
|
+
|
|
116
|
+
# Guidance Automation Toolkit
|
|
117
|
+
*.gpState
|
|
118
|
+
|
|
119
|
+
# ReSharper is a .NET coding add-in
|
|
120
|
+
_ReSharper*/
|
|
121
|
+
*.[Rr]e[Ss]harper
|
|
122
|
+
*.DotSettings.user
|
|
123
|
+
|
|
124
|
+
# JustCode is a .NET coding add-in
|
|
125
|
+
.JustCode
|
|
126
|
+
|
|
127
|
+
# TeamCity is a build add-in
|
|
128
|
+
_TeamCity*
|
|
129
|
+
|
|
130
|
+
# DotCover is a Code Coverage Tool
|
|
131
|
+
*.dotCover
|
|
132
|
+
|
|
133
|
+
# AxoCover is a Code Coverage Tool
|
|
134
|
+
.axoCover/*
|
|
135
|
+
!.axoCover/settings.json
|
|
136
|
+
|
|
137
|
+
# Visual Studio code coverage results
|
|
138
|
+
*.coverage
|
|
139
|
+
*.coveragexml
|
|
140
|
+
|
|
141
|
+
# NCrunch
|
|
142
|
+
_NCrunch_*
|
|
143
|
+
.*crunch*.local.xml
|
|
144
|
+
nCrunchTemp_*
|
|
145
|
+
|
|
146
|
+
# MightyMoose
|
|
147
|
+
*.mm.*
|
|
148
|
+
AutoTest.Net/
|
|
149
|
+
|
|
150
|
+
# Web workbench (sass)
|
|
151
|
+
.sass-cache/
|
|
152
|
+
|
|
153
|
+
# Installshield output folder
|
|
154
|
+
[Ee]xpress/
|
|
155
|
+
|
|
156
|
+
# DocProject is a documentation generator add-in
|
|
157
|
+
DocProject/buildhelp/
|
|
158
|
+
DocProject/Help/*.HxT
|
|
159
|
+
DocProject/Help/*.HxC
|
|
160
|
+
DocProject/Help/*.hhc
|
|
161
|
+
DocProject/Help/*.hhk
|
|
162
|
+
DocProject/Help/*.hhp
|
|
163
|
+
DocProject/Help/Html2
|
|
164
|
+
DocProject/Help/html
|
|
165
|
+
|
|
166
|
+
# Click-Once directory
|
|
167
|
+
publish/
|
|
168
|
+
|
|
169
|
+
# Publish Web Output
|
|
170
|
+
*.[Pp]ublish.xml
|
|
171
|
+
*.azurePubxml
|
|
172
|
+
# Note: Comment the next line if you want to checkin your web deploy settings,
|
|
173
|
+
# but database connection strings (with potential passwords) will be unencrypted
|
|
174
|
+
*.pubxml
|
|
175
|
+
*.publishproj
|
|
176
|
+
|
|
177
|
+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
|
178
|
+
# checkin your Azure Web App publish settings, but sensitive information contained
|
|
179
|
+
# in these scripts will be unencrypted
|
|
180
|
+
PublishScripts/
|
|
181
|
+
|
|
182
|
+
# NuGet Packages
|
|
183
|
+
*.nupkg
|
|
184
|
+
# The packages folder can be ignored because of Package Restore
|
|
185
|
+
**/[Pp]ackages/*
|
|
186
|
+
# except build/, which is used as an MSBuild target.
|
|
187
|
+
!**/[Pp]ackages/build/
|
|
188
|
+
# Uncomment if necessary however generally it will be regenerated when needed
|
|
189
|
+
#!**/[Pp]ackages/repositories.config
|
|
190
|
+
# NuGet v3's project.json files produces more ignorable files
|
|
191
|
+
*.nuget.props
|
|
192
|
+
*.nuget.targets
|
|
193
|
+
|
|
194
|
+
# Microsoft Azure Build Output
|
|
195
|
+
csx/
|
|
196
|
+
*.build.csdef
|
|
197
|
+
|
|
198
|
+
# Microsoft Azure Emulator
|
|
199
|
+
ecf/
|
|
200
|
+
rcf/
|
|
201
|
+
|
|
202
|
+
# Windows Store app package directories and files
|
|
203
|
+
AppPackages/
|
|
204
|
+
BundleArtifacts/
|
|
205
|
+
Package.StoreAssociation.xml
|
|
206
|
+
_pkginfo.txt
|
|
207
|
+
*.appx
|
|
208
|
+
|
|
209
|
+
# Visual Studio cache files
|
|
210
|
+
# files ending in .cache can be ignored
|
|
211
|
+
*.[Cc]ache
|
|
212
|
+
# but keep track of directories ending in .cache
|
|
213
|
+
!?*.[Cc]ache/
|
|
214
|
+
|
|
215
|
+
# Others
|
|
216
|
+
ClientBin/
|
|
217
|
+
~$*
|
|
218
|
+
*~
|
|
219
|
+
*.dbmdl
|
|
220
|
+
*.dbproj.schemaview
|
|
221
|
+
*.jfm
|
|
222
|
+
*.pfx
|
|
223
|
+
*.publishsettings
|
|
224
|
+
orleans.codegen.cs
|
|
225
|
+
|
|
226
|
+
# Including strong name files can present a security risk
|
|
227
|
+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
|
228
|
+
#*.snk
|
|
229
|
+
|
|
230
|
+
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
|
231
|
+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
|
232
|
+
#bower_components/
|
|
233
|
+
|
|
234
|
+
# RIA/Silverlight projects
|
|
235
|
+
Generated_Code/
|
|
236
|
+
|
|
237
|
+
# Backup & report files from converting an old project file
|
|
238
|
+
# to a newer Visual Studio version. Backup files are not needed,
|
|
239
|
+
# because we have git ;-)
|
|
240
|
+
_UpgradeReport_Files/
|
|
241
|
+
Backup*/
|
|
242
|
+
UpgradeLog*.XML
|
|
243
|
+
UpgradeLog*.htm
|
|
244
|
+
ServiceFabricBackup/
|
|
245
|
+
*.rptproj.bak
|
|
246
|
+
|
|
247
|
+
# SQL Server files
|
|
248
|
+
*.mdf
|
|
249
|
+
*.ldf
|
|
250
|
+
*.ndf
|
|
251
|
+
|
|
252
|
+
# Business Intelligence projects
|
|
253
|
+
*.rdl.data
|
|
254
|
+
*.bim.layout
|
|
255
|
+
*.bim_*.settings
|
|
256
|
+
*.rptproj.rsuser
|
|
257
|
+
*- Backup*.rdl
|
|
258
|
+
|
|
259
|
+
# Microsoft Fakes
|
|
260
|
+
FakesAssemblies/
|
|
261
|
+
|
|
262
|
+
# GhostDoc plugin setting file
|
|
263
|
+
*.GhostDoc.xml
|
|
264
|
+
|
|
265
|
+
# Node.js Tools for Visual Studio
|
|
266
|
+
.ntvs_analysis.dat
|
|
267
|
+
node_modules/
|
|
268
|
+
|
|
269
|
+
# Visual Studio 6 build log
|
|
270
|
+
*.plg
|
|
271
|
+
|
|
272
|
+
# Visual Studio 6 workspace options file
|
|
273
|
+
*.opt
|
|
274
|
+
|
|
275
|
+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
|
276
|
+
*.vbw
|
|
277
|
+
|
|
278
|
+
# Visual Studio LightSwitch build output
|
|
279
|
+
**/*.HTMLClient/GeneratedArtifacts
|
|
280
|
+
**/*.DesktopClient/GeneratedArtifacts
|
|
281
|
+
**/*.DesktopClient/ModelManifest.xml
|
|
282
|
+
**/*.Server/GeneratedArtifacts
|
|
283
|
+
**/*.Server/ModelManifest.xml
|
|
284
|
+
_Pvt_Extensions
|
|
285
|
+
|
|
286
|
+
# Paket dependency manager
|
|
287
|
+
.paket/paket.exe
|
|
288
|
+
paket-files/
|
|
289
|
+
|
|
290
|
+
# FAKE - F# Make
|
|
291
|
+
.fake/
|
|
292
|
+
|
|
293
|
+
# JetBrains Rider
|
|
294
|
+
.idea/
|
|
295
|
+
*.sln.iml
|
|
296
|
+
|
|
297
|
+
# CodeRush personal settings
|
|
298
|
+
.cr/personal
|
|
299
|
+
|
|
300
|
+
# Tabs Studio
|
|
301
|
+
*.tss
|
|
302
|
+
|
|
303
|
+
# Telerik's JustMock configuration file
|
|
304
|
+
*.jmconfig
|
|
305
|
+
|
|
306
|
+
# BizTalk build output
|
|
307
|
+
*.btp.cs
|
|
308
|
+
*.btm.cs
|
|
309
|
+
*.odx.cs
|
|
310
|
+
*.xsd.cs
|
|
311
|
+
|
|
312
|
+
# OpenCover UI analysis results
|
|
313
|
+
OpenCover/
|
|
314
|
+
|
|
315
|
+
# Azure Stream Analytics local run output
|
|
316
|
+
ASALocalRun/
|
|
317
|
+
|
|
318
|
+
# MSBuild Binary and Structured Log
|
|
319
|
+
*.binlog
|
|
320
|
+
|
|
321
|
+
# NVidia Nsight GPU debugger configuration file
|
|
322
|
+
*.nvuser
|
|
323
|
+
|
|
324
|
+
# MFractors (Xamarin productivity tool) working folder
|
|
325
|
+
.mfractor/
|
|
326
|
+
|
|
327
|
+
# Local History for Visual Studio
|
|
328
|
+
.localhistory/
|
|
329
|
+
|
|
330
|
+
# BeatPulse healthcheck temp database
|
|
331
|
+
healthchecksdb
|
|
332
|
+
|
|
333
|
+
# Byte-compiled / optimized / DLL files
|
|
334
|
+
__pycache__/
|
|
335
|
+
*.py[cod]
|
|
336
|
+
*$py.class
|
|
337
|
+
|
|
338
|
+
# C extensions
|
|
339
|
+
*.so
|
|
340
|
+
|
|
341
|
+
# Distribution / packaging
|
|
342
|
+
.Python
|
|
343
|
+
env/
|
|
344
|
+
build/
|
|
345
|
+
develop-eggs/
|
|
346
|
+
downloads/
|
|
347
|
+
eggs/
|
|
348
|
+
.eggs/
|
|
349
|
+
lib/
|
|
350
|
+
lib64/
|
|
351
|
+
parts/
|
|
352
|
+
sdist/
|
|
353
|
+
var/
|
|
354
|
+
*.egg-info/
|
|
355
|
+
.installed.cfg
|
|
356
|
+
*.egg
|
|
357
|
+
test_localsystem.txt
|
|
358
|
+
dist/
|
|
359
|
+
|
|
360
|
+
# PyInstaller
|
|
361
|
+
# Usually these files are written by a python script from a template
|
|
362
|
+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
363
|
+
*.manifest
|
|
364
|
+
*.spec
|
|
365
|
+
|
|
366
|
+
# Installer logs
|
|
367
|
+
pip-log.txt
|
|
368
|
+
pip-delete-this-directory.txt
|
|
369
|
+
|
|
370
|
+
# Unit test / coverage reports
|
|
371
|
+
htmlcov/
|
|
372
|
+
.tox/
|
|
373
|
+
.coverage
|
|
374
|
+
.coverage.*
|
|
375
|
+
.cache
|
|
376
|
+
nosetests.xml
|
|
377
|
+
coverage.xml
|
|
378
|
+
*,cover
|
|
379
|
+
.hypothesis/
|
|
380
|
+
venv*/
|
|
381
|
+
.python-version
|
|
382
|
+
|
|
383
|
+
# Translations
|
|
384
|
+
*.mo
|
|
385
|
+
*.pot
|
|
386
|
+
|
|
387
|
+
# Database Files
|
|
388
|
+
*.db
|
|
389
|
+
*.sqlite
|
|
390
|
+
|
|
391
|
+
# Log Files
|
|
392
|
+
*.log
|
|
393
|
+
*.log.[0-9]*
|
|
394
|
+
|
|
395
|
+
# Sphinx documentation
|
|
396
|
+
docs/_build/
|
|
397
|
+
|
|
398
|
+
# PyBuilder
|
|
399
|
+
target/
|
|
400
|
+
|
|
401
|
+
#Ipython Notebook
|
|
402
|
+
.ipynb_checkpoints
|
|
File without changes
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
0.6.4 / 2024-10-02 / Guts
|
|
2
|
+
|
|
3
|
+
PR: fix(logs): run logging.basicConfig only in main mode
|
|
4
|
+
Update python metadata and build system
|
|
5
|
+
|
|
6
|
+
0.6.3 / 2024-10-02 / Guts
|
|
7
|
+
|
|
8
|
+
PR: change(log): use logging instead of print to allow upper packages manage the messaging level
|
|
9
|
+
|
|
10
|
+
0.6.2 / 2022-07-04 / Josh Carswell
|
|
11
|
+
|
|
12
|
+
AD object creation functions clean themselves up when an error is encounter during creation.
|
|
13
|
+
ADUser create should only set the "PASSWD_NOTREQD" flag if the password is set during creation.
|
|
14
|
+
ADObjects now support dict like access to attributes
|
|
15
|
+
|
|
|
16
|
+
| ADUser.from_cn("Josh Carswell")["displayName"] = "Record Update"
|
|
17
|
+
| ADUser.from_cn("Josh Carswell")["displayName"] -> "Record Update"
|
|
18
|
+
| # is functionally equivalent to
|
|
19
|
+
| ADUser.from_cn("Josh Carswell").set_attribute("displayName","Record Update")
|
|
20
|
+
| ADUser.from_cn("Josh Carswell").get_attribute("displayName") -> "Record Update"
|
|
21
|
+
|
|
|
22
|
+
|
|
23
|
+
0.6.1 / 2022-06-18 / Josh Carswell
|
|
24
|
+
|
|
25
|
+
Bug fixes in ADQuery
|
|
26
|
+
ADQuery now operates more like a dictionary object
|
|
27
|
+
Formatted Black
|
|
28
|
+
|
|
29
|
+
0.5.03 / 2013-7-7 / Zakir Durumeric, Alex Kavanaugh, nifhell
|
|
30
|
+
|
|
31
|
+
feature request: connections to Active Directory now be made with alternate credentials
|
|
32
|
+
feature request: ADQuery now allows page sizes greater than 1000 records
|
|
33
|
+
|
|
34
|
+
0.5.04 / 2013-7-7 / Zakir Durumeric
|
|
35
|
+
|
|
36
|
+
bug report: now possible to connect to objects with commas in distinguishedName by using \, instead of ,.
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
0.5.05 / 2013-7-18 / Zakir Durumeric
|
|
40
|
+
|
|
41
|
+
bug report: the escaped DNs produced by ADQuery are not compatible with the escapes expected by ADObject.from_dn(). ADObject is fixed to allow both types of escaping.
|
|
42
|
+
reported by: Jorrit Jorritsma
|
|
43
|
+
|
|
44
|
+
0.5.06 / 2013-7-28 / Zakir Durumeric
|
|
45
|
+
|
|
46
|
+
adding get_uSNChanged() helper to ADObject in order to encapsulate Microsoft's bizarre Integer8 format.
|