Skip to content

Commit 4970ed4

Browse files
committed
release v0.6.3
1 parent c75aac2 commit 4970ed4

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,20 @@ Nothing
223223
- Bug in SSH Agent key selection: It always returned `last_index` instead of `user_choice`.
224224

225225

226+
## [0.6.3] - 2025-04-15
227+
228+
### Added
229+
230+
- Improved log outputs in various places.
231+
232+
### Changed
233+
234+
- It is now possible to configure multiple NFS hosts in `conf.toml`.
235+
236+
### Fixed
237+
238+
- Some typos.
239+
- Bug in SSH Agent key selection: It always returned `last_index` instead of `user_choice`.
240+
241+
242+

usermgmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "usermgmt"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
edition = "2021"
55
license-file = "LICENSE"
66
description = "Simultaneous Slurm and LDAP user management CLI Tool"

usermgmt_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "usermgmt_lib"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
edition = "2021"
55
license-file = "LICENSE"
66
description = "Simultaneous Slurm and LDAP user management library"

usermgmt_lib/src/ldap/ldap_paths.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ impl LdapPaths {
4141

4242
info!("LDAP domain components: {}", &ldap_dc);
4343
info!(
44-
"LDAP DN under which a user is created/deleted/modified: {}",
44+
"LDAP DN under which users are created/deleted/modified: {}",
4545
&ldap_base
4646
);
4747
info!("LDAP DN binding for user login: {}", &ldap_bind);

0 commit comments

Comments
 (0)