Re: [Samba] File permissions

2008-12-03 Thread iarly selbir
There are Acls Posix on the file or folder that the file is in? Regards, - iarly Selbir ( Ski0s ) On Wed, Dec 3, 2008 at 2:49 PM, John Drescher [EMAIL PROTECTED] wrote: On Wed, Dec 3, 2008 at 12:42 PM, [EMAIL PROTECTED] wrote: Greetings

Re: [Samba] File permissions

2008-12-03 Thread iarly selbir
please, if posible, post the output of the following two commands: #getfacl name_of_folder_where_file_is_in and # getfacl name_of_file_that_you_want_delete_and_alter Regards, - iarly Selbir ( Ski0s ) On Wed, Dec 3, 2008 at 2:56 PM, [EMAIL

Re: [Samba] How to remove ability to delete files

2008-11-27 Thread Iarly Selbir
You can employ the sticky bit on the files. chmod 1750 _file_ the files will only be deleted by your owner I hope helped you! Regards, - Iarly Selbir ( Ski0s ) On Thu, Nov 27, 2008 at 2:19 PM, Mike Gallamore [EMAIL PROTECTED] wrote: Hi

Re: [Samba] File size limit in 2Gb

2008-11-20 Thread Iarly Selbir
If you want only copy any file very larger size, you can use the smbclient to transfer this file, the smbmount has this limitation. Reggards, -- iarly Selbir ( Ski0s ) On Thu, Nov 20, 2008 at 3:59 PM, Yassine AYACHI [EMAIL PROTECTED]wrote: Hi all, I mounted

[Samba] Export smbpasswd to LDAP

2008-11-20 Thread Iarly Selbir
Anybody know a tool to migrate smbpasswd to Ldap Backend, i trying using the pdbedit -i smbpasswd:/passwd -e ldapsam:ldap://127.0.0.1, but this don't works. Thanks in advance. Reggards, -- iarly Selbir ( Ski0s ) -- To unsubscribe from this list go

Re: [Samba] Export smbpasswd to LDAP

2008-11-20 Thread Iarly Selbir
Thanks for you reply, you save me :D... But now, other problem, import the groups attributes from smbpasswd anybody can help me... i try pdbedit --import smbpasswd:/etc/samba/ -g But this don't change nothing.. thanks again. Reggards, -- iarly Selbir

Re: [Samba] Export smbpasswd to LDAP

2008-11-20 Thread Iarly Selbir
To add samba attributes to groups, i do this: for i in `ldapsearch -x -b ou=groups,dc=iarly,dc=com | grep 'dn: cn'| cut -d '=' -f2| cut-d',' -f1`; do echo $i; done :) Has a problem? Reggards, -- iarly Selbir ( Ski0s ) On Thu, Nov 20, 2008 at 10:39 PM

Re: [Samba] smaba ldap

2008-11-13 Thread Iarly Selbir
/log/samba/log.nmbd) Reggards, -- iarly Selbir ( Ski0s ) On Thu, Nov 13, 2008 at 8:49 AM, Jean Frontin [EMAIL PROTECTED] wrote: Hello, I don't want to use smbldap-tool script. I only should want that samba examines the ldap server to find if username

Re: [Samba] smaba ldap

2008-11-12 Thread Iarly Selbir
To manager users on the Samba/LDAP use the smbldap-tools scripts. read more on the https://gna.org/projects/smbldap-tools/ Reggards, -- iarly Selbir ( Ski0s ) On Wed, Nov 12, 2008 at 12:38 PM, Jean Frontin [EMAIL PROTECTED] wrote: Hello, I am running

Re: [Samba] OpenLDAP integration

2008-11-12 Thread Iarly Selbir
Check if the users are stored on the samba database. # pdbedit -L or #pdbedit -Lv user_test Reggards, -- iarly Selbir ( Ski0s ) On Tue, Nov 11, 2008 at 8:37 PM, Brad Nielsen [EMAIL PROTECTED]wrote: Hey Larly, I've got users and group's... I've used

Re: [Samba] OpenLDAP integration

2008-11-11 Thread Iarly Selbir
There are any user/group stored on the ldap?? if yes, try the command to read all users stored on Passwd and on the ldap: #gentent passwd and the command # gentent group to check the groups stored on the ldap and unix system. Reggards, -- Iarly Selbir

Re: [Samba] Questions about known bugs

2008-11-05 Thread Iarly Selbir
Hi, see the samba bugzilla: https://bugzilla.samba.org/ Reggards, -- Iarly Selbir ( Ski0s ) On Wed, Nov 5, 2008 at 3:47 PM, john darnell [EMAIL PROTECTED]wrote: I need to find a source for discussing known bugs in Samba. Is this a good place, or should I

Re: [Samba] Problem using samba with ldap

2008-10-29 Thread Iarly Selbir
Try add this user without the -P attribute and check if this has created. After try #smbldap-usershow toto if this command return the user config, try: # smbldap-passwd toto -- Reggards, -- Iarly Selbir ( Ski0s ) On Wed, Oct 29, 2008 at 4:03 PM, Michael

Re: [Samba] Problem using samba with ldap

2008-10-29 Thread Iarly Selbir
you should to install nss_ldap, this is needed for integration between ldap and unix accounts After install and configure you can check it with getent passwd command. -- Reggards, -- Iarly Selbir ( Ski0s ) On Wed, Oct 29, 2008 at 4:48 PM, Michael JOLY [EMAIL

[Samba] Change of server - Backup Help

2008-10-20 Thread Iarly Selbir
I go change my Samba/Ldap server. I will make a backup of the following files The files: /etc/samba/* /etc/openldap/* and # slapcat ldap_db.ldf There are other files to backup? Missing something? -- Thanks, advance -- Iarly Selbir ( Ski0s

Re: [Samba] tool to track network printer

2008-10-09 Thread Iarly Selbir
The printer is only connected to network cable, ONLY! My question is: Theres is a way to manage the impressions of this Printer? -- Iarly Selbir ( Ski0s ) On Thu, Oct 9, 2008 at 1:00 PM, Stéphane PURNELLE [EMAIL PROTECTED] wrote: Hi, If I understand

[Samba] tool to track network printer

2008-10-09 Thread Iarly Selbir
Hi guys, Anybody know a tool than track a network printer, without it's connected on server. Reggards, advance. iarly selbir -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] tool to track network printer

2008-10-09 Thread Iarly Selbir
I wanted to know if there was some tool to do that. Thanks for your replies. Reggards, -- Iarly Selbir ( Ski0s ) On Thu, Oct 9, 2008 at 1:42 PM, Ari Constancio [EMAIL PROTECTED]wrote: On Thu, Oct 9, 2008 at 2:06 PM, Iarly Selbir [EMAIL PROTECTED] wrote

Re: [Samba] Samba as PDC+OpenLDAP: unique login?

2008-10-08 Thread Iarly Selbir
The project smbldap-tools, designed to manager user and groups stored on Ldap Look here for more information: https://gna.org/projects/smbldap-tools/ Reggards, Iarly Selbir On Wed, Oct 8, 2008 at 1:35 PM, Joao Amancio [EMAIL PROTECTED] wrote: Hello all, I'm new to OpenLDAP and a moderate

Re: [Samba] High CPU usage on 3.2.3

2008-10-08 Thread Iarly Selbir
Try run tcpdump to capture network traffic. Reggards, iarly selbir On Wed, Oct 8, 2008 at 4:04 PM, Ryan Bair [EMAIL PROTECTED] wrote: I just noticed I'm getting some pretty extreme CPU usage on my Samba server when transferring files. The Samba server has a quad core 2.0gHz Core2. During

Re: [Samba] nss_ldap make fails on Slakware 12.1

2008-10-08 Thread Iarly Selbir
Maybe why your ldap-nss is newer than you are trying install. iarly Selbir On Wed, Oct 8, 2008 at 6:16 PM, Joao Amancio [EMAIL PROTECTED] wrote: Hello people, My difficult is get nss_ldap compiled and running on my server. I download the tgz file from PADL Software Pty Ltd website

Re: [Samba] processes not closing

2008-10-03 Thread Iarly Selbir
Hi, try it, root # pidof smbd root # pidof nmbd or try root # kill -9 `pidof smbd` root # kill -9 `pidof nmbd` ;) Iarly Selbir On Fri, Oct 3, 2008 at 5:37 PM, Helmut Hullen [EMAIL PROTECTED] wrote: Hallo, Doug, Du (tuckerd) meintest am 03.10.08: Umm..ok. I can just state the facts

[Samba] Synchronize nt 4 with samba 3

2008-10-02 Thread Iarly Selbir
database from the primary domain controller failed with the following error: The procedure number is out of range. Anybody can help me? Reggards Iarly Selbir -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Noob question about cached credentials

2008-10-02 Thread Iarly Selbir
You know how to disable this features in the Windows?? On Thu, Oct 2, 2008 at 4:20 PM, John Drescher [EMAIL PROTECTED] wrote: On Thu, Oct 2, 2008 at 10:41 AM, Douglas Phillipson [EMAIL PROTECTED] wrote: Can a samba domain user login successfully to a PC in the domain if the PC is not

Re: [Samba] Noob question about cached credentials

2008-10-02 Thread Iarly Selbir
Cool, Thanks You know anything about cache of logon script? if you do logout and login, the windows don't execute the logon script. Reggards, Iarly Selbir On Thu, Oct 2, 2008 at 4:27 PM, John Drescher [EMAIL PROTECTED] wrote: On Thu, Oct 2, 2008 at 12:26 PM, Iarly Selbir [EMAIL PROTECTED

Re: [Samba] Failed to retrieve password from secrets.tdb with anonymous bind

2008-09-09 Thread Iarly Selbir
Try run: root# smbpasswd -w ldap_password and restart the samba Reggars, Iarly Selbir 2008/9/9 Dr. Alberto Benati [EMAIL PROTECTED] Samba 3.2.1 on linux OpenFiler 2.3 I have an external LDAP server with anonymous bind and pam ProFtpd linked to LDAP server works well without error