Hello all I have set up a Debian etch server with a samba and ldap integration. domain master = yes domain logons = yes os level = 33 preferred master = yes local master = yes passdb backend = ldapsam:ldap://localhost/ ldap admin dn = cn=admin,dc=test,dc=net ldap suffix =dc=test,dc=net ldap user suffix = ou=users ldap machine suffix = ou=machines ldap group suffix = ou=groups ldap password sync = yes I have added the machine into LDAP as a samba 3 machine. I have added a user to the domain admins group. When I try to connect a PC to the domain a error message pops up saying "the following error occurred attempting to join the domain "test": The specific network name is no longer available" Would some know the cause of this? -- REGARDS, Andy Z
On Thu, 03 Jan 2008, Andy might have said:> Hello all > > I have set up a Debian etch server with a samba and ldap integration. > > domain master = yes > domain logons = yes > os level = 33 > preferred master = yes > local master = yes > passdb backend = ldapsam:ldap://localhost/ > > ldap admin dn = cn=admin,dc=test,dc=net > > ldap suffix =dc=test,dc=net > ldap user suffix = ou=users > ldap machine suffix = ou=machines > ldap group suffix = ou=groups > > ldap password sync = yes > > I have added the machine into LDAP as a samba 3 machine. > I have added a user to the domain admins group. > > When I try to connect a PC to the domain a error message pops up saying "the > following error occurred attempting to join the domain "test": The specific > network name is no longer available" > > Would some know the cause of this?I don't have any data on a possible cause. My portions of the config for this are: workgroup = MYDOMAIN netbios name = smbhost netbios aliases = loghost, mailhost, backuphost, ldaphost server string = Samba Server (%h) logon drive = H: logon home = \\%h\%U logon path = \\%h\profiles\%U logon script = logon.bat ldap delete dn = Yes ldap suffix = dc=MYDOMAIN,dc=com ldap admin dn = cn=manager,dc=MYDOMAIN,dc=com ldap user suffix = ou=people ldap group suffix = ou=groups ldap machine suffix = ou=machines ldap ssl = off ldapsam:trusted = Yes ldap timeout = 15 utmp directory = /var/run wtmp directory = /var/log utmp = Yes encrypt passwords = Yes password level = 0 password server = ldaphost.MYDOMAIN.com passdb backend = ldapsam:ldap://ldaphost.MYDOMAIN.com ldap passwd sync = Yes unix password sync = No passwd program = /usr/sbin/smbldap-passwd %u #pam password change = Yes passwd chat = "Changing * password*for*\nNew password*" %n\n "*Retype new password*" %n\n passwd chat debug = Yes #client use spnego = No #use spnego = No os level = 66 preferred master = Yes local master = Yes domain master = Yes domain logons = Yes allow trusted domains = Yes
Greeting Andy, Your config seem to be ok, but change os level to 65. I suppose that you send only ldap parameters and not all the smb.conf parameters. First check your DNS resolution (from your server and client). But I'm sure that your need to add the following parameter in the smb.conf to resolv your problem: wins support = yes (yurk I don't like Wins) And on your windows client check your network configuration with the ipconfig /all command. You must see Wins Server define. Try this and give me some feelback. These parameters are not usefull in the present problem. netbios aliases = loghost, mailhost, backuphost, ldaphost logon drive = H: logon home = \\%h\%U logon path = \\%h\profiles\%U logon script = logon.bat ldap delete dn = Yes ldap ssl = off ldapsam:trusted = Yes ldap timeout = 15 utmp directory = /var/run wtmp directory = /var/log utmp = Yes Best regards, Robert> Hello all > > I have set up a Debian etch server with a samba and ldap integration. > > domain master = yes > domain logons = yes > os level = 33 > preferred master = yes > local master = yes > passdb backend = ldapsam:ldap://localhost/ > > ldap admin dn = cn=admin,dc=test,dc=net > > ldap suffix =dc=test,dc=net > ldap user suffix = ou=users > ldap machine suffix = ou=machines > ldap group suffix = ou=groups > > ldap password sync = yes > > I have added the machine into LDAP as a samba 3 machine. > I have added a user to the domain admins group. > > When I try to connect a PC to the domain a error message pops up saying "the > following error occurred attempting to join the domain "test": The specific > network name is no longer available" > > Would some know the cause of this? > >
Thanks guys I fixed the problem, it was not actually a software problem. The switch the server was on was stuffed, It kept dropping out. Thanks for all your help On Jan 3, 2008 3:01 PM, Andy <theands@gmail.com> wrote:> Hello all > > I have set up a Debian etch server with a samba and ldap integration. > > domain master = yes > domain logons = yes > os level = 33 > preferred master = yes > local master = yes > passdb backend = ldapsam:ldap://localhost/ > > ldap admin dn = cn=admin,dc=test,dc=net > > ldap suffix =dc=test,dc=net > ldap user suffix = ou=users > ldap machine suffix = ou=machines > ldap group suffix = ou=groups > > ldap password sync = yes > > I have added the machine into LDAP as a samba 3 machine. > I have added a user to the domain admins group. > > When I try to connect a PC to the domain a error message pops up saying > "the following error occurred attempting to join the domain "test": The > specific network name is no longer available" > > Would some know the cause of this? > > -- > REGARDS, > Andy Z > >-- REGARDS, Andy Z