]> git.ipfire.org Git - thirdparty/samba.git/commit
python:key_credential_link: add descriptive methods
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 11 Jun 2025 04:16:54 +0000 (16:16 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 20 Aug 2025 04:34:37 +0000 (04:34 +0000)
commit3682667439a2c81b8bd08678387d9ee43ec54e18
tree5ea53854bd082316d9188d3345f5df531eb87e05
parent439146c7a0ff362e2247feb94f2228edccea36be
python:key_credential_link: add descriptive methods

In samba-tool we are going to want a KeyCredentialLinkDn to be able
to describe itself. We're adding the methods here because
`samba-tool user` and `samba-tool computer` will both want to use
them.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
python/samba/key_credential_link.py