攀升·Uranus


Something Different,Something New
数据加载中……

(转)SUSE 10 添加 telnet 和 samba 用户

su - <-- 切换到admin账户

mkdir /newroot/nfsroot/xxx   <- 建立用户的home 路径
adduser xxx -d /newroot/nfsroot/xxx/ -g pnd  <- 添加用户到组
passwd wyn   <- 设置用户密码

chown xxx:pnd /newroot/nfsroot/xxx/  <- 更改home路径拥有者和组

echo xxx     ALL=(ALL) NOPASSWD:NOPASSWD:ALL   >> /etc/sudoers  <- 添加sudo权限

 

smbpasswd -a xxx  <- 添加samba 用户

 

ps: /etc/samba/smb.conf 的内容:
[global]
        workgroup = TUX-NET
        printing = cups
        printcap name = cups
        printcap cache time = 750
        cups options = raw
        map to guest = Bad User
        include = /etc/samba/dhcp.conf
        logon path = \\%L\profiles\.msprofile
        logon home = \\%L\%U\.9xprofile
        logon drive = P:
        usershare allow guests = Yes
        add machine script = /usr/sbin/useradd  -c Machine -d /var/lib/nobody -s /bin/false %m$
        domain logons = Yes
        domain master = Yes
        local master = Yes
        os level = 65
        preferred master = Yes
        security = user
[homes]
        comment = Home Directories
        valid users = %S, %D%w%S
        browseable = No
        read only = No
        inherit acls = Yes

 

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/stevenliyong/archive/2009/03/12/3984926.aspx

posted on 2009-06-05 20:02 攀升 阅读(802) 评论(0)  编辑 收藏 引用 所属分类: Linux


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理