FreeBSD Bugzilla – Attachment 33333 Details for
Bug 54655
[PATCH] update "Modifying Accounts" chapter in handbook for FreeBSD 5.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
users.diff
users.diff (text/plain), 2.96 KB, created by
Lukas Ertl
on 2003-07-20 13:10:08 UTC
(
hide
)
Description:
users.diff
Filename:
MIME Type:
Creator:
Lukas Ertl
Created:
2003-07-20 13:10:08 UTC
Size:
2.96 KB
patch
obsolete
>Index: en_US.ISO8859-1/books/handbook/users/chapter.sgml >=================================================================== >RCS file: /usr/local/bsdcvs/doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml,v >retrieving revision 1.37 >diff -u -r1.37 chapter.sgml >--- en_US.ISO8859-1/books/handbook/users/chapter.sgml 10 Oct 2002 21:14:28 -0000 1.37 >+++ en_US.ISO8859-1/books/handbook/users/chapter.sgml 20 Jul 2003 11:51:02 -0000 >@@ -384,7 +384,12 @@ > <filename>/usr/share/skel</filename>, and can optionally mail > the new user a welcome message.</para> > >- <para>To create the initial configuration file, use >+ <para>In &os; 5.0, &man.adduser.8; was rewritten from a >+ Perl script to a shell script that acts as wrapper around >+ &man.pw.8;, so its usage is slightly different on &os; 4.x >+ and &os; 5.x.</para> >+ >+ <para>To create the initial configuration file on &os; 4.x, use > <command>adduser -s -config_create</command>. > <footnote> > <para>The <option>-s</option> makes &man.adduser.8; >@@ -398,7 +403,8 @@ > nasty.</para> > > <example> >- <title>Configuring <command>adduser</command></title> >+ <title>Configuring <command>adduser</command> and adding a >+ user on &os; 4.x</title> > > <screen>&prompt.root; <userinput>adduser -v</userinput> > Use option ``-silent'' if you don't want to see all warnings and questions. >@@ -470,6 +476,40 @@ > exit the program, and try the <option>-s</option> > option.</para> > </note> >+ >+ <example> >+ <title>Adding a user on &os; 5.x</title> >+ >+ <screen>&prompt.root; <userinput>adduser</userinput> >+Username: <userinput>jru</userinput> >+Full name: <userinput>J. Random User</userinput> >+Uid (Leave empty for default): >+Login group [jru]: >+Login group is jru. Invite jru into other groups? []: <userinput>wheel</userinput> >+Login class [default]: >+Shell (sh csh tcsh bash nologin) [sh]: <userinput>bash</userinput> >+Home directory [/home/jru]: >+Use password-based authentication? [yes]: >+Use an empty password? (yes/no) [no]: >+Use a random password? (yes/no) [no]: >+Enter password: >+Enter password again: >+Lock out the account after creation? [no]: >+Username : jru >+Password : ***** >+Full Name : J. Random User >+Uid : 1003 >+Class : >+Groups : jru wheel >+Home : /home/jru >+Shell : /usr/local/bin/bash >+Locked : no >+OK? (yes/no): <userinput>yes</userinput> >+adduser: INFO: Successfully added (jru) to the user database. >+Add another user? (yes/no): <userinput>no</userinput> >+Goodbye! >+&prompt.root;</screen> >+ </example> > </sect2> > > <sect2 id="users-rmuser"> >@@ -570,6 +610,11 @@ > containing user information. When the user exists from the > editor, the user database is updated with the new > information.</para> >+ >+ <note> >+ <para>In &os; 5.x, you will be asked for your password >+ after exiting the editor if you are not the superuser.</para> >+ </note> > > <example> > <title>Interactive <command>chpass</command> by Superuser</title>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54655
: 33333