ldap-ui 0.9.11__py3-none-any.whl → 0.9.12__py3-none-any.whl
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.
- ldap_ui/__init__.py +1 -1
- ldap_ui/__main__.py +7 -5
- {ldap_ui-0.9.11.dist-info → ldap_ui-0.9.12.dist-info}/METADATA +1 -1
- {ldap_ui-0.9.11.dist-info → ldap_ui-0.9.12.dist-info}/RECORD +8 -8
- {ldap_ui-0.9.11.dist-info → ldap_ui-0.9.12.dist-info}/LICENSE.txt +0 -0
- {ldap_ui-0.9.11.dist-info → ldap_ui-0.9.12.dist-info}/WHEEL +0 -0
- {ldap_ui-0.9.11.dist-info → ldap_ui-0.9.12.dist-info}/entry_points.txt +0 -0
- {ldap_ui-0.9.11.dist-info → ldap_ui-0.9.12.dist-info}/top_level.txt +0 -0
ldap_ui/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.9.
|
|
1
|
+
__version__ = "0.9.12"
|
ldap_ui/__main__.py
CHANGED
|
@@ -23,14 +23,14 @@ def print_version(ctx: click.Context, param: click.Parameter, value: bool) -> No
|
|
|
23
23
|
"--base-dn",
|
|
24
24
|
type=str,
|
|
25
25
|
default=settings.BASE_DN,
|
|
26
|
-
help="LDAP base DN
|
|
26
|
+
help="LDAP base DN. [default: Detect from root DSE]",
|
|
27
27
|
)
|
|
28
28
|
@click.option(
|
|
29
29
|
"-h",
|
|
30
30
|
"--host",
|
|
31
31
|
type=str,
|
|
32
32
|
default="127.0.0.1",
|
|
33
|
-
help="Bind socket to this
|
|
33
|
+
help="Bind socket to this IP.",
|
|
34
34
|
show_default=True,
|
|
35
35
|
)
|
|
36
36
|
@click.option(
|
|
@@ -38,21 +38,23 @@ def print_version(ctx: click.Context, param: click.Parameter, value: bool) -> No
|
|
|
38
38
|
"--port",
|
|
39
39
|
type=int,
|
|
40
40
|
default=5000,
|
|
41
|
-
help="Bind socket to this port
|
|
41
|
+
help="Bind socket to this port (or 0 for any available port).",
|
|
42
42
|
show_default=True,
|
|
43
43
|
)
|
|
44
44
|
@click.option(
|
|
45
45
|
"-u",
|
|
46
46
|
"--ldap-url",
|
|
47
47
|
type=str,
|
|
48
|
-
|
|
48
|
+
default=settings.LDAP_URL,
|
|
49
|
+
help="LDAP directory connection URL.",
|
|
50
|
+
show_default=True,
|
|
49
51
|
)
|
|
50
52
|
@click.option(
|
|
51
53
|
"-l",
|
|
52
54
|
"--log-level",
|
|
53
55
|
type=LEVEL_CHOICES,
|
|
54
56
|
default="info",
|
|
55
|
-
help="Log level.
|
|
57
|
+
help="Log level.",
|
|
56
58
|
show_default=True,
|
|
57
59
|
)
|
|
58
60
|
@click.option(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
ldap_ui/__init__.py,sha256=
|
|
2
|
-
ldap_ui/__main__.py,sha256=
|
|
1
|
+
ldap_ui/__init__.py,sha256=XR5b9xrEQYlPbzUgeAtHjn10uKetzrpCdRIvgcGJkoI,23
|
|
2
|
+
ldap_ui/__main__.py,sha256=SfpNGw1tlunqLobN8T-7GT47BQBw_c9gO2ANgXkNO9U,1802
|
|
3
3
|
ldap_ui/app.py,sha256=eLRed3iVyrE56CeYBmE0nW09LKh_3Ztc1_ZON37dv8Q,8161
|
|
4
4
|
ldap_ui/ldap_api.py,sha256=j8llIyXkd51g-MDHtN-9XyUvVS8Z_wvQb9Z7uTMyoNU,15897
|
|
5
5
|
ldap_ui/ldap_helpers.py,sha256=1Sq2hwndwzETb3cPpCoHBF8r-JmAaWh87-Pl2inZRy8,3675
|
|
@@ -16,9 +16,9 @@ ldap_ui/statics/assets/index-BOlMrt1N.js,sha256=GpM_tl2FLHwau7eFtlh82sN3x_YhjemR
|
|
|
16
16
|
ldap_ui/statics/assets/index-BOlMrt1N.js.gz,sha256=8LOcgG-YTp4c0kCIw9QzQzM59a_PlRy7eBOhTnHsmvY,43711
|
|
17
17
|
ldap_ui/statics/assets/index-Cw9TEv0d.css,sha256=sa0JhzpsjJhP3Bi2nJpG6Shn3yKI9hl_7I9kVY5E3Zs,48119
|
|
18
18
|
ldap_ui/statics/assets/index-Cw9TEv0d.css.gz,sha256=qE_XQEa7HH54vGvQR78l5eeTcXVWmiqU_d7Go80X_S0,11533
|
|
19
|
-
ldap_ui-0.9.
|
|
20
|
-
ldap_ui-0.9.
|
|
21
|
-
ldap_ui-0.9.
|
|
22
|
-
ldap_ui-0.9.
|
|
23
|
-
ldap_ui-0.9.
|
|
24
|
-
ldap_ui-0.9.
|
|
19
|
+
ldap_ui-0.9.12.dist-info/LICENSE.txt,sha256=UpJ0sDIqHxbOtzy1EG4bCHs9R_99ODxxPDK4NZ0g3I0,1042
|
|
20
|
+
ldap_ui-0.9.12.dist-info/METADATA,sha256=eoyA_Dg-5C0p8ljotFliDeeWSnzLDzbVnzbzqQab8xU,7872
|
|
21
|
+
ldap_ui-0.9.12.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
22
|
+
ldap_ui-0.9.12.dist-info/entry_points.txt,sha256=TGxMkXYeZP5m5NjZxWmgzITYWhSdj2mR_GGUYmHhGws,50
|
|
23
|
+
ldap_ui-0.9.12.dist-info/top_level.txt,sha256=t9Agyig1nDdJuQvx_UVuk1n28pgswc1BIYw8E6pWado,8
|
|
24
|
+
ldap_ui-0.9.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|