aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/samba/samba/Managing-Samba.txt
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-13 13:58:15 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-13 14:37:53 +0200
commitafd70256706ccd1ea416636eb61cb5160cffbe3c (patch)
treef64e7525c4bb9a192a180bb804c8c205384a8ffa /meta-oe/recipes-connectivity/samba/samba/Managing-Samba.txt
parent2ccf9373c1d8e03cad11b06ac2b4fe545e92f604 (diff)
downloadmeta-openembedded-afd70256706ccd1ea416636eb61cb5160cffbe3c.tar.gz
samba 3.5.6: import from OE rev a54456425ea3ce4c7cdfa958cec3ba34539cfeec
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/samba/samba/Managing-Samba.txt')
-rw-r--r--meta-oe/recipes-connectivity/samba/samba/Managing-Samba.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba/Managing-Samba.txt b/meta-oe/recipes-connectivity/samba/samba/Managing-Samba.txt
new file mode 100644
index 0000000000..01f7592824
--- /dev/null
+++ b/meta-oe/recipes-connectivity/samba/samba/Managing-Samba.txt
@@ -0,0 +1,40 @@
+This device is running a bare-bone Samba server which allows easy
+transfer of files and directories between any networked desktop PC and
+your networked PDA.
+
+Since it is generally a bad idea to allow everyone read and write access
+to your PDA, you will have to configure at least one user to get access to
+any shared folder.
+
+How to create a Samba user with password:
+
+- If you haven't already created a non-root user, do so now:
+ root@poodle:/usr/bin# adduser testuser
+ Changing password for testuser
+ Enter the new password (minimum of 5, maximum of 8 characters)
+ Please use a combination of upper and lower case letters and numbers.
+ Enter new password:
+ Bad password: too short.
+
+ Warning: weak password (continuing).
+ Re-enter new password:
+ Password changed.
+ root@poodle:/usr/bin#
+
+- Note that the password you entered will _not_ be your samba password.
+ Samba uses its own password database.
+
+- Add a Samba password for your user:
+ root@poodle:/usr/bin# smbpasswd -a testuser
+ New SMB password:
+ Retype new SMB password:
+ Added user testuser.
+ root@poodle:/usr/bin#
+
+- After you have added your new samba user, you'll have to restart the samba
+ server by running "/etc/init.d/samba restart" or by rebooting the device
+
+- Use the newly created username / password combination to access your network
+ shares. Please note the the Samba username must also exist as a unix username!
+
+