Hi robin,
Perhaps this has nothing to do with your problem, but if I wasn't mistaken,
I've read somewhere, your ldap suffix must preceding other ldap parameters.
And then, try to use the simplest configuration if you want to trace for
trouble. Get rid all parameters that you don't really "need". That way, it
would be easier for you to troubleshoot. The last thing, put the "netbios
name = yourServerName" parameter.  Not a clever suggestion I guess, but  ...
who knows? Good luck

Regards,

sato



On 3/21/07, b.robin <[EMAIL PROTECTED]> wrote:

  Hello,

I have installed a new server with mandriva 2007 free edition, with
samba 3.0.23d on it.
It is good but a new nmbd appears every 5 minutes and they don't die
when I stop samba.

So, I compiled samba 3.0.24 and  ... idem.

This is not my first install, on my other servers they're only 2 nmbd.

With this install, after one day, I have more than 250 daemons, it is
the hell !

What que c'est que ça ?

Do you know this problem ?

Merci, Bruno


Here is my conf :

  [global]
         workgroup = MYWG
         server string = xxxxxx
         map to guest = Bad User
         passdb backend = ldapsam:ldap://myserver.ges-sa.fr
         username map = /etc/samba/smbusers
         log level = 10
         log file = /var/log/samba/%m.log
         max log size = 50
         socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
         printcap cache time = 60
         printcap name = cups
         add user script = /usr/sbin/smbldap-useradd -m '%u'
         add group script = /usr/sbin/smbldap-groupadd '%g' &&
/usr/sbin/smbldap-groupshow %g|awk '/^gidNumber:/ {print $2}'
         add user to group script = /usr/sbin/smbldap-groupmod -m '%u'
'%g'
         add machine script = /usr/sbin/smbldap-useradd -w -d /dev/null
-c 'Machine Account' -s /bin/false '%u'
         logon script = %U.bat
         logon path = \\%L\Profiles\%u
         domain logons = Yes
         os level = 65
         preferred master = Yes
         domain master = Yes
         dns proxy = No
         wins server = 192.168.2.10
         ldap admin dn = cn=manager,dc=ges-sa,dc=fr
         ldap delete dn = Yes
         ldap group suffix = ou=Group
         ldap idmap suffix = ou=Idmap
         ldap machine suffix = ou=Hosts
         ldap passwd sync = Yes
         ldap suffix = dc=ges-sa,dc=fr
         ldap ssl = no
         ldap user suffix = ou=People
         idmap backend = ldap:ldap://myserver.ges-sa.fr
         idmap uid = 10000-20000
         idmap gid = 10000-20000
         winbind enum users = Yes
         winbind enum groups = Yes
         winbind use default domain = Yes
         ldapsam:trusted = yes
         hosts allow = 192.168.2., 127.

--
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

Reply via email to