[Samba] NT_STATUS_NETWORK_ACCESS_DENIED for a single user

2013-09-12 Thread Lorenzo Milesi
I've a special user (it has nothing special, just this exception) in a group 
that cannot access a share.
I check share access using UNIX permissions.

This is the share definition:
[progettazione]
comment = progettazione
path = /dati/progettazione
writeable = yes
browseable = Yes
directory mask = 0770
create mask = 0775
security mask = 0777
force security mode = 0
directory security mask = 0777
force directory security mode = 0
hide unreadable = Yes
force create mode = 0775
force directory mode = 6775
vfs object = recycle
recycle: config-files = /etc/samba/samba-recycle.conf

this is the directory permission
# ls -la /dati/progettazione/ | head
drwxrws--- 55 lorenzo   progettazione 4096 2013-09-12 10:10 .
drwxr-xr-x 20 root  root  4096 2013-07-22 08:29 ..

all the user in progettazione group can access the share EXCEPT this one:
# groups bosco
bosco : dipendenti disegni progettazione

I'm not using acl, anyway I tried remounting the partition without acl and 
nothing changes.
This user and group comes from ldap. If I 
# su - bosco
I can chdir to /dati/progettazione without issues.
The only strange thing I experience is that whether ls and all unix commands 
decode users and group correctly when I sudo as the bosco user the prompt 
cannot decode user and groups.

# su - bosco
groups: impossibile trovare il nome del gruppo con id 10001
groups: impossibile trovare il nome del gruppo con id 10003
groups: impossibile trovare il nome del gruppo con id 10010
Manca il nome@file-server:~$ id
uid=10010 gid=10001 gruppi=10001,10003,10010   

10010 is gid of group progettazione.


Adding o+rwx permissions to the directory allows the user to chdir. It seems 
like 

I really don't know what else to look for.
Any help is welcome.
thanks
-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

YetOpen S.r.l. - http://www.yetopen.it/
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Where does the info of smbcacls comes from?

2013-09-09 Thread Lorenzo Milesi
hi.
sorry for the dumb question, but I'm failing to figure out where the 
information printed by smbcacls come from.

I have a 3.4.x server with basic settings, few shares and not much more.
Share's access is controlled by unix file permissions. Filesystem has acl 
enabled, but no acl set up, so the standard unix permissions are being used.
Still I have problem for a single user in a group to access a share, normally 
available to other users in the same group.

Share definition:
[progettazione]
comment = progettazione
path = /dati/progettazione
writeable = yes
browseable = Yes
directory mask = 0770
create mask = 0775
security mask = 0777
force security mode = 0
directory security mask = 0777
force directory security mode = 0
hide unreadable = Yes
force create mode = 0775
force directory mode = 6775
vfs object = recycle
recycle: config-files = /etc/samba/samba-recycle.conf

This is the ls -la of the root dir of the share:
root@file-server:/dati/progettazione# ls -la 
drwxrws--- 55 user1progettazione 4096 2013-09-09 12:01 .
drwxr-xr-x 20 root root  4096 2013-07-22 08:29 ..
-rwxrwx---  1 user2progettazione   939431 2010-02-24 09:32 test.pdf


# getfacl /dati/progettazione/
# file: dati/progettazione/
# owner: zimbra
# group: progettazione
# flags: -s-
user::rwx
group::rwx
other::---

From a remote machine I isue smbcacls:
$ smbcacls //10.10.10.1/progettazione test.pdf  -U user%pass
REVISION:1
CONTROL:0x9004
OWNER:DOMAINNAME\user2
GROUP:DOMAINNAME\user2
ACL:DOMAINNAME\user2:ALLOWED/0x0/0x001e01ff
ACL:DOMAINNAME\user2:ALLOWED/0x0/0x001e01ff
ACL:Everyone:ALLOWED/0x0/


What puzzles me is this line:
GROUP:DOMAINNAME\user2
user2 is an user, NOT a group! Where is it getting this info from? 
Could it be because of this I cannot access the share using user2 account, 
while it works for other shares?

thanks
-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

YetOpen S.r.l. - http://www.yetopen.it/
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Samba server accessible but not browsable from network

2013-07-29 Thread Lorenzo Milesi
Hi.
I recently moved a Samba v3.4.7 from being a PDC to a member of a Windows 2008 
domain. 
Everything works fine, shares are visible and usable by users, but only by 
typing the server name, the server is NOT visible while browsing the network.

The only issue i noticed is the DNS update error when doing net ads join 
command. I then manually added the DNS entry in windows and now it's accessible 
via \\fileserver,  but still when browsing the domain network the pc is missing.


Another strange thing is that smbtree still shows pieces of the old 
domain, showing the old name as top level domain, but without any PC in it.
I never restarted the server after the configuration change, just restarted 
smbd and nmbd.

I attach below the current configuration.
What could be the problem? Should I restart the host?

thanks
maxxer


# testparm -s
Load smb config files from /etc/samba/smb.conf
Processing section [homes]
Processing section [netlogon]
Processing section [profiles]
Processing section [profdata]
Processing section [printers]
Processing section [print$]
Processing section [ufficio]
Loaded services file OK.
'winbind separator = +' might cause problems with group membership.
Server role: ROLE_DOMAIN_MEMBER
[global]
workgroup = COEL2008
realm = COEL.LAN
netbios name = FILESERVER
server string = %h server (YetOpen)
security = ADS
password server = WServer2008.coel.lan
username map = /etc/samba/smbusers
restrict anonymous = 2
ntlm auth = No
client NTLMv2 auth = Yes
syslog = 3
log file = /var/log/samba/%m
max log size = 50
idmap backend = rid:MSG=7-100
idmap uid = 7-100
idmap gid = 7-100
template homedir = /home/%U
template shell = /bin/bash
winbind separator = +
winbind cache time = 10
winbind enum users = Yes
winbind enum groups = Yes
winbind use default domain = Yes
map acl inherit = Yes



-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

YetOpen S.r.l. - http://www.yetopen.it/

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


[Samba] Problem in sharing printers

2012-08-06 Thread Lorenzo Milesi
Hi.

I've configured a Samba PDC controller on which I've configured a couple of 
printers using Cups.
I've set up the relevant config according to the documentation, so:

load printers = Yes
printing = cups
printcap name = cups

[print$]
comment = Printer Drivers
path = /dati/samba/drivers
browseable = yes
guest ok = no
read only = yes
write list = root,administrator,@Domain Admins
directory mask = 0775
create mask = 0775
directory mask = 0775
create mask = 0775
force create mode = 0775
force directory mode = 6775

[printers]
comment = All Printers
path = /var/spool/samba
browseable = Yes
public = Yes
guest ok = Yes
writable = No
printable = Yes
write list = root,administrator,@Domain Admins




The problem is that if I browse \\server I get the list of shares, including 
the two cups printers. If I go into the printer subfolder I see two printers 
with no name, so when I try to edit properties to upload drivers it complains 
printer has no name.
Same happens if I go back to server shares' root and I try to add the 
printer, I get asked for the drivers, provide them, then when finishes copyin 
it complains the printer has no name or it's not on the server anymore.

What could be the problem?
thanks

-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it


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


Re: [Samba] Problem in sharing printers

2012-08-06 Thread Lorenzo Milesi
I'm using Samba 2:3.6.3-2ubuntu2.3 (ubuntu 12) and cups 1.5.3-0ubuntu2.

thanks
- Messaggio originale -
 Da: Lorenzo Milesi max...@ufficyo.com
 A: samba@lists.samba.org
 Inviato: Lunedì, 6 agosto 2012 17:09:43
 Oggetto: [Samba] Problem in sharing printers
 
 Hi.
 
 I've configured a Samba PDC controller on which I've configured a
 couple of printers using Cups.
 I've set up the relevant config according to the documentation, so:
 
 load printers = Yes
 printing = cups
 printcap name = cups
 
 [print$]
 comment = Printer Drivers
 path = /dati/samba/drivers
 browseable = yes
 guest ok = no
 read only = yes
 write list = root,administrator,@Domain Admins
 directory mask = 0775
 create mask = 0775
 directory mask = 0775
 create mask = 0775
 force create mode = 0775
 force directory mode = 6775
 
 [printers]
 comment = All Printers
 path = /var/spool/samba
 browseable = Yes
 public = Yes
 guest ok = Yes
 writable = No
 printable = Yes
 write list = root,administrator,@Domain Admins
 
 
 
 
 The problem is that if I browse \\server I get the list of shares,
 including the two cups printers. If I go into the printer subfolder
 I see two printers with no name, so when I try to edit properties to
 upload drivers it complains printer has no name.
 Same happens if I go back to server shares' root and I try to add
 the printer, I get asked for the drivers, provide them, then when
 finishes copyin it complains the printer has no name or it's not on
 the server anymore.
 
 What could be the problem?
 thanks
 
 --
 Lorenzo Milesi - lorenzo.mil...@yetopen.it
 
 GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it
 
 
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/options/samba
 

-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

YetOpen S.r.l. - http://www.yetopen.it/
Via Carlo Torri Tarelli 19 - 23900 Lecco - ITALY -
Tel 0341 220 205 - Fax 178 6070 222

GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it

 D.Lgs. 196/2003 

Si avverte che tutte le informazioni contenute in questo messaggio sono
riservate ed a uso esclusivo del destinatario. Nel caso in cui questo
messaggio Le fosse pervenuto per errore, La invitiamo ad eliminarlo
senza copiarlo, a non inoltrarlo a terzi e ad avvertirci non appena
possibile.
Grazie.

--

-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it


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

Re: [Samba] Problem in sharing printers

2012-08-06 Thread Lorenzo Milesi
 Be sure samba is starting after CUPS. Try restarting samba and see if
 printers are accessible after you restart it.


apparently restarting everything in the correct order fixed...
I'll follow up in case happens again, thanks!
-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it


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


Re: [Samba] Samba with multiple domains with LDAP backend

2011-02-28 Thread Lorenzo Milesi
 I just finished configuring multiple domains on one server (debian +
 samba).

Do you use LDAP as backend?
If so, would you share configuration, and possibly an howto or something like 
that?

thanks
lorenzo

-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

YetOpen S.r.l. - http://www.yetopen.it/
Via Carlo Torri Tarelli 19 - 23900 Lecco - ITALY -
Tel 0341 220 205 - Fax 178 6070 222

GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it

 D.Lgs. 196/2003 

Si avverte che tutte le informazioni contenute in questo messaggio sono
riservate ed a uso esclusivo del destinatario. Nel caso in cui questo
messaggio Le fosse pervenuto per errore, La invitiamo ad eliminarlo
senza copiarlo, a non inoltrarlo a terzi e ad avvertirci non appena
possibile.
Grazie.

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


[Samba] Samba with multiple domains with LDAP backend

2011-02-24 Thread Lorenzo Milesi
Hi.
I need to setup a single Samba server with multiple domains.
I did more than one setup with single domain, but I'm having troubles finding 
info about multiple domain, especially with LDAP.

Can anyone point me to a link, possibly with examples, on how to configure such 
a setup?

many thanks
-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

YetOpen S.r.l. - http://www.yetopen.it/
Via Carlo Torri Tarelli 19 - 23900 Lecco - ITALY -
Tel 0341 220 205 - Fax 178 6070 222

GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it

 D.Lgs. 196/2003 

Si avverte che tutte le informazioni contenute in questo messaggio sono
riservate ed a uso esclusivo del destinatario. Nel caso in cui questo
messaggio Le fosse pervenuto per errore, La invitiamo ad eliminarlo
senza copiarlo, a non inoltrarlo a terzi e ad avvertirci non appena
possibile.
Grazie.

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


Re: [Samba] Samba with multiple domains with LDAP backend

2011-02-24 Thread Lorenzo Milesi
 You should create a distinct smb.conf for each domain.  You will want
 to
 allocate a unique IP on your server for each domain.  You will want
 to
 allocate a unique ldap toplevel container for each domain.  You will
 need to
 run separate instances of smbd (and nmbd and winbindd ) for each
 domain-
 you can specify the config file that you want.

I found a couple of documents, including the following [1], which describe the 
setup with multiple smb.conf file, but it won't mention the multiple IP need.
it looked strange to me that multiple instances of smbd could bind to the same 
port... so I see why some other docs exposed the request you did.

[1] 
http://www.linuxforums.org/articles/setting-up-samba-pdc-for-multiple-domains_329.html

 It may be easier, depending on what you are doing, to create separate
 virtual machines (e.g. with Vmware ESX)  for each domain and truly
 isolate each samba domain.

It was the first idea we got, but I'd rather not pursue it if I can, because 
that would mean administer [security updates, and so on] three different 
servers.

Thanks

-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

YetOpen S.r.l. - http://www.yetopen.it/
Via Carlo Torri Tarelli 19 - 23900 Lecco - ITALY -
Tel 0341 220 205 - Fax 178 6070 222

GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it

 D.Lgs. 196/2003 

Si avverte che tutte le informazioni contenute in questo messaggio sono
riservate ed a uso esclusivo del destinatario. Nel caso in cui questo
messaggio Le fosse pervenuto per errore, La invitiamo ad eliminarlo
senza copiarlo, a non inoltrarlo a terzi e ad avvertirci non appena
possibile.
Grazie.

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


[Samba] Expiring password problem with AD config

2010-12-02 Thread Lorenzo Milesi
Hi.
I've set up a configuration with a Samba PDC usgin Ubuntu 10.04 and Samba 3.4.7.
The backend is LDAP (zimbra ldap).

I've an annoying issue, where even if in LDAP for every user I set password 
never expires, at every login Windows prompts me for changing it.

Is there anything I can check?

thanks
lorenzo

(on a side note I've also the problem that when the user logs in, notedpad is 
executed with a document in it, which seems a .desktop or .ini file, which I 
don't know where it comes from)
-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

YetOpen S.r.l. - http://www.yetopen.it/
Via Carlo Torri Tarelli 19 - 23900 Lecco - ITALY -
Tel 0341 220 205 - Fax 178 6070 222

GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it

 D.Lgs. 196/2003 

Si avverte che tutte le informazioni contenute in questo messaggio sono
riservate ed a uso esclusivo del destinatario. Nel caso in cui questo
messaggio Le fosse pervenuto per errore, La invitiamo ad eliminarlo
senza copiarlo, a non inoltrarlo a terzi e ad avvertirci non appena
possibile.
Grazie.

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


Re: [Samba] Changing password on unix client joined to AD

2010-07-30 Thread Lorenzo Milesi
 oh sorry, I was inattentive. mb this can fix problem: echo auth
 required pam_deny.so/etc/pam.d/common-auth  echo password required
 pam_deny.so/etc/pam.d/common-password ?

sadly not.

these are my files:
common-auth:
auth[success=2 default=ignore]  pam_unix.so nullok_secure
auth[success=1 default=ignore]  pam_winbind.so krb5_auth 
krb5_ccache_type=FILE cached_login use_first_pass
authrequisite   pam_deny.so
authrequiredpam_permit.so

common-password:
password[success=1 default=ignore]  pam_winbind.so debug 
use_first_pass
password[success=2 default=ignore]  pam_unix.so obscure sha512
passwordrequisite   pam_deny.so
passwordrequiredpam_permit.so
passwordoptionalpam_gnome_keyring.so 


even commenting the pam_permit lines, nothing changes.
thanks
-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

YetOpen S.r.l. - http://www.yetopen.it/
Via Torri Tarelli 19 - 23900 Lecco - ITALY -
Tel 0341 220 205 - Fax 178 6070 222

GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it

 D.Lgs. 196/2003 

Si avverte che tutte le informazioni contenute in questo messaggio sono
riservate ed a uso esclusivo del destinatario. Nel caso in cui questo
messaggio Le fosse pervenuto per errore, La invitiamo ad eliminarlo
senza copiarlo, a non inoltrarlo a terzi e ad avvertirci non appena
possibile.
Grazie.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Changing password on unix client joined to AD

2010-07-28 Thread Lorenzo Milesi
- Messaggio originale -
 GDM not support this feature:
 https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/114620
 
 if you want, you can hack gdm)

This sounds strange, because Googling around I found some infos about GDM 
allowing password change...

I don't know if this could be a problem of the new GDM or what...
-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

YetOpen S.r.l. - http://www.yetopen.it/
Via Torri Tarelli 19 - 23900 Lecco - ITALY -
Tel 0341 220 205 - Fax 178 6070 222

GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it

 D.Lgs. 196/2003 

Si avverte che tutte le informazioni contenute in questo messaggio sono
riservate ed a uso esclusivo del destinatario. Nel caso in cui questo
messaggio Le fosse pervenuto per errore, La invitiamo ad eliminarlo
senza copiarlo, a non inoltrarlo a terzi e ad avvertirci non appena
possibile.
Grazie.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Changing password on unix client joined to AD

2010-07-27 Thread Lorenzo Milesi
Hi.

I've set up a Samba PDC on Debian, working fine with XP Clients. 

I'm now trying to have a linux client join the domain. I managed to do that, 
but I cannot handle password expiration. When the domain pass is expired, in 
GDM I see a message Your password is expired but the user can log in anyway. 

I used the following guide to configure my Linux client, which is an Ubuntu 
10.04:
https://help.ubuntu.com/community/ActiveDirectoryWinbindHowto

Configured PAM using pam-auth-update.
common-auth is:
auth[success=2 default=ignore]  pam_unix.so nullok_secure
auth[success=1 default=ignore]  pam_winbind.so krb5_auth 
krb5_ccache_type=FILE cached_login use_first_pass

common-password
password[success=2 default=ignore]  pam_unix.so obscure sha512
password[success=1 default=ignore]  pam_winbind.so use_authtok 
use_first_pass

nsswitch.conf
passwd: files winbind
group: files winbind
shadow: files winbind
hosts:  files dns


What should I change?
thanks
-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

YetOpen S.r.l. - http://www.yetopen.it/
Via Torri Tarelli 19 - 23900 Lecco - ITALY -
Tel 0341 220 205 - Fax 178 6070 222

GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it

 D.Lgs. 196/2003 

Si avverte che tutte le informazioni contenute in questo messaggio sono
riservate ed a uso esclusivo del destinatario. Nel caso in cui questo
messaggio Le fosse pervenuto per errore, La invitiamo ad eliminarlo
senza copiarlo, a non inoltrarlo a terzi e ad avvertirci non appena
possibile.
Grazie.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Security context stack overflow on Debian5+LDAP

2009-09-10 Thread Lorenzo Milesi
Hi 

I'm setting up a Samba PDC, with auth over Zimbra's LDAP, with this howto: 
http://wiki.zimbra.com/index.php?title=UNIX_and_Windows_Accounts_in_Zimbra_LDAP_and_Zimbra_Admin_UI_6.0
 

System is a fully updated Debian 5. All packages from distro. Samba is 
3.2.5-4lenny6. 
Now everything is almost ok, but I'm getting an error when trying to mount the 
samba share: 
[2009/09/10 09:44:07, 2] passdb/pdb_ldap.c:init_group_from_ldap(2344) 
init_group_from_ldap: Entry found for group: 10001 
[2009/09/10 09:44:07, 0] smbd/sec_ctx.c:push_sec_ctx(210) 
Security context stack overflow! 
[2009/09/10 09:44:07, 0] lib/util.c:smb_panic(1663) 
PANIC (pid 17363): Security context stack overflow! 
[2009/09/10 09:44:07, 0] lib/util.c:log_stack_trace(1767) 
BACKTRACE: 58 stack frames: 
#0 /usr/sbin/smbd(log_stack_trace+0x2d) [0x8201d24] 
#1 /usr/sbin/smbd(smb_panic+0x80) [0x8201e81] 
#2 /usr/sbin/smbd(push_sec_ctx+0x7b) [0x80ce8f1] 
#3 /usr/sbin/smbd(become_root+0x17) [0x80c152a] 
#4 /usr/sbin/smbd(lookup_sids+0x845) [0x81b841f] 
#5 /usr/sbin/smbd(lookup_sid+0x12a) [0x81b8c20] 
#6 /usr/sbin/smbd(pdb_get_group_sid+0x169) [0x81b1d40] 
#7 /usr/sbin/smbd(pdb_get_group_rid+0x26) [0x84a9f64] 
#8 /usr/sbin/smbd(init_buffer_from_sam_v3+0xe5) [0x84a6e90] 
#9 /usr/sbin/smbd(pdb_copy_sam_account+0x3e) [0x84a8329] 
#10 /usr/sbin/smbd(pdb_getsampwsid+0x131) [0x81b4d28] 
#11 /usr/sbin/smbd [0x81b4e4d] 
#12 /usr/sbin/smbd [0x81b559a] 
#13 /usr/sbin/smbd(pdb_lookup_rids+0x3f) [0x81b39b4] 
#14 /usr/sbin/smbd(lookup_sids+0x882) [0x81b845c] 
#15 /usr/sbin/smbd(lookup_sid+0x12a) [0x81b8c20] 
#16 /usr/sbin/smbd(pdb_get_group_sid+0x169) [0x81b1d40] 
#17 /usr/sbin/smbd(pdb_get_group_rid+0x26) [0x84a9f64] 
#18 /usr/sbin/smbd(init_buffer_from_sam_v3+0xe5) [0x84a6e90] 
#19 /usr/sbin/smbd(pdb_copy_sam_account+0x3e) [0x84a8329] 
#20 /usr/sbin/smbd(pdb_getsampwsid+0x131) [0x81b4d28] 
#21 /usr/sbin/smbd [0x81b4e4d] 
#22 /usr/sbin/smbd [0x81b559a] 
#23 /usr/sbin/smbd(pdb_lookup_rids+0x3f) [0x81b39b4] 
#24 /usr/sbin/smbd(lookup_sids+0x882) [0x81b845c] 
#25 /usr/sbin/smbd(lookup_sid+0x12a) [0x81b8c20] 
#26 /usr/sbin/smbd(pdb_get_group_sid+0x169) [0x81b1d40] 
#27 /usr/sbin/smbd(pdb_get_group_rid+0x26) [0x84a9f64] 
#28 /usr/sbin/smbd(init_buffer_from_sam_v3+0xe5) [0x84a6e90] 
#29 /usr/sbin/smbd(pdb_copy_sam_account+0x3e) [0x84a8329] 
#30 /usr/sbin/smbd(pdb_getsampwsid+0x131) [0x81b4d28] 
#31 /usr/sbin/smbd [0x81b4e4d] 
#32 /usr/sbin/smbd [0x81b559a] 
#33 /usr/sbin/smbd(pdb_lookup_rids+0x3f) [0x81b39b4] 
#34 /usr/sbin/smbd(lookup_sids+0x882) [0x81b845c] 
#35 /usr/sbin/smbd(lookup_sid+0x12a) [0x81b8c20] 
#36 /usr/sbin/smbd(pdb_get_group_sid+0x169) [0x81b1d40] 
#37 /usr/sbin/smbd(pdb_get_group_rid+0x26) [0x84a9f64] 
#38 /usr/sbin/smbd(init_buffer_from_sam_v3+0xe5) [0x84a6e90] 
#39 /usr/sbin/smbd(pdb_copy_sam_account+0x3e) [0x84a8329] 
#40 /usr/sbin/smbd(pdb_getsampwsid+0x131) [0x81b4d28] 
#41 /usr/sbin/smbd [0x81b4e4d] 
#42 /usr/sbin/smbd [0x81b5130] 
#43 /usr/sbin/smbd(pdb_sid_to_id+0x29) [0x81b3823] 
#44 /usr/sbin/smbd [0x81b6bca] 
#45 /usr/sbin/smbd(sid_to_gid+0x109) [0x81b6ea4] 
#46 /usr/sbin/smbd(create_local_token+0x1ee) [0x82467b6] 
#47 /usr/sbin/smbd [0x824993d] 
#48 /usr/sbin/smbd [0x8102427] 
#49 /usr/sbin/smbd(ntlmssp_update+0x297) [0x8101c16] 
#50 /usr/sbin/smbd(auth_ntlmssp_update+0x48) [0x82495e1] 
#51 /usr/sbin/smbd [0x843a57c] 
#52 /usr/sbin/smbd(reply_sesssetup_and_X+0x1c4) [0x843a9bd] 
#53 /usr/sbin/smbd [0x80de096] 
#54 /usr/sbin/smbd(smbd_process+0x429) [0x80dfbe1] 
#55 /usr/sbin/smbd(main+0xfa2) [0x80a747f] 
#56 /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7b03455] 
#57 /usr/sbin/smbd [0x80a4511] 
[2009/09/10 09:44:07, 0] lib/util.c:smb_panic(1668) 
smb_panic(): calling panic action [/usr/share/samba/panic-action 17363] 
[2009/09/10 09:44:07, 0] lib/util.c:smb_panic(1676) 
smb_panic(): action returned status 0 
[2009/09/10 09:44:07, 0] lib/fault.c:dump_core(201) 
dumping core in /var/log/samba/cores/smbd 

I did several searches but with no luck... 
Does anyone have an idea on how can I solve this? 
thanks 

-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it 

YetOpen S.r.l. - http://www.yetopen.it/ 
Via Previati 72 - 23900 Lecco - ITALY - 
Tel 0341 220 205 - Fax 178 607 8199 

GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it 

 D.Lgs. 196/2003  

Si avverte che tutte le informazioni contenute in questo messaggio sono 
riservate ed a uso esclusivo del destinatario. Nel caso in cui questo 
messaggio Le fosse pervenuto per errore, La invitiamo ad eliminarlo 
senza copiarlo, a non inoltrarlo a terzi e ad avvertirci non appena 
possibile. 
Grazie. 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba