Package: samba
Version: 3.0.21c-1
Severity: normal

Hi,

Following the Samba documentation for using nested groups (i.e.
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/groupmapping.html#id2563279)
I did
# net rpc group add GDL -U Administrator -I 10.0.0.30
OK

# net rpc group addmem -U Administrator -I 10.0.0.30 GDL GITA
Password:
[2006/03/22 14:31:38, 0] rpc_client/cli_pipe.c:rpc_api_pipe(790)
  rpc_api_pipe: Remote machine 10.0.0.30 pipe \samr fnum 0x724creturned 
critical error. Error was Call timed out: server did not respond after 10000 
milliseconds
[2006/03/22 14:31:38, 0] rpc_client/cli_pipe.c:rpc_api_pipe(790)
  rpc_api_pipe: Remote machine 10.0.0.30 pipe \samr fnum 0x724creturned 
critical error. Error was Call timed out: server did not respond after 10000 
milliseconds
Could not add GITA to GTest2: NT_STATUS_IO_TIMEOUT
[2006/03/22 14:31:38, 0] libsmb/clientgen.c:cli_rpc_pipe_close(375)
  cli_rpc_pipe_close: cli_close failed on pipe \samr, fnum 0x724c to machine 
10.0.0.30.  Error was Call timed out: server did not respond after 10000 
milliseconds

# getent group GDL
GDL:x:1046:

# getent group GITA
GITA:x:1004:...

Samba works OK apart for that.

Thanks,
Yann

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-drdb-1
Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_CH.UTF-8)

Versions of packages samba depends on:
ii  debconf [debc 1.4.66                     Debian configuration management sy
ii  libacl1       2.2.34-1                   Access control list shared library
ii  libattr1      2.4.25-1                   Extended attribute shared library
ii  libc6         2.3.5-8                    GNU C Library: Shared libraries an
ii  libcomerr2    1.38+1.39-WIP-2005.12.10-1 common error description library
ii  libcupsys2    1.1.23-12                  Common UNIX Printing System(tm) - 
ii  libkrb53      1.4.3-5                    MIT Kerberos runtime libraries
ii  libldap2      2.1.30-13                  OpenLDAP libraries
ii  libpam-module 0.79-3.1                   Pluggable Authentication Modules f
ii  libpam-runtim 0.79-3.1                   Runtime support for the PAM librar
ii  libpam0g      0.79-3                     Pluggable Authentication Modules l
ii  libpopt0      1.7-5                      lib for parsing cmdline parameters
ii  logrotate     3.7.1-2                    Log rotation utility
ii  lsb-base      3.0-13                     Linux Standard Base 3.0 init scrip
ii  netbase       4.23                       Basic TCP/IP networking system
ii  samba-common  3.0.21c-1                  Samba common files used by both th

Versions of packages samba recommends:
ii  smbldap-tools                 0.9.2-3    Scripts to manage Unix and Samba a

-- debconf information:
  samba/nmbd_from_inetd:
* samba/run_mode: daemons
  samba/log_files_moved:
  samba/tdbsam: false
* samba/generate_smbpasswd: true

/etc/samba/smb.conf
[global]
        workgroup = DOMAIN
        netbios name = FILESERVER
        server string = Samba
        interfaces = 10.0.0.30
        bind interfaces only = Yes
        passdb backend = ldapsam:ldaps://ldap.domain.com
        enable privileges = Yes
        passwd program = /usr/sbin/smbldap-passwd %u
        passwd chat = *New*password* %n\n *Retype*new*password* %n\n 
*all*authentication*tokens*updated*
        syslog = 0
        log file = /var/log/samba/log.%m
        max log size = 1000
        time server = Yes
        socket options = IPTOS_LOWDELAY TCP_NODELAY
        add user script = /usr/sbin/smbldap-useradd -m "%u"
        delete user script = /usr/sbin/smbldap-userdel "%u"
        add group script = /usr/sbin/smbldap-groupadd -p "%g"
        delete group script = /usr/sbin/smbldap-groupdel "%g"
        add user to group script = /usr/sbin/smbldap-groupmod -m "%u" "%g"
        delete user from group script = /usr/sbin/smbldap-groupmod -x "%u" "%g"
        set primary group script = /usr/sbin/smbldap-usermod -g "%g" "%u"
        add machine script = /usr/sbin/smbldap-useradd -a -w "%u"
        logon script = logon.bat
        logon path = \\%L\profiles\%U
        logon drive = H:
        logon home = \\%L\home\%U
        domain logons = Yes
        os level = 255
        preferred master = Yes
        domain master = Yes
        ldap admin dn = cn=manager,cn=internal,dc=domain,dc=com
        ldap delete dn = Yes
        ldap group suffix = ou=Groups
        ldap idmap suffix = ou=Idmap
        ldap machine suffix = ou=Computers
        ldap passwd sync = Yes
        ldap suffix = ou=accounts,dc=domain,dc=com
        ldap ssl = no
        ldap user suffix = ou=Users
        panic action = /usr/share/samba/panic-action %d
        idmap backend = ldap:ldaps://10.0.0.13
        idmap uid = 10000-20000
        idmap gid = 10000-20000
        winbind cache time = 600
        winbind nested groups = Yes
        ldapsam:trusted = yes
        invalid users = root


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to