i have a NT PDC where the users are currently loggin in.
i want my samba box to act as a "public" and "personal"
share for every
user.
in smb.conf using
#######################################
[personal]
comment = Home directory
path = /home/%U
writeable = Yes
#######################################
and using in the netlogon.bat "net use j: \\server\personal"
the problem is... how i see the permisions (users and groups) in the unix
where the samba resides??
i need to use winbind?
actually this samba could be an "apliance" because i only wants to
share a
public and a personal for each one user.
any ideas??