On Tue, Oct 29, 2002 at 10:04:06AM -0500, Rend, Jon (Jon) % wrote:
> Is there a way to map NT names to UNIX names when they are not the same. 95%
> of our are which is great but we have a few that are different. For example,
> we have NT user "bigboy" who's Unix account is "smallboy", how can I make an
> association, oh learned 1's.
[my answer yesterday]
man smb.conf:
username map (G)
This option allows you to specify a file containing
a mapping of usernames from the clients to the
server. This can be used for several purposes. The
most common is to map usernames that users use on
DOS or Windows machines to those that the UNIX box
uses. The other is to map multiple users to a sin�
gle username so that they can more easily share
files.
....
....
This will solve your problem.
[my answer yesterday]
[John's answer yesterday]
From: John H Terpstra <[EMAIL PROTECTED]>
To: SALOME Alexandre <[EMAIL PROTECTED]>
Cc: "Samba@Lists. Samba. Org (E-mail)" <[EMAIL PROTECTED]>
Subject: Re: [Samba] ENC: utilizing smbpasswd with two user
#######URGENT#######
On Mon, 28 Oct 2002, SALOME Alexandre wrote:
>
> > Hi,
> >
> > I have a user in Windows (user_windows = eng.calculo).
> > I would like that this user_windows acess the unix (solairs2.6) as a valid
> > user unix (user_unix=cs02929)
> > (this problem is because the admintool only create user with 8
> > caractheres.
> > How I can resolve this problem ?
In your smb.conf [globals] add:
username map = /etc/smbusers
In your /etc/smbusers put:
cs02929 = eng.calculo
- John T.
--
John H Terpstra
Email: [EMAIL PROTECTED]
[John's answer yesterday]
--
Frank Matthie� [EMAIL PROTECTED]
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba