Changeset e615d9b for server


Ignore:
Timestamp:
06/23/2005 02:07:56 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cedbed6c
Parents:
dcbbfc00
Message:

Changed instances of 'normal users' to 'unprivileged users'

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4650 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/major/samba3.xml

    rdcbbfc00 re615d9b  
    803803          <command>smbmount</command> program to do the actual mounting of
    804804          SMB shares. It can be installed setuid root if you want
    805           normal users to be able to mount their SMB shares.</para>
     805          unprivileged users to be able to mount their SMB shares.</para>
    806806          <indexterm zone="samba3 smbmnt">
    807807            <primary sortas="b-smbmnt">smbmnt</primary>
     
    879879        <term><command>smbumount</command></term>
    880880        <listitem>
    881           <para>is used by normal users to unmount SMB filesystems,
     881          <para>is used by unprivileged users to unmount SMB filesystems,
    882882          provided that it is setuid root.</para>
    883883          <indexterm zone="samba3 smbumount">
  • server/other/svnserver.xml

    rdcbbfc00 re615d9b  
    134134
    135135      <para>Now go ahead and change owner and group information on the
    136       repository, and add your normal user to the
     136      repository, and add an unprivileged user to the
    137137      <systemitem class="groupname">svn</systemitem> and
    138138      <systemitem class="groupname">svntest</systemitem> groups:</para>
     
    162162      files. This avoids locking out other users from the repository.</para>
    163163
    164       <para>Now, go ahead and return to your normal user account, and take a
     164      <para>Now, go ahead and return to an unprivileged user account, and take a
    165165      look at your new repository using <command>svnlook</command>:</para>
    166166
Note: See TracChangeset for help on using the changeset viewer.