Re: [Samba] Samba 3.0.4 BDC LDAP Slave Problem

2004-06-16 Thread Jason C. Waters
This is my setup, is something still wrong.
Samba PDC machine with LDAP
   IP: ldap.master
   nss mapped to local ldap server(ldap.master)
   samba ldapsam:ldaps://ldap.server
Samba BDC machine with LDAP, has openldap running locally for a backup 
ldap server
   IP:  ldap.slave
   nss mapped to local ldap server(ldap.slave)
   samba ldapsam:ldaps://ldap.master ldaps://ldap.slave

This setup doesn't work for me.  But if I only use the local LDAP 
servers on each machine it does, but that does seem like its a backup 
server.  Am I just thinking about this in the wrong way? Thanks for your 
help.

Jason
Beast wrote:
Jason C. Waters wrote:
   passdb backend = ldapsam:ldaps://ldap.masterserver.com 
ldaps://ldap.slaveserver.com   - this does not work

This is the correct one. Make sure no other service depends on master 
ldap when you're bring down the master (ie nss_ldap).
Also plse check the log.

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


Re: [Samba] Samba 3.0.4 BDC LDAP Slave Problem

2004-06-16 Thread Beast
Jason C. Waters wrote:
This is my setup, is something still wrong.
Samba PDC machine with LDAP
   IP: ldap.master
   nss mapped to local ldap server(ldap.master)
   samba ldapsam:ldaps://ldap.server
Samba BDC machine with LDAP, has openldap running locally for a backup 
ldap server
   IP:  ldap.slave
   nss mapped to local ldap server(ldap.slave)
   samba ldapsam:ldaps://ldap.master ldaps://ldap.slave

This setup doesn't work for me.  But if I only use the local LDAP 
servers on each machine it does, but that does seem like its a backup 
server.  Am I just thinking about this in the wrong way? Thanks for your 
help.

Maybe ACL prevent samba to bind? try using ldapsearch -h 
ip_of_slave/master from samba server. Also check the LOG file, they 
must give you some clue.

good luck.
--
--beast
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba 3.0.4 BDC LDAP Slave Problem

2004-06-16 Thread Jason C. Waters
Its not an acl problem, because I can ldapsearch to both the master and 
the slave(local ldap server) from the BDC.  The logs I'm looking at is 
/var/log/debug and the log.smbd.  Thanks for your help!

Jason
Beast wrote:
Jason C. Waters wrote:
This is my setup, is something still wrong.
Samba PDC machine with LDAP
   IP: ldap.master
   nss mapped to local ldap server(ldap.master)
   samba ldapsam:ldaps://ldap.server
Samba BDC machine with LDAP, has openldap running locally for a 
backup ldap server
   IP:  ldap.slave
   nss mapped to local ldap server(ldap.slave)
   samba ldapsam:ldaps://ldap.master ldaps://ldap.slave

This setup doesn't work for me.  But if I only use the local LDAP 
servers on each machine it does, but that does seem like its a backup 
server.  Am I just thinking about this in the wrong way? Thanks for 
your help.

Maybe ACL prevent samba to bind? try using ldapsearch -h 
ip_of_slave/master from samba server. Also check the LOG file, they 
must give you some clue.

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


Re: [Samba] Samba 3.0.4 BDC LDAP Slave Problem

2004-06-14 Thread Beast
Jason C. Waters wrote:
   passdb backend = ldapsam:ldaps://ldap.masterserver.com ldaps://ldap.slaveserver.com   - this does not work
This is the correct one. Make sure no other service depends on master 
ldap when you're bring down the master (ie nss_ldap).
Also plse check the log.

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


Re: [Samba] Samba 3.0.4 BDC LDAP Slave Problem

2004-06-14 Thread Jason C. Waters
I've got nss_ldap setup to look at the local ldap directory, but when I 
have two servers on the passwd backend line, it can't bind.  It get to 
where it trys to bind, and then it just freezes.  Any other ideas?  I'm 
sure I had this working before.  Thanks for your help

Beast wrote:
Jason C. Waters wrote:
   passdb backend = ldapsam:ldaps://ldap.masterserver.com 
ldaps://ldap.slaveserver.com   - this does not work

This is the correct one. Make sure no other service depends on master 
ldap when you're bring down the master (ie nss_ldap).
Also plse check the log.

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


[Samba] Samba 3.0.4 BDC LDAP Slave Problem

2004-06-11 Thread Jason C. Waters
I've configured samba 3.0.4 with LDAP as the backend.  I've configured 
samba to use the ldap directory, which works fine, my problem is when I 
add two two servers into the smb.conf file it sees the first(master) 
ldap server, but if I bring that server down it takes forever for it to 
switch to the slave ldap server.  If I place just a single ldap server, 
master or slave, into the smb.conf it works fine.  I read somewhere 
about a patch? Is this the case?  These are the values that I've entered 
into the smb.conf
   passdb backend = ldapsam:ldaps://ldap.masterserver.com   - this works
   passdb backend = ldapsam:ldaps://ldap.slaveserver.com   - this works
   passdb backend = ldapsam:ldaps://ldap.masterserver.com 
ldaps://ldap.slaveserver.com   - this does not work
   passdb backend = ldapsam:ldaps://ldap.masterserver.com 
ldaps://ldap.slaveserver.com   - this does not work
   passdb backend = ldapsam:ldaps://ldap.masterserver.com 
ldapsam:ldaps://ldap.slaveserver.com   - this does not work

If anyone has gotten this to work with 3.0.4, I would love a peek at 
your smb.conf.  Thanks for any help!
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba