[Samba] samba says domain not available in debian squeeze

deconya deconya at riseup.net
Mon Jun 10 02:25:32 MDT 2013


Hi

I continue with problems using my samba +openldap. At now I was
discovering one problem more, because I separated samba and ldap in two
separated servers and not was SRV registers in my bind.

Now I continue with domain not available, using wizard in windows XP
platform, I can register correctly my client in ldap but not connects to
current profiles and I can't generate new profiles.

I was checking bind, openldap and samba config, but I don't know where
can be the problem and I'm starts to be critical.
*
*[global]
   workgroup = DOM
   netbios name = DOM-PDC
   security = user
   interfaces = eth0 127.0.0.0/8 10.0.0.0/24 10.0.1.0/24 10.0.4.0/24
10.0.8.0/22
   server string = DOM Primary Domain Controller
   encrypt passwords = true

   unix password sync = no
   ldap passwd sync = yes
   passwd program = /usr/bin/smbldap-passwd %u
   passwd chat = *Enter\snew\s*\spassword:* %n\n
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .

   log level = 2
   syslog = 0
   log file = /var/log/samba/log.%m
   max log size = 1000
   time server = yes
   mangling method = hash2
   Dos charset = 850
   Unix charset = UTF-8

   domain logons = yes
   domain master = yes


   logon path =
   logon drive =
   logon home =
   logon script = logon.bat

   local master = yes
   preferred master = yes
   os level = 65
   wins support = yes
   dns proxy = yes
   panic action = /usr/share/samba/panic-action %d
   server signing = auto
   server schannel = auto
   winbind trusted domains only = yes
   winbind use default domain = yes

   passdb backend = ldapsam:"ldap://10.0.0.11/"
   idmap config * : backend = ldap://10.0.0.11/
   ldap admin dn = cn=admin,dc=DOM,dc=es
   ldap suffix = dc=DOM,dc=es
   ldap group suffix = ou=Groups
   ldap user suffix = ou=Users
   ldap machine suffix = ou=Computers
   ldap idmap suffix = ou=Idmap
   ldap ssl = no
   ldap delete dn = yes
   add user script = /usr/sbin/smbldap-useradd -m "%u"
   delete user script = /usr/sbin/smbldap-userdel "%u"
   add machine script = /usr/sbin/smbldap-useradd -w "%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"

#   smb ports = 139
   load printers = yes
   create mask = 0774
   directory mask = 0775
   nt acl support = no
   printing = cups
   printcap name = cups
   deadtime = 60
   keepalive = 300
   guest account = nobody
   map to guest = bad user
   dont descend = /proc,/dev,/etc,/lib,/lost+found
   show add printer wizard = yes
   preserve case = yes
   short preserve case = yes
   case sensitive = no
   usershare allow guests = yes

        debug timestamp = Yes
        debug prefix timestamp = Yes
        debug hires timestamp = Yes
        debug pid = Yes
        debug uid = Yes
        debug class = Yes
        ldap debug level = 5
        ldap debug threshold = 10
[netlogon]

#   comment = Network Logon Service
   path = /var/lib/samba/netlogon
#   admin users = root
#   guest ok = yes
   read only = yes
   browseable = no

Any test to do or idea why the message is RPC not responding?

Thanks


More information about the samba mailing list