Skip to content

Commit

Permalink
Merge pull request #83 from imobach/merge-sle-12-sp1-into-master
Browse files Browse the repository at this point in the history
Merge SLE 12 SP1 into master
  • Loading branch information
imobachgs committed Jan 14, 2016
2 parents 55d74e4 + 210a8d1 commit 3b8d1e6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-users.changes
@@ -1,10 +1,17 @@
-------------------------------------------------------------------
Wed Nov 18 08:48:16 UTC 2015 - igonzalezsosa@suse.com

- fix validation of AutoYaST profiles (bsc#954412)
- 3.1.41

-------------------------------------------------------------------
Tue Sep 1 15:29:38 UTC 2015 - igonzalezsosa@suse.com

- Move users creation to first stage during autoinstallation,
so it is not needed to run the 2nd stage to have a minimal system
(bnc#892091)
- 3.1.40

-------------------------------------------------------------------
Thu Jul 2 20:49:05 UTC 2015 - igonzalezsosa@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-users.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-users
Version: 3.1.40
Version: 3.1.41
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
11 changes: 10 additions & 1 deletion src/autoyast-rnc/users.rnc
Expand Up @@ -15,6 +15,7 @@ groups =
gr_group*
}
gr_group = element group {
encrypted? &
element group_password { text }? &
element groupname { text }? &
element userlist { text }? &
Expand All @@ -28,18 +29,24 @@ user_defaults =
ud_groups? &
home? &
inactive? &
no_groups? &
shell? &
skel?
skel? &
umask?
}
expire = element expire { text }
ud_group = element group { text }
ud_groups = element groups { text }
inactive = element inactive { text }
no_groups = element no_groups { BOOLEAN }
shell = element shell { text }
skel = element skel { text }
umask = element umask { text }
user = element user {
encrypted? &
fullname? &
surname? &
u_forename? &
u_gid? &
home? &
shell? &
Expand All @@ -52,6 +59,8 @@ user = element user {
}
encrypted = element encrypted { BOOLEAN }
fullname = element fullname { text }
u_forename = element forename { text }
surname = element surname { text }
u_gid = element gid { text }
home = element home { text }
user_password = element user_password { text }
Expand Down

0 comments on commit 3b8d1e6

Please sign in to comment.