[Samba] change password on first login

2005-02-21 Thread abo
hi!

to what value must be sambaPwdMustChange set to force user to change
password on first login?

thx

abo

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] samba and nfs locking

2005-02-21 Thread abo
bones!

anyone has played with nfs and samba locking?

im setting a nfs and samba environment i have problems with locking
files and i was reading some smb.conf setting, but still got no idea on
how to handle and mix this with nfs to avoid data corruption.

any hints will be apreciated

abo

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] joining domain without adding computer

2005-02-09 Thread abo
hi!

is there a way to join a samba domain without adding the computer to the
domain?

i try to join few XP clients to a samba PDC and i dont want (need?)
information about machines. so i want to disable this feature to add
users easily. is this possible?

regards

abo

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] syncing passwords

2005-02-07 Thread abo
does ldap passwd sync = yes work in both directions?
i mean, if i change password on ldap is also changed the samba one?

thx

abo

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] samba auth but no pdc

2005-01-13 Thread abo
bones!

im setting up a pure ldap environment, that means NO nt domains or any
ms dependency.
we want also allow some windows machines to access nfs+samba file
servers but we dont need samba acting as PDC, only authenticate with a
username and password stored in ldap.
is sufficient with setting 

password server = myldap.server:389

or do i need to set also in idmap backend?

i repeat just to clarify:

centralized ldap authentication
nfs shares
smb shares identical to nfs ones
mainly linux clients (this is done for now and it works)
MAYBE: windows clients authenticating with ldap through pgina
windows clients accessing some smb shares

what settings do i need to change on smb.conf?

thx in advance


abo
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] cifs extensions

2005-01-12 Thread abo
hi!

are the cifs extensions included by default on actual samba packages?
how can i check if my samba server supports it?

thx

abo
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Where are Windows file permissions stored and how to change them?

2005-01-11 Thread abo
i think samba doen't store anything, just translate it. you need a
filesystem with acl support, just like ext3, and of course, enable it,
you can test it with a simple mount command to see if you have acls
activated:
[EMAIL PROTECTED] mount
/dev/hda1 on / type ext3 (rw,acl,errors=remount-ro)
/dev/hda3 on /home type ext3 (rw,acl)


you can admin this permissions with something like g/setfacl or
maybe a frontend like http://pytk-fsacls.sourceforge.net/ 
then the task of samba is just translate it to NTFS acls. when you
right-click on a file shared with samba you'll se an advanced
permissions button on security tab.

hope this help.



On Tue, 11 Jan 2005 10:54:25 +0100
Florian Effenberger [EMAIL PROTECTED] wrote:

 Hello there,
 
 where are the Windows file permissions (i.e. ACL) stored when using
Samba?
 
 How can I change them from within Linux? Or is it only possible with
the 
 Windows file permissions dialogue?
 
 Thanks
 Florian
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Where are Windows file permissions stored and how to change them?

2005-01-11 Thread abo
well, im not really sure about what im going to say, but i think you
must add users to samba with smbpasswd or import them from an existing
users table.

anyone else can give some light?

On Tue, 11 Jan 2005 11:19:03 +0100
Florian Effenberger [EMAIL PROTECTED] wrote:

 Hi Abo,
 Hi Ruth,
 
 thanks for that information, that sounds reasonable. I even didn't
know 
 that ext3 has ACL support. ;-)
 
 However, I know that when I want to copy a profile from user A to user

 B, I cannot just use the Unix cp command, but I have to do this with
the 
 Windows tools, because otherwise, the SID would be wrong. Do you know 
 where this is stored and how I can copy profiles with simple Unix 
 commands, so Windows accepts them?
 
 Thanks
 Florian
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba