diff -up smeserver-lazy_admin_tools-1.0/root/usr/doc/lazy-admin-tools/example.shadow.patch2 smeserver-lazy_admin_tools-1.0/root/usr/doc/lazy-admin-tools/example.shadow --- smeserver-lazy_admin_tools-1.0/root/usr/doc/lazy-admin-tools/example.shadow.patch2 2013-02-02 20:22:24.000000000 -0500 +++ smeserver-lazy_admin_tools-1.0/root/usr/doc/lazy-admin-tools/example.shadow 2013-02-02 20:26:03.000000000 -0500 @@ -8,5 +8,3 @@ # User@ |EncPasswd@ | #-------------------, nathalie|gsdt42r5tdsf -delete_me* -delet?_me2 diff -up smeserver-lazy_admin_tools-1.0/root/usr/sbin/lat-shadow.patch2 smeserver-lazy_admin_tools-1.0/root/usr/sbin/lat-shadow --- smeserver-lazy_admin_tools-1.0/root/usr/sbin/lat-shadow.patch2 2013-02-02 20:22:24.000000000 -0500 +++ smeserver-lazy_admin_tools-1.0/root/usr/sbin/lat-shadow 2013-02-02 20:31:21.000000000 -0500 @@ -210,49 +210,20 @@ See F for an hyphens, periods and underscores, and should start with a lower-case letter. Wildcards (* and ?) can only be used to delete users. - first* - First name - last* - Last name - password - Password for the user (in clear-text!) - department - Department - company - Company - street - Street name and number - city - Zip & City - tel - Telephone number - forward - E-mail delivery: 'local', 'forward' or 'both' - email - Forwarding e-mail adres - uid - User ID. If omitted, a suitable uid will be generated. - group(s) - Group name(s) to which the user should be added. If the - group doesn't exist, it will be created. + password* - Encrypted Password for the user from the /etc/shadow file * mandatory field =head1 EXAMPLES -B +B -Creates user 'harry' from the command line, with password 'Quidditch'. +Update empty password field in /etc/shadow for user 'harry' from the command line, with password entered. -B +B -Uses the arguments specified in F to create user accounts. -Please refer to F for an example of an input file. - -B - -Deletes all user accounts that start with 'user'. All users and their files will be deleted without prompting (-f). - -B - -Creates user accounts as defined in F and generates a random password for each user. -The names and passwords are written to F<./passwords.new>. - -B - -Creates user 'ron' with user ID 6005. All other fields (company, departments, etc.) are left empty. - -B - -Creates user 'ron' and assigns him to groups quiddich and dada. If any of these groups doesn't exist, it will be created. +Uses the arguments specified in F to update user shadow encrypted password. +Please refer to F for an example of an input file. =head1 SEE ALSO