all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager 0/2] minor docs fix up
@ 2025-12-03 16:53 Shannon Sterz
  2025-12-03 16:53 ` [pdm-devel] [PATCH datacenter-manager 1/2] docs: fix a copy-paste error that references a "pbs" realm Shannon Sterz
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Shannon Sterz @ 2025-12-03 16:53 UTC (permalink / raw)
  To: pdm-devel

fix a typo and adjust roadmap

Shannon Sterz (2):
  docs: fix a copy-paste error that references a "pbs" realm
  docs: roadmap: update to latest master

 docs/access-control.rst | 2 +-
 docs/roadmap.rst        | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

--
2.47.3



_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [pdm-devel] [PATCH datacenter-manager 1/2] docs: fix a copy-paste error that references a "pbs" realm
  2025-12-03 16:53 [pdm-devel] [PATCH datacenter-manager 0/2] minor docs fix up Shannon Sterz
@ 2025-12-03 16:53 ` Shannon Sterz
  2025-12-03 16:53 ` [pdm-devel] [PATCH datacenter-manager 2/2] docs: roadmap: update to latest master Shannon Sterz
  2025-12-03 18:14 ` [pdm-devel] [PATCH datacenter-manager 0/2] minor docs fix up Thomas Lamprecht
  2 siblings, 0 replies; 5+ messages in thread
From: Shannon Sterz @ 2025-12-03 16:53 UTC (permalink / raw)
  To: pdm-devel

Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
 docs/access-control.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/access-control.rst b/docs/access-control.rst
index a49d9d3..863d608 100644
--- a/docs/access-control.rst
+++ b/docs/access-control.rst
@@ -15,7 +15,7 @@ you add a new user. Possible realms are:
 :pam: Linux PAM standard authentication. Use this if you want to authenticate as a Linux system
       user. The users needs to already exist on the host system.
 
-:pbs: Proxmox Datacenter Manager realm. This type stores hashed passwords in
+:pdm: Proxmox Datacenter Manager realm. This type stores hashed passwords in
       ``/etc/proxmox-datacenter-manager/access/shadow.json``.
 
 :openid: OpenID Connect server. Users can authenticate against an external OpenID Connect server.
-- 
2.47.3



_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [pdm-devel] [PATCH datacenter-manager 2/2] docs: roadmap: update to latest master
  2025-12-03 16:53 [pdm-devel] [PATCH datacenter-manager 0/2] minor docs fix up Shannon Sterz
  2025-12-03 16:53 ` [pdm-devel] [PATCH datacenter-manager 1/2] docs: fix a copy-paste error that references a "pbs" realm Shannon Sterz
@ 2025-12-03 16:53 ` Shannon Sterz
  2025-12-03 17:24   ` Stoiko Ivanov
  2025-12-03 18:14 ` [pdm-devel] [PATCH datacenter-manager 0/2] minor docs fix up Thomas Lamprecht
  2 siblings, 1 reply; 5+ messages in thread
From: Shannon Sterz @ 2025-12-03 16:53 UTC (permalink / raw)
  To: pdm-devel

up to commit: 9690fcff6d31

Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
 docs/roadmap.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/roadmap.rst b/docs/roadmap.rst
index e208ee3..4ad9943 100644
--- a/docs/roadmap.rst
+++ b/docs/roadmap.rst
@@ -154,6 +154,10 @@ Enhancements in the Web Interface (GUI)
 - Tabs for Proxmox VE and Proxmox Backup Server remotes now properly support history navigation.
 - Add a window to display and copy the system report.
 - A new panel show the Proxmox Datacenter Manager's subscription information.
+- When adding a remote via the setup wizzard, the token will now include the
+  Proxmox Datacenter Manager host. This ensures multiple instance of Proxmox
+  Datacenter Manager can be connected to the same remote.
+- Mask remote shells if the remote version is too old to support the feature.
 - Fix an issue that prevented realms from being deleted (`issue 6885
   <https://bugzilla.proxmox.com/show_bug.cgi?id=6885>`__).
 - Fix various typos.
@@ -377,6 +381,8 @@ Known Issues & Breaking Changes
      possible.
 
 - A minimum password length of eight characters is now enforced on users of the “pdm” realm.
+- Move the file storing LDAP password from ``/etc/proxmox-datacenter-manager/ldap_passwords.json``
+  to ``/etc/proxmox-datacenter-manager/access/ldap-passwords.json``
 
 .. _proxmox_datacenter_manager_0.9_beta:
 
-- 
2.47.3



_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [pdm-devel] [PATCH datacenter-manager 2/2] docs: roadmap: update to latest master
  2025-12-03 16:53 ` [pdm-devel] [PATCH datacenter-manager 2/2] docs: roadmap: update to latest master Shannon Sterz
@ 2025-12-03 17:24   ` Stoiko Ivanov
  0 siblings, 0 replies; 5+ messages in thread
From: Stoiko Ivanov @ 2025-12-03 17:24 UTC (permalink / raw)
  To: Shannon Sterz; +Cc: Proxmox Datacenter Manager development discussion

thanks for the patch!

two small nits inline (maybe for fixup while applying) - else LGTM: 
On Wed,  3 Dec 2025 17:53:58 +0100
Shannon Sterz <s.sterz@proxmox.com> wrote:

> up to commit: 9690fcff6d31
> 
> Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
> ---
>  docs/roadmap.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/docs/roadmap.rst b/docs/roadmap.rst
> index e208ee3..4ad9943 100644
> --- a/docs/roadmap.rst
> +++ b/docs/roadmap.rst
> @@ -154,6 +154,10 @@ Enhancements in the Web Interface (GUI)
>  - Tabs for Proxmox VE and Proxmox Backup Server remotes now properly support history navigation.
>  - Add a window to display and copy the system report.
>  - A new panel show the Proxmox Datacenter Manager's subscription information.
> +- When adding a remote via the setup wizzard, the token will now include the
s/wizzard/wizard/

> +  Proxmox Datacenter Manager host. This ensures multiple instance of Proxmox
s/instance/instances/

> +  Datacenter Manager can be connected to the same remote.
> +- Mask remote shells if the remote version is too old to support the feature.
>  - Fix an issue that prevented realms from being deleted (`issue 6885
>    <https://bugzilla.proxmox.com/show_bug.cgi?id=6885>`__).
>  - Fix various typos.
> @@ -377,6 +381,8 @@ Known Issues & Breaking Changes
>       possible.
>  
>  - A minimum password length of eight characters is now enforced on users of the “pdm” realm.
> +- Move the file storing LDAP password from ``/etc/proxmox-datacenter-manager/ldap_passwords.json``
> +  to ``/etc/proxmox-datacenter-manager/access/ldap-passwords.json``
>  
>  .. _proxmox_datacenter_manager_0.9_beta:
>  



_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [pdm-devel] [PATCH datacenter-manager 0/2] minor docs fix up
  2025-12-03 16:53 [pdm-devel] [PATCH datacenter-manager 0/2] minor docs fix up Shannon Sterz
  2025-12-03 16:53 ` [pdm-devel] [PATCH datacenter-manager 1/2] docs: fix a copy-paste error that references a "pbs" realm Shannon Sterz
  2025-12-03 16:53 ` [pdm-devel] [PATCH datacenter-manager 2/2] docs: roadmap: update to latest master Shannon Sterz
@ 2025-12-03 18:14 ` Thomas Lamprecht
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Lamprecht @ 2025-12-03 18:14 UTC (permalink / raw)
  To: pdm-devel, Shannon Sterz

On Wed, 03 Dec 2025 17:53:56 +0100, Shannon Sterz wrote:
> fix a typo and adjust roadmap
> 
> Shannon Sterz (2):
>   docs: fix a copy-paste error that references a "pbs" realm
>   docs: roadmap: update to latest master
> 
>  docs/access-control.rst | 2 +-
>  docs/roadmap.rst        | 6 ++++++
>  2 files changed, 7 insertions(+), 1 deletion(-)
> 
> [...]

Applied, with the typos that stoiko found fixed, thanks!

[1/2] docs: fix a copy-paste error that references a "pbs" realm
      commit: 17ca022416b230c103519f0b5309f69e3d95c2eb
[2/2] docs: roadmap: update to latest master
      commit: e9a32284201c6380eac45dee7346ea3064ce094b


_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-12-03 18:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-03 16:53 [pdm-devel] [PATCH datacenter-manager 0/2] minor docs fix up Shannon Sterz
2025-12-03 16:53 ` [pdm-devel] [PATCH datacenter-manager 1/2] docs: fix a copy-paste error that references a "pbs" realm Shannon Sterz
2025-12-03 16:53 ` [pdm-devel] [PATCH datacenter-manager 2/2] docs: roadmap: update to latest master Shannon Sterz
2025-12-03 17:24   ` Stoiko Ivanov
2025-12-03 18:14 ` [pdm-devel] [PATCH datacenter-manager 0/2] minor docs fix up Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal