Re: [Samba] Know all user of one group with winbind/wbinfo ?

2006-11-24 Thread Thorsten Hamester
Thanks, but me i thinks that only net ads works and i don't have net  
ads group members ;=)

So you don't have Domain-Users or Domain-Admins?
If so i can't understand your AD Structure
but if you can also use net rpc.

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


Re: [Samba] Know all user of one group with winbind/wbinfo ?

2006-11-23 Thread Thorsten Hamester

Hello

Hi

do you know if they have a solution with best performance
for know all username of one Active Directory group ?


use: net rpc group MEMBERS groupname -S adsservername

Hth

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


Re: [Samba] idmap ad and sfu anyone?

2006-09-25 Thread Thorsten Hamester

Hello



samba SVN 17972, Linux 2.6.16-1.2096
That should be about the same as 2.0.23c

getent passwd works to list domain accounts
getent group works to list domain groups
kinit works for domain accounts
wbinfo -u lists domain user accounts
wbinfo -g lists domain group accounts

In order to access roaming profiles and any shares from 2000  XP  
clients, I have to map DOMAIN\username to username in username map.
Anyone else running idmap backend=ad and winbind nss info=sfu want to  
give me a tip?


winbind trusted domains and winbind use default domain have no impact on  
this


All the unix attributes are configured in AD, sfu group membership  
matches unix matches windows membership.


Regards, Doug



they changed the default value for default domain and enum users to no so  
you have to define them in the config file


winbind use default domain = Yes
winbind enum users = Yes
winbind enum groups = Yes
winbind nss info = RFC2307

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


Re: [Samba] read error when accessing a file on mounted samba share (Linux)

2006-08-16 Thread Thorsten Hamester

Am 16.08.2006, 12:40 Uhr, schrieb martin [EMAIL PROTECTED]:


Hi all,

This is my first experience with network file sharing on Linux so I'm  
looking for debugging advice.  Server and client are both running FC5.  
I've set up my home directory as a share on the server using  
system-config-samba, everything seems fine.  On the client side, as root:


# smbclient -L server.domain

Password:
Domain=[DOMAIN] OS=[Unix] Server=[Samba 3.0.23a-1.fc4.1]


smbclient from package Samba 3.0.23a do have a bug.
https://bugzilla.samba.org/show_bug.cgi?id=3967

Try  3.0.23b or 3.0.22

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


[Samba] Problem accessing shares after upgrade to 3.0.23

2006-07-27 Thread Thorsten Hamester

Hello list,
after upgrading my debian Sarge distribution with apt-get to 3.0.23
i have some troubles to access 3 shares on Windows 2000 and 2003 Server.
When trying to access them over smbclient i get the following error  
messages:



:~# smbclient //ente/Axapta_Dokumente -U Administrator -d 2
added interface ip=192.168.100.121 bcast=192.168.100.255  
nmask=255.255.255.0

Password:
session setup failed: NT_STATUS_LOGON_FAILURE

:~# smbclient //ente/Axapta_Dokumente -U Administrator -d 2
added interface ip=192.168.100.121 bcast=192.168.100.255  
nmask=255.255.255.0

Password:
Domain=[APE-BERLIN] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
smb: \ ls
client_check_incoming_message: received message with mid 9 with no  
matching send record.

SMB Signature verification failed on incoming packet!
Server packet had invalid SMB signature! listing \*
Error in dskattr: Server packet had invalid SMB signature!

With kerberos authentication i get the same error.

My smb.conf lists a server signing = auto
All other signing are defaults.

So anyone has an idea how to fix this?
Thanks in advance

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


Re: [Samba] corrupt files on samba server

2006-07-10 Thread Thorsten Hamester

Hello,


Is that enough information? Do you need more? There is nothing special  
in the syslog or the samba log. I hope you can work with this infos.


I think it is not a problem of Samba but from your filesystem.
Samba get trouble if the filesystem isn't perfect.
I had the same problems during an upgrade from 2.2 to 3.0.22 with an  
existing ReiserFS

After reformatting with XFS the problem has gone away.

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


[Samba] Need help for eventlogadm

2006-06-01 Thread Thorsten Hamester

Because my debian sarge dist doesn't have eventlogadm i download
the source and compile it.
I follow the instructions on http://wiki.samba.org/index.php/Event_Logging  
and insert the line

eventlog list = Application, System, Security, SyslogLinux
in smb.conf in the main - section.
But when i start the command tail -f /var/log/syslog |  
/usr/sbin/parselog.pl | eventlogadm -d SysLogLinux

as root i get the following error:

Starting write for eventlog [SysLogLinux]
Active eventlog names (from smb.conf):
--
None specified
can't open the eventlog TDB (SysLogLinux)

Looking for
ls -la /var/run/samba/eventlog
drwxr-xr-x  2 root root 4096 2006-05-31 14:51 .
drwxr-xr-x  5 root root 4096 2006-06-01 07:26 ..
-rw---  1 root root 8192 2006-05-31 14:51 application.tdb
-rw---  1 root root 8192 2006-05-31 14:51 security.tdb
-rw---  1 root root 8192 2006-05-31 14:51 sysloglinux.tdb
-rw---  1 root root 8192 2006-05-31 14:51 system.tdb

Do i miss something in the smb.conf?
Thanks in advance
--
Thorsten Hamester
Systemadministrator
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Can't find eventlogadm

2006-05-30 Thread Thorsten Hamester
As i saw today the mail Re: [Samba] Help needed configuring event log i  
search for

eventlogadm in my Debian Sarge installation but i can't find it.
I apt-get Smaba 3.0.22 from deb  
http://de.samba.org/samba/ftp/Binary_Packages/Debian sarge samba

But neither locate nor find shows anything like eventlogadm.

Any possibilities to get it somewhere else?


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


[Samba] ADS mode with ReiserFS freezes Server

2006-05-02 Thread Thorsten Hamester
  winbind nested groups = Yes
  winbind nss info = sfu
  blocking locks = No
  follow symlinks = no
  max xmit = 65535
  nt acl support = No

[homes]
  comment = Home Directories
  read only = No
  create mask = 0700
  directory mask = 0700
  browseable = No
  vfs objects = recycle
  recycle: repository = _Papierkorb_
  recycle: keeptree = Yes
  recycle: exclude = *.tmp, *.temp, *.log, *.ldb
  recycle: exclude_dir = tmp
  recycle:versions = Yes

[Postkasten]
  comment = Postkaesten
  path = /work4/postkasten
  force group = Domänen-Benutzer
  read only = No
  force create mode = 0777
  force directory mode = 0777
  guest ok = Yes
  block size = 10240
  vfs objects = recycle
  recycle: repository = _Papierkorb_
  recycle: keeptree = Yes
  recycle: exclude = *.tmp, *.temp, *.log, *.ldb
  recycle: exclude_dir = tmp
  recycle:versions = Yes

# /etc/nsswitch.conf
#

passwd: files winbind
group:  files winbind
shadow: compat

hosts:  files dns winbind
networks:   files

protocols:  db files
services:   db files
ethers: db files
rpc:db files

netgroup:   nis



Any ideas how i can find the failure and fix it?
I guess it has something to do with ReiserFS but i am not sure.
Thanks in advance

--
Thorsten Hamester
Systemadministrator
Web: http://www.ape-berlin.de
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] ADS mode with ReiserFS freezes Server

2006-04-27 Thread Thorsten Hamester
 nss info = sfu
 blocking locks = No
 follow symlinks = no
 max xmit = 65535
 nt acl support = No

[homes]
 comment = Home Directories
 read only = No
 create mask = 0700
 directory mask = 0700
 browseable = No
 vfs objects = recycle
 recycle: repository = _Papierkorb_
 recycle: keeptree = Yes
 recycle: exclude = *.tmp, *.temp, *.log, *.ldb
 recycle: exclude_dir = tmp
 recycle:versions = Yes

[Postkasten]
 comment = Postkaesten
 path = /work4/postkasten
 force group = Domänen-Benutzer
 read only = No
 force create mode = 0777
 force directory mode = 0777
 guest ok = Yes
 block size = 10240
 vfs objects = recycle
 recycle: repository = _Papierkorb_
 recycle: keeptree = Yes
 recycle: exclude = *.tmp, *.temp, *.log, *.ldb
 recycle: exclude_dir = tmp
 recycle:versions = Yes

# /etc/nsswitch.conf
#

passwd: files winbind
group:  files winbind
shadow: compat

hosts:  files dns winbind
networks:   files

protocols:  db files
services:   db files
ethers: db files
rpc:db files

netgroup:   nis



Any ideas how i can find the failure and fix it?
I guess it has something to do with ReiserFS but i am not sure.
Thanks in advance

--
Thorsten Hamester
Systemadministrator
APE GmbH
Plauener Str. 163-165 Haus 13
D 13053 Berlin

Tel.: +49 30 986011-59
Fax: +49 30 98697885
E-Mail: [EMAIL PROTECTED]
Web: http://www.ape-berlin.de
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba