Skip to content

Commit

Permalink
Merged SLE-15-SP6 branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Aug 21, 2024
2 parents ffd0385 + 24975ad commit 9da083e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
7 changes: 7 additions & 0 deletions package/yast2-users.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 21 13:21:10 UTC 2024 - Stefan Hundhammer <shundhammer@suse.com>

- Relax check in GECOS field (bsc#1228149):
Allow any data except colons
- 5.0.2

-------------------------------------------------------------------
Mon Sep 25 12:33:45 UTC 2023 - Stefan Hundhammer <shundhammer@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-users.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-users
Version: 5.0.1
Version: 5.0.2
Release: 0
Summary: YaST2 - User and Group Configuration
License: GPL-2.0-only
Expand Down
8 changes: 0 additions & 8 deletions src/modules/Users.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4659,14 +4659,6 @@ sub CheckGECOS {
contain a colon (:). Try again.");
}

my @gecos_l = split (/,/, $gecos);
if (@gecos_l > 3 ) {
# error popup
return __("The \"Additional User Information\" entry can consist
of up to three sections separated by commas.
Remove the surplus.");
}

return "";
}

Expand Down

0 comments on commit 9da083e

Please sign in to comment.