Displaying 3 results from an estimated 3 matches for "createed".
Did you mean:
created
2002 May 24
2
Password Length Conundrum
I've jsut installed Samba-2.2.4, from source on a Solaris 2.6 box.
I'm looking to upgrade from some 2.0.x versions I'm running.
I've createed a password entry using smbpasswd -a and added my password.
My password has 9 characters in it. Using smbclient on the Solaris box, I
can access the share, but I can't from Win95 or Win2000 clients
(encryption is on).
If I try to access using only the first 8 characters from my password
(without...
2002 May 31
3
About password length in solaris 8 and samba 2.2.4
...cl.ac.uk>
Cc: samba@lists.samba.org
Subject: Re: [Samba] Password Length Conundrum
On Fri, 24 May 2002, Carl Vincent wrote:
> I've jsut installed Samba-2.2.4, from source on a Solaris 2.6 box.
> I'm looking to upgrade from some 2.0.x versions I'm running.
>
> I've createed a password entry using smbpasswd -a and added my password.
> My password has 9 characters in it. Using smbclient on the Solaris box,
> I can access the share, but I can't from Win95 or Win2000 clients
> (encryption is on). If I try to access using only the first 8 characters
> from...
2003 Dec 01
0
No subject
...a <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
Hi
I have questions, umask on unix side is set to 022, meaning directories
createed will have 755 permissions.
How do i make through samba, these permissions to 775.
I tried these parameters on smb.conf
create mask = 0775
directory mask = 0775
force create mode = 0775
force directory mode = 0775
its not working, i want users to be able have 775 permission when they
access and...