File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff line change 11[package ]
22name = " usermgmt"
3- version = " 0.6.2 "
3+ version = " 0.6.3 "
44edition = " 2021"
55license-file = " LICENSE"
66description = " Simultaneous Slurm and LDAP user management CLI Tool"
Original file line number Diff line number Diff line change 11[package ]
22name = " usermgmt_lib"
3- version = " 0.6.2 "
3+ version = " 0.6.3 "
44edition = " 2021"
55license-file = " LICENSE"
66description = " Simultaneous Slurm and LDAP user management library"
Original file line number Diff line number Diff 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) ;
You can’t perform that action at this time.
0 commit comments