smbpasswd

search for more blogs here

 

"Samba - unable to add machine accounts" posted by ~Ray
Posted on 2008-09-28 03:02:16

Welcome to LinuxQuestions org a friendly and active Linux Community. You are currently viewing LQ as a guest. By joining our community you will have find to post topics acquire our newsletter use the advanced search subscribe to threads and access many other special features. Registration is quick simple and absolutely free today!Note that registered members see fewer ads and ContentLink is completely disabled once you log in. Are you new to LinuxQuestions org? tour the following links: | | | If you have any problems with the registration process or your account login please. If you need to reset your password. . Linux - Software This forum is for Software issues. Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. hey guys this morning i rebooted my samba PDC machine (which i was still logged onto at the time of the reboot) then when that was back up and running i rebooted my machine when attempting to log in again i got an error saying samba could not find my computer account and sure enough it wasnt in smbpasswd so i tried adding it again using "smbpasswd -a -m machine_label" now usually when you do this it comes up with a message saying it was successfully added to smbpasswd however this did not happen does anone know why i cannot add a forge account to samba? i have tried several machine names none of which have worked... don't you have to undergo a system account to have a machine account? eg: adduser <other adduser args> machinename$ && smbpasswd -a -m machinename ?Have you verified that this step has happened?Alternately what's the actual error? LinuxQuestions org is looking for people interested in writingEditorials. Articles. Reviews and more. If you'd like to contributecontent. .

Forex Groups - Tips on Trading

Related article:
http://www.linuxquestions.org/questions/showthread.php?t=596196

comments | Add comment | Report as Spam


"Samba - unable to add machine accounts" posted by ~Ray
Posted on 2008-09-28 03:01:42

Welcome to LinuxQuestions org a friendly and active Linux Community. You are currently viewing LQ as a guest. By joining our community you will have access to post topics receive our newsletter use the advanced search subscribe to threads and access many other special features. Registration is quick simple and absolutely free today!Note that registered members see fewer ads and ContentLink is completely disabled once you log in. Are you new to LinuxQuestions org? Visit the following links: | | | If you have any problems with the registration process or your account login please. If you need to reset your password. . Linux - Software This forum is for Software issues. Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. hey guys this morning i rebooted my samba PDC machine (which i was still logged onto at the time of the reboot) then when that was back up and running i rebooted my forge when attempting to log in again i got an error saying samba could not find my computer account and sure enough it wasnt in smbpasswd so i tried adding it again using "smbpasswd -a -m machine_name" now usually when you do this it comes up with a message saying it was successfully added to smbpasswd however this did not come about does anone know why i cannot add a machine account to samba? i have tried several machine names none of which have worked... don't you have to have a system account to have a machine account? eg: adduser <other adduser args> machinename$ && smbpasswd -a -m machinename ?Have you verified that this step has happened?Alternately what's the actual error? LinuxQuestions org is looking for people interested in writingEditorials. Articles. Reviews and more. If you'd like to contributecontent. .

Forex Groups - Tips on Trading

Related article:
http://www.linuxquestions.org/questions/showthread.php?t=596196

comments | Add comment | Report as Spam


"Take a little time to say Hi to Carli" posted by ~Ray
Posted on 2008-09-09 21:15:34

smbpasswd bloggers, take a bit of your day to say Hi to Carli Banks. She has a nice new teaser video for you.
~Ray



comments | Add comment | Report as Spam


"smbpasswd need more free adult websites to visit" posted by ~Ray
Posted on 2008-08-31 08:40:28

smbpasswd visitors may need more sites to be happy.
Here are more adult websites to visit that are free for you...
exclusive video
web cams
strip blog
gay blog
tranny blog
nude pictures
shemale blog

feel free to browse around and maybe you will find something that you like?

comments | Add comment | Report as Spam


"Linux?samba??" posted by ~Ray
Posted on 2008-03-15 23:55:06

找到/etc/samba/smb conf配置文件,设置[global]字段的workgroup=MYGROUP这是定义全局参数,MYGROUP这里即是要连接的NT、98下面的工作组名称。2. 找到security,将它设定为security=user,这个是设置user安全等级,user是由提供服务的samba服务器负责检查账号和密码。3. 修改hostallow为host accept = 172.30.5. 这是允许访问samba服务器的机器IP4. 退出smb conf文件。5. 建立samba的密码文件,初始情况下此文件不存在,下面是创建该文件的方法:6 cat/etc/passwd | mksmbpasswd sh > /etc/samba/smbpasswd7. 为了安全起见,设置文件和目录权限8 chownroot root /etc/dance/smbpasswd9 chmod 500/etc/samba10 chmod 600/etc/samba/smbpasswd11. 然后开始建一个群组group,把对应的用户加入到群中去groupaddserver12 useradd–g server wl;再用passwd wl;设置密码13 useradd–g server weilue;再用passwd weilue;设置密码14. 然后再把这2个用户加入到smbpasswd中去,用smbpasswd –awl; smbpasswd –a weilue;并设置好密码。15. 然后开始配置samba里面群组的参数,具体如下:16. [wl]17 path = /domiciliate/wl18. ; writeable = no19 browseable = yes20 guest ok = yes21 writeable = yes22. ; writeable = no23 valid users = wl24. [server]25 path = /pub/server26. ; writeable = no27 browseable = yes28 guest ok = yes29 writeable = yes30 write list = @server31 invalid users = @client32 create mask = 075533. 34. [wl-1]35 path = /pub/person/wl36 writeable = yes37 browseable = yes38 guest ok = yes39. 40. [pubsoft]41 path = /pub/pubsoft42 writeable = yes43 browseable = yes44 guest ok = yes45 public = yes46. 把对应的参数设置好以后就可以控制各个用户和群组对共享文件的访问权限了,只有对应的权限用户才能对对应的共享文件进行相对应的操作。

Forex Groups - Tips on Trading

Related article:
http://blog.sina.com.cn/s/blog_4c6c655a01000by4.html

comments | Add comment | Report as Spam


"Linux?samba??" posted by ~Ray
Posted on 2008-03-15 23:55:03

找到/etc/samba/smb conf配置文件,设置[global]字段的workgroup=MYGROUP这是定义全局参数,MYGROUP这里即是要连接的NT、98下面的工作组名称。2. 找到security,将它设定为security=user,这个是设置user安全等级,user是由提供服务的samba服务器负责检查账号和密码。3. 修改hostallow为host allow = 172.30.5. 这是允许访问samba服务器的机器IP4. 退出smb conf文件。5. 建立samba的密码文件,初始情况下此文件不存在,下面是创建该文件的方法:6 cat/etc/passwd | mksmbpasswd sh > /etc/samba/smbpasswd7. 为了安全起见,设置文件和目录权限8 chownroot root /etc/dance/smbpasswd9 chmod 500/etc/samba10 chmod 600/etc/samba/smbpasswd11. 然后开始建一个群组group,把对应的用户加入到群中去groupaddserver12 useradd–g server wl;再用passwd wl;设置密码13 useradd–g server weilue;再用passwd weilue;设置密码14. 然后再把这2个用户加入到smbpasswd中去,用smbpasswd –awl; smbpasswd –a weilue;并设置好密码。15. 然后开始配置samba里面群组的参数,具体如下:16. [wl]17 path = /home/wl18. ; writeable = no19 browseable = yes20 guest ok = yes21 writeable = yes22. ; writeable = no23 valid users = wl24. [server]25 path = /pub/server26. ; writeable = no27 browseable = yes28 guest ok = yes29 writeable = yes30 create verbally list = @server31 remove users = @client32 create disguise = 075533. 34. [wl-1]35 path = /pub/person/wl36 writeable = yes37 browseable = yes38 guest ok = yes39. 40. [pubsoft]41 path = /pub/pubsoft42 writeable = yes43 browseable = yes44 guest ok = yes45 public = yes46. 把对应的参数设置好以后就可以控制各个用户和群组对共享文件的访问权限了,只有对应的权限用户才能对对应的共享文件进行相对应的操作。

Forex Groups - Tips on Trading

Related article:
http://blog.sina.com.cn/s/blog_4c6c655a01000by4.html

comments | Add comment | Report as Spam


"Linux?samba??" posted by ~Ray
Posted on 2008-03-15 23:55:03

找到/etc/samba/smb conf配置文件,设置[global]字段的workgroup=MYGROUP这是定义全局参数,MYGROUP这里即是要连接的NT、98下面的工作组名称。2. 找到security,将它设定为security=user,这个是设置user安全等级,user是由提供服务的samba服务器负责检查账号和密码。3. 修改hostallow为entertain allow = 172.30.5. 这是允许访问dance服务器的机器IP4. 退出smb conf文件。5. 建立samba的密码文件,初始情况下此文件不存在,下面是创建该文件的方法:6 cat/etc/passwd | mksmbpasswd sh > /etc/dance/smbpasswd7. 为了安全起见,设置文件和目录权限8 chownroot root /etc/samba/smbpasswd9 chmod 500/etc/samba10 chmod 600/etc/dance/smbpasswd11. 然后开始建一个群组group,把对应的用户加入到群中去groupaddserver12 useradd–g server wl;再用passwd wl;设置密码13 useradd–g server weilue;再用passwd weilue;设置密码14. 然后再把这2个用户加入到smbpasswd中去,用smbpasswd –awl; smbpasswd –a weilue;并设置好密码。15. 然后开始配置dance里面群组的参数,具体如下:16. [wl]17 path = /home/wl18. ; writeable = no19 browseable = yes20 guest ok = yes21 writeable = yes22. ; writeable = no23 valid users = wl24. [server]25 path = /pub/server26. ; writeable = no27 browseable = yes28 guest ok = yes29 writeable = yes30 write list = @server31 invalid users = @client32 create disguise = 075533. 34. [wl-1]35 path = /pub/person/wl36 writeable = yes37 browseable = yes38 guest ok = yes39. 40. [pubsoft]41 path = /pub/pubsoft42 writeable = yes43 browseable = yes44 guest ok = yes45 public = yes46. 把对应的参数设置好以后就可以控制各个用户和群组对共享文件的访问权限了,只有对应的权限用户才能对对应的共享文件进行相对应的操作。

Forex Groups - Tips on Trading

Related article:
http://blog.sina.com.cn/s/blog_4c6c655a01000by4.html

comments | Add comment | Report as Spam


"?????:: RE: windows??????ubuntu???????" posted by ~Ray
Posted on 2007-12-09 13:48:12

以前我也被这个问题困扰了好久,结果有人说要修改什么什么文件,又有人说要修改另一个文件。总之是非常非常的麻烦。还有好心的人贴出了长长的一篇关于共享的攻略,看得人头昏眼花。后来发现只要两三个命令就搞定了。1.安装共享服务sudo apt-get lay sambasudo apt-get install smbfs 可选2. 现在要新增网络使用者的帐号:假设用户名为usernamesudo smbpasswd -a usernamesamba的登录密码可以和本机登录密码不一样.一切搞定,不用修改任何文件 二. WINDOWS机子访问在LINUX上的资源 需要使用两个进程:nmbd smbd. 前者nmbd是提供WINDOWS浏览,后者smbd是针对WINDOWS浏览后的登陆等服务。 首先需要说明的是,当dance 还没有添加用户时,WINDOWS机子是登陆不上来的,所以第一步就是添加用户: # smbpasswd -a myfirst 需要说明的是这个用户必须是系统用户,否则回提示 Failed to initialise SAM_ACCOUNT for user myfirst. Does this user exist in the UNIX password database ?Failed to modify password entry for user myfirst 当然可以对用户进行映射,见后面说明。 接着就简单了,就是配置/etc/dance/smb conf,见下面一个配置以及相应说明,拷贝后您只需要稍稍修改一些你自己的信息就可以使用了(参考了前人的说明) /etc/dance/smb conf文件######################### 文件开始 ######################################*******************************************************************************##** 用命令#smbpasswd -a username,则此用户必须是系统已经存在的用户,否则会报错***##** 当然可以用全局参数 username map 来进行用户映射,见此参数设置说明 ***##*******************************************************************************### /etc/dance/smb conf配置文件有三个重要的节:[global],[homes],[public]#Global (全局)参数,该部分设置整个系统的规则,定义了一些公共变量。 [global]netbios label = jorlon#定义Windows系统“网上邻居”中所见的机器名。workgroup = workgroup#定义主机所在网络上所属的NT域名或者工作组名称server string = FunField#对主机的说明信息,缺省是:Samba Serverhosts accept = 192.168.1. 192.168.3.#它允许设置哪些机器可以访问samba服务器guest account = nobodyinvalid users = root#定义smb用户名称。security = user#定义访问权限。访问权限由低到高有三种:overlap、user和server。其中share安全级别最低,user模式要求连接时输入用户名和口令encrypt passwords = adjust#设置是否需要加密口令。因为Windows系列默认采用加密口令传输,而Linux默认采用非加密口令传输,为保证smb网络用户的正常登录,在user安全级下设置为加密,在share 安全级下可不设。 smb passwd file = /etc/samba/smbpasswd#由命令cat /etc/passwd | mksmbpasswd sh > /etc/dance/smbpasswd产生。interfaces = 192.168.1.50/24#配置smb服务所使用的网卡IP以及子网掩码,如果有两个以上网卡,要全部列出。name end order = entertain dns bcast#设定smb服务时,从机器netbios名称到IP地址的解析方式,默认顺序为host lmhosts wins bcast。如果局域网内有DNS,可设置为host dns bcast。 wins give = no#设置是否有wins支持。public = yes#为yes时,“网上邻居”中可见该资源,否则不可见。 browseable = yes#为yes时,“网上邻居”中可见该资源,否则不可见。#printing = bsd# 指定Linux使用哪个打印机守护进程(bsd、sysv、hpux、aix、qnx、plp),同时向samba说明命令lpr和lpq的缺省值。#printcap name = /etc/printcap# 定义了打印配置文件所处的位置。load printers = no# 表明是否加载printcap 定义的所有打印机以供浏览。log file = /var/log/samba/log.%m# 定义日志文件max log size = 1000#日志文件最大1000k (单位是KB)username map = /etc/dance/smbuser#允许管理员指定一个映射文件,该文件包含了在客户机和服务器之间进行用户映射的信息。 用户映射经常在windows 和linux 主机间进行。 两个系统拥有不同的用户账号,用户映射的目的是将不同的用户映射成为一个用户,便于共享文件。#*********************************************************************#[homes]#该部分通常定义了Linux机器上共享的目录资源,其名字可以由用户确定。段中的设置控制了每一个用户目录的共享权限。comment = Home Directories#设定在浏览本机资源时,出现在指定资源旁边的字符串。browseable = yes#控制一项服务是否能够出现在网上邻居中,no意味着这个目录将在浏览时显示为要验证的用户名称,yes则显示 homes 和要验证的用户名称的共享目录。writable = yes#控制是否允许通过验证的用户对主目录有写入的权限,但最终取决于该目录的 Unix 权限。无论 Unix 的权限怎样. 设置 writable = no 后. 主目录只能是只读的。act disguise = 0700directory disguise = 0700#若上面是可写的,则设置写文件和目录时的属性#******************************************************************#[public]#用来指定某一特定用户组或者用户拥有访问权限的目录配置分,配置共享目录部分comment = Public Stuff# 说明部分path = /domiciliate/dance#共享的Linux目录writable = no#写权限printable = no#打印权限########################文件结尾####################用于用户映射的文件/etc/samba/smbuser################文件开始############################ smb conf中全局参数 “username map” 指定的映射文件root = admin administrator#Map Windows admin to roothawk = girl#Map the member of girl to hawksnake = boy# 等号左边是单独的Linux账号,等号右边是要映射的账号列表。服务器逐行分析映射文件,如果提供的账号和某行有右侧列表中的账号匹配,就把它替换为等号左边的账号。####################文件结束###################################

Forex Groups - Tips on Trading

Related article:
http://forum.ubuntu.org.cn/viewtopic.php?p=507177#507177

comments | Add comment | Report as Spam


"smbpasswd and 8 character limit" posted by ~Ray
Posted on 2007-11-27 20:42:08

The smbpasswd on my PDC (Solaris 9. dance 3.026a) ordain exchange orcorrupt passwords over 8 chars. The smbpasswd dominate on the linux clients (dance 3.024a) is OK. Anyone experience if this is a samba version issue or something solarisspecific. Thanks __________________instructions: Sorry brain-fart you'll probably be interested in knowing what versiondoes work. The latest version of dance that I've tested as working withthe password issue is 3.0.24. I'm having trouble getting ACL give towork with it but I have got ADS and winbind working seamlessly.~Eric-----Original Message-----From: samba-bounces+eric divení[mailto:samba-bounces+eric divení] On BehalfOf Gaiseric VandalSent: Friday. November 02. 2007 5:04 PMTo: SambaSubject: [Samba] smbpasswd and 8 character limitThe smbpasswd on my PDC (Solaris 9. Samba 3.026a) will truncate orcorrupt passwords over 8 chars. The smbpasswd dominate on the linux clients (dance 3.024a) is OK. Anyone know if this is a samba version issue or something solarisspecific. Thanks--instructions: o/samba __________________instructions: Powered by vBulletin® procure &write;2000 - 2007. Jelsoft Enterprises Ltd.

Forex Groups - Tips on Trading

Related article:
http://sysadminforum.com/showthread.php?t=1575370

comments | Add comment | Report as Spam


"script wrapper for smbpasswd?" posted by ~Ray
Posted on 2007-11-17 16:34:19

What I want to achieve is:an administrative user properly authenticated elsewhere can from a php generated form submit a communicate to add users and passwords or dress passwords from an apache2 web server. The man pages on smbpasswd are plain wrong: it no longer uses a password file - instead it is all munged up in a passwd tdb change so it seems that executing smbpasswd is the best approach: However when executed by (essentially) the web server. - user www-data - it won't have sufficient permissions to change smbpasswd.. A compose wrapper executed from the php with setuid set may be an come.. Anyone done this choose of cram?Solutions NOT using apache are not relevant: The whole idea is to create an integrated intranet forge in which EVERyTHING (apart from really heavy cram) is managed via n SQL database with php support and exported via a web interface.. .. Digested passwords would have mitigated that particular attack as the entirepassword arrange spaces and all would have been turned into a digest that would undergo failed. ... From the looks of it the genius that wrote above code didn't even apply addslashes (or depended on PHPfor it to do so automatically yech) which is the *very least* you should do. .. then it alsomitigates that contend quite neatly. ... (comp databases ingres)

Forex Groups - Tips on Trading

Related article:
http://linux.derkeiler.com/Newsgroups/comp.os.linux.misc/2007-08/msg03034.html

comments | Add comment | Report as Spam


"Use smbpasswd to change your Active Directory/Windows Domain password" posted by ~Ray
Posted on 2007-11-09 18:21:26

So if you’re a Linux guy stuck in a Windows workplace there’s your solution no RDP/VNC/VMware/walking over to Windows box needed! Until next time,-LightningCrash This entry was postedon Friday. September 14th. 2007 at 1:21 pmand is filed under. You can go any responses to this entry through the feed. You can or from your own site.

Forex Groups - Tips on Trading

Related article:
http://icanhaslinux.com/2007/09/14/use-smbpasswd-to-change-your-active-directorywindows-domain-password/

comments | Add comment | Report as Spam


"Meet the real me..." posted by ~Ray
Posted on 2007-11-05 18:41:25



Click Here to See The Real Me!

comments | Add comment | Report as Spam


"[Samba] FOUND SOLUTION and question: Cannot access shares after ..." posted by ~Ray
Posted on 2007-11-03 14:23:47

[Samba] open SOLUTION and question: Cannot access shares after joining dance to AD 2000 domain [Samba] FOUND SOLUTION and question: Cannot access shares after joining Samba to AD 2000 domain We had a Samba Version 3.0.23c-4 workgroup server on clarkconnect 4.1(had to hunt for kbr5-workstation!) with a smbpasswd back-end that wasaccessed from machines joined into an Active Directory Windows 2000domain. We switched the dance server to be a domain member. We have done thisbefore so thought we knew all the could happen had already happened andtook extra compassionate to go our undergo. Did everything right wbinfo and getent all showed fine etc etc etc. Thelogs showed everything working etc. We also started with a fresh sambacache passwd group and smbpasswd files. First air was: - Shares displayed when connecting to the server via \\servername or\\ip ser ve r but couldn't access them. After much cajoling we open out the underlying air: the shares allpointed to directories inside an external drive and while thedirectories had change by reversal permissions the mount inform didn't. We had great fun turning find on and off by simply doing "chgrp" onthe mount inform. Weird and to my knowledge undocumented.- Then we had another harrowing expeirence when certain users couldn'teven get the share enumerate via \\servername and got a login check whenthey did \\ip ser ve r If we typed correct authentication info therewould still be no success. We identified the air as an authentication air on the client align:A) Clients whose username and passwords where the same in the domain andthe smbpasswd had no problemsB) Clients whose username was different had the air. We renamed the accounts on the domain to fit that of the old smbpasswd. Yet now we got the same login check no success. Then we changed the account passwords. Logged off. Logged in got thesame login screen but we could login now. We logged off again. We gotthe login screen but this measure we checked "remember". Logged offagain... Then it worked change surface if the password changed as expected. What is the root air of this at a technical level? It is weird itbehaved different when authenticating via domain or ip. It weird ingeneral!WE HAVE ALREADY SOLVED THESE ISSUES. However undergo others experienced this? Thanks,Carlos--To unsubscribe from this list go to the following URL and read theinstructions: Powered by vBulletin® Version 3.6.8Copyright &write;2000 - 2007. Jelsoft Enterprises Ltd.

Forex Groups - Tips on Trading

Related article:
http://www.hostingforum.ca/showthread.php?t=745183

comments | Add comment | Report as Spam


"Christian web host - encryption on by default. Passwords are stored in" posted by ~Ray
Posted on 2007-10-28 12:20:46

encryption on by fail. Passwords are stored in the /etc/samba/smbpasswd file on your Linux system. The dns proxy = no option prevents Linux from looking up system names on the DNS server (used for TCP/IP lookups). You may be to add entertain names and IP addresses of the computers on your LAN to your /etc/hosts file to end these addresses. The [homes] section allows each user to be able to access his or her Linux domiciliate directory from a Windows system on the LAN. The user ordain be able to write to the home directory. However other users will not be able see or share this directory. The [printers] section allows all users to create to any printer that is configured on the local Linux system. Adding dance users Doing user-style Samba security means assigning a Linux user be to each person using the Linux register systems and printers from his or her Windows workstation. (You could appoint users to a guest account instead but in this example all users have their own accounts.) Then you need to add SMB passwords for each user. For example here is how you would add a user whose Windows 98 workstation login is chuckp: 1. Type the following as root user from a Terminal window to add a Linux user account: # useradd -m chuckp 2. Add a Linux password for the new user as follows: # passwd chuckp Changing password for user chuckp New UNIX password: ******** Retype new UNIX password: ******** 3. Repeat the previous steps to add user accounts for all users from Windows workstations on your LAN that you want to give access to your Linux system to. 4. write the following dominate to create the dance password register (smbpasswd): # cat /etc/passwd | /usr/bin/mksmbpasswd sh > /etc/samba/smbpasswd 5. Add an SMB password for the user as follows: # smbpasswd chuckp New SMB password: ********** Retype new SMB password: ********** tell this go for each user. Later each user can log in to Linux and rerun the passwd and smbpasswd commands to set private passwords. Starting the dance service To go away the Samba SMB and NMB daemons you can run the /etc/init d/smb start-up script by typing the following as the root user: # /etc/init d/smb go away Searching for affordable and reliable webhost to entertain and run your web applications? Go to our services and you will be pleased.

Forex Groups - Tips on Trading

Related article:
http://coldfusion.smartwebsitehosting.net/coldfusion/christian-web-host-encryption-on-by-default-passwords-are-stored-in/

comments | Add comment | Report as Spam


"COPY FROM LINUX TO M$ and vice-versa" posted by ~Ray
Posted on 2007-10-23 16:20:44

dance:------Samba acts as a fileserver for windows/linux using the SMB protocol(Server communicate Block). SMB is sometimes referred to as CIFS (Common InternetFile System). Server align:------------The directory to be shared from a linux server has to be given a sharename. Clients access server's directory by referring to this sharename. We can undergo user level access list and host aim find list in samba. Those users to whom server is granting access shuld be a unix server useras well and those users shuld be converted to dance users by giving them aseperate samba password also. The samba users password database is locatedinside /etc/dance directory in the name smbpasswd ie. /etc/samba/smbpasswdEg:There is a directory in the server named /backups. These directory needs to be shared to clients which use windows OS. First of all we be to furnish /backups a sharename by which the windows clientsaccess our /backups. Let it be UNIXBAKUP. We are planning to give find to this share only for windows clients192.168.0.3 and 192.168.0.2 only. More over they shuld be granted access if and only if they login as usersjack or jane. Open the samba configuration file using an editor,-------------------------------------#vi /etc/samba/smb conf[UNIXBAKUP] mention = Share for windows clients path = /backups valid users = jane jack hosts accept = 192.168.0.3 192.168.0.2 writeable = yes create disguise = 0765-------------------------------------Now we need to add the allowed users#useradd jane#useradd jack#passwd -l jack ; passwd -l janethis is done to lock their unix passwordNow we be to alter these unix users to dance users.#smbpasswd -a janenow u ordain be prompted for a password this go only adds the user to the samba password database we need to allow this user to use our dance server.#smbpasswd -e janesame way add the user bring up also now we need to furnish permission to users jane and jack the write permission inour share#chmod 777 /backups#/etc/init d/smb go away#chkconfig smb onto make our samba server persistent across reboots now we can test whether our dance configuration is correct or not with thecommand testparm#testparmif any errors are there it ordain be reported.--------------------------------------------Client align: (in 192.168.0.2 and 192.168.0.3)------------#smbclient // file-frm-the-clientsmb: \>lsyou ordain be listed with the register u have just copied frm client to thesamba server. Using GUI:------------Take run in KDE/Gnome and trysmb://sambaserveripthen u will be prompted for the samba username and password!In M$ Windows u can access the Linux samba share by taking go away>Run and issuing\\sambaserveripupon opening any directory u will be asked the samba username and password...!

Forex Groups - Tips on Trading

Related article:
http://mj0vy.blogspot.com/2007/09/copy-from-linux-to-m-and-vice-versa.html

comments | Add comment | Report as Spam


 

 




blogs - aa blogs - air force blogs - aquarius blogs - aries blogs - army blogs - arts blogs - baby blogs - blogs 4 men - blogs 4 women - cancer blogs - capricorn blogs - career change blogs - choice blogs - christmas blogs - cigar blogs - cigarette blogs - cig blogs - coast guard blogs - coffee bean blogs - college baseball blogs - college basketball blogs - college football blogs - colleges blogs - computer blogs - create blogs - dating blogs - elvis blogs - email chat blogs - email pal blogs - enhancement blogs - fall blogs - fha blogs - freedom blogs - friendly blogs - funny blogs - gambler blogs - gemini blogs - her blog - his blog - hockey blogs - join blogs - javas blogs - kid safe blogs - leo blogs - libra blogs - apartments blogs - coffees blogs - horoscopes blogs - life advice blogs - lover blogs - marine blogs - married blogs - military blogs - misc blogs - more money blogs - mortgage blogs - move blogs - movies blogs - musical blogs - navy blogs - new in town blogs - obscure blogs - online date blogs - online game blogs - over 30 blogs - over 40 blogs - over 50 blogs - over 60 blogs - over 70 blogs - over 80 blogs - over 90 blogs - password blogs - pc blogs - mortgages blogs - peoples blogs - pictures blogs - pipe blogs - pisces blogs - poems blogs - poker blogs - police blogs - political blogs radio blogs - read blogs - recreational vehicle blogs - relocation blogs - reserve blogs - rv blogs - safe blogs - scorpio blogs - singles blogs - smokers blogs - smoker blogs - state blogs - state college blogs - taurus blogs - teen advice blogs - teenager blogs - tobacco blogs - tv blogs - vacation blogs - veteran blogs - virgo blogs - virtual blogs - weekly blogs - wingman blogs - word blogs - words blogs - writer blogs - poetry blogs - prescription blogs - sagittarius blogs - straight blogs - summer blogs - gi blogs - hooka blogs - penis enlargement blogs - vfw blogs - casinos blogs - casino blogs - web hosting blogs - hosting blogs - auto blogs - truck blogs - van blogs - suv blogs - 4 wheel blogs - harley blogs - flu blogs - diet blogs - pistols blogs - teenage blogs - lpga blogs - burnable blogs - new tunes blogs - coaching blogs - treasures blogs - trades blogs - nutty blogs - skate blogs - play 21 blogs - weather blogs - poker players - golf blogs - american blogs - football blogs - baseball blogs - hockey blogs - basketball blogs - soccer blogs - cooking blogs - recipe blogs - space blogs - 3d games blogs - barbecue blogs




the smbpasswd archives:

11 articles in 2006-01
23 articles in 2006-02
33 articles in 2006-03
34 articles in 2006-04
33 articles in 2006-05
29 articles in 2006-06
26 articles in 2006-07
23 articles in 2006-08
26 articles in 2006-09
40 articles in 2006-10
26 articles in 2006-11
23 articles in 2006-12
17 articles in 2007-01
14 articles in 2007-02
7 articles in 2007-03
15 articles in 2007-04
18 articles in 2007-05
21 articles in 2007-06
4 articles in 2007-07
2 articles in 2007-09
1 articles in 2007-10
1 articles in 2007-11
1 articles in 2008-08
1 articles in 2008-09




next page


smbpasswd