security = user question

Andreas Kaul akaul at mi.uni-koeln.de
Tue Jul 15 07:59:51 GMT 1997


On Jul 15, 11:40, Vince Chen wrote:
> Subject: security = user question
> In our environment, we would like to map two drives to a
> Samba server, each as a different user.
>
...
>     F:  maps to \\sambaServer\\homes		user: vince
>     G:  maps to \\sambaServer\\developer	user: developer
>
...
>
> (I need "security = user" to get encrypted passwords.)
>
> Thanks!
>
> -vince
>-- End of excerpt from Vince Chen

You can use Unix groups. Here an example:

[HomeDir]
        comment = Home Directory
        path = %H
        create mode = 0750
        read only = no
        browseable = yes

[install]
    comment = Installations-Directory
    path = /home/install
    writeable = yes
    create mask = 0770
    group = admin
    valid users = @admin

You have to put all your developers in a (second) group (here: admin).
That's all.

Hope this helps.
Andreas



More information about the samba mailing list